Searched refs:pitch (Results 1 - 14 of 14) sorted by relevance

/haiku/src/servers/app/font/
H A DFontEngine.cpp296 int pitch = bitmap.pitch; local
300 buf += bitmap.pitch * (bitmap.rows - 1);
302 pitch = -pitch;
312 buf += pitch;
327 int pitch = bitmap.pitch; local
331 buf += bitmap.pitch * (bitmap.rows - 1);
333 pitch
370 int pitch = bitmap.pitch; local
[all...]
/haiku/headers/os/midi/
H A DSamples.h20 int16 channel_count, double pitch, int32 loopStart, int32 loopEnd,
/haiku/src/add-ons/media/media-add-ons/radeon/
H A DCapture.h50 int offset0, int offset1, int size, int pitch);
H A DCapture.cpp46 int offset0, int offset1, int size, int pitch)
52 offset0, offset1, size, pitch));
59 fPitch = pitch;
95 // select buffer offset and pitch
45 SetBuffer(capture_stream_format format, capture_buffer_mode mode, int offset0, int offset1, int size, int pitch) argument
/haiku/src/kits/midi/
H A DSamples.cpp46 int16 channel_count, double pitch, int32 loopStart, int32 loopEnd,
44 Start( void* sampleData, int32 frames, int16 bytes_per_sample, int16 channel_count, double pitch, int32 loopStart, int32 loopEnd, double sampleVolume, double stereoPosition, int32 hook_arg, sample_loop_hook pLoopContinueProc, sample_exit_hook pDoneProc) argument
/haiku/src/libs/agg/font_freetype/
H A Dagg_font_freetype.cpp416 int pitch = bitmap.pitch; local
421 buf += bitmap.pitch * (bitmap.rows - 1);
423 pitch = -pitch;
435 buf += pitch;
457 int pitch = bitmap.pitch; local
462 buf += bitmap.pitch * (bitmap.rows - 1);
464 pitch
[all...]
/haiku/src/apps/glteapot/
H A DQuaternion.h62 Quaternion(const float& yaw, const float& pitch, const float& roll) argument
64 setEuler(yaw, pitch, roll);
107 void setEuler(const float& yaw, const float& pitch, const float& roll) argument
110 float halfPitch = pitch * 0.5f;
/haiku/src/apps/haiku3d/
H A DQuaternion.h69 Quaternion(const float& yaw, const float& pitch, const float& roll) argument
71 setEuler(yaw, pitch, roll);
114 void setEuler(const float& yaw, const float& pitch, const float& roll) argument
117 float halfPitch = pitch * 0.5f;
/haiku/src/add-ons/accelerants/radeon/
H A DSetDisplayMode.c454 vc->pitch = Radeon_RoundVWidth( mode.virtual_width, bpp ) * bpp;
455 am.size = vc->pitch * mode.virtual_height;
469 vc->fbc.bytes_per_row = vc->pitch;
526 SHOW_FLOW( 3, "pitch=%ld", vc->pitch );
H A Dcrtc.c136 offset = (vc->mode.v_display_start + crtc->rel_y) * vc->pitch +
H A DAcceleration.c421 // set offset of frame buffer and pitch
424 ((vc->pitch >> 6) << 22);
/haiku/src/add-ons/kernel/drivers/audio/emuxki/
H A Demuxki.c373 chan->pitch.intial = 0x0000; /* shouldn't it be 0xE000 ? */
374 chan->pitch.current = 0x0000; /* should it be 0x0400 */
375 chan->pitch.target = 0x0000; /* the unity pitch shift ? */
376 chan->pitch.envelope_amount = 0x00; /* none */
468 chan->pitch.target = (srate << 8) / 375;
469 chan->pitch.target = (chan->pitch.target >> 1) +
470 (chan->pitch.target & 1);
471 chan->pitch
[all...]
H A Demuxki.h164 uint16 current;/* 0x4000 == unity pitch shift */
165 uint16 target; /* 0x4000 == unity pitch shift */
228 emuxki_chanparms_pitch pitch; member in struct:_emuxki_channel
/haiku/headers/private/graphics/radeon/
H A Dradeon_interface.h399 uint32 pitch; // byte offset between two lines member in struct:__anon25

Completed in 88 milliseconds