Searched refs:pitch (Results 101 - 125 of 716) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_fbo.c79 ba = (y >> 4) * (rrb->pitch >> 6) + (x >> 4);
96 ba = (y / 16) * (rrb->pitch >> 6) + (x / 32);
116 b = (((y & 0x7ff) >> 4) * (rrb->pitch >> 7) + (x >> 5));
118 offset += (((rrb->pitch >> 7) & 0x1) ? (b & 0x1) : ((b & 0x1) ^ ((y >> 4) & 0x1))) << 11;
137 b = (((y >> 4) * (rrb->pitch >> 7) + (x >> 6)));
139 offset += (((rrb->pitch >> 7) & 0x1) ? (b & 0x1) : ((b & 0x1) ^ ((y >> 4) & 0x1))) << 11;
166 uint32_t pitch = w * rrb->cpp; local
168 rrb->map_pitch = pitch;
204 uint32_t pitch = w * rrb->cpp; local
206 rrb->map_pitch = pitch;
471 uint32_t size, pitch; local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c79 ba = (y >> 4) * (rrb->pitch >> 6) + (x >> 4);
96 ba = (y / 16) * (rrb->pitch >> 6) + (x / 32);
116 b = (((y & 0x7ff) >> 4) * (rrb->pitch >> 7) + (x >> 5));
118 offset += (((rrb->pitch >> 7) & 0x1) ? (b & 0x1) : ((b & 0x1) ^ ((y >> 4) & 0x1))) << 11;
137 b = (((y >> 4) * (rrb->pitch >> 7) + (x >> 6)));
139 offset += (((rrb->pitch >> 7) & 0x1) ? (b & 0x1) : ((b & 0x1) ^ ((y >> 4) & 0x1))) << 11;
166 uint32_t pitch = w * rrb->cpp; local
168 rrb->map_pitch = pitch;
204 uint32_t pitch = w * rrb->cpp; local
206 rrb->map_pitch = pitch;
471 uint32_t size, pitch; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_fbo.c79 ba = (y >> 4) * (rrb->pitch >> 6) + (x >> 4);
96 ba = (y / 16) * (rrb->pitch >> 6) + (x / 32);
116 b = (((y & 0x7ff) >> 4) * (rrb->pitch >> 7) + (x >> 5));
118 offset += (((rrb->pitch >> 7) & 0x1) ? (b & 0x1) : ((b & 0x1) ^ ((y >> 4) & 0x1))) << 11;
137 b = (((y >> 4) * (rrb->pitch >> 7) + (x >> 6)));
139 offset += (((rrb->pitch >> 7) & 0x1) ? (b & 0x1) : ((b & 0x1) ^ ((y >> 4) & 0x1))) << 11;
166 uint32_t pitch = w * rrb->cpp; local
168 rrb->map_pitch = pitch;
204 uint32_t pitch = w * rrb->cpp; local
206 rrb->map_pitch = pitch;
471 uint32_t size, pitch; local
[all...]
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c79 ba = (y >> 4) * (rrb->pitch >> 6) + (x >> 4);
96 ba = (y / 16) * (rrb->pitch >> 6) + (x / 32);
116 b = (((y & 0x7ff) >> 4) * (rrb->pitch >> 7) + (x >> 5));
118 offset += (((rrb->pitch >> 7) & 0x1) ? (b & 0x1) : ((b & 0x1) ^ ((y >> 4) & 0x1))) << 11;
137 b = (((y >> 4) * (rrb->pitch >> 7) + (x >> 6)));
139 offset += (((rrb->pitch >> 7) & 0x1) ? (b & 0x1) : ((b & 0x1) ^ ((y >> 4) & 0x1))) << 11;
166 uint32_t pitch = w * rrb->cpp; local
168 rrb->map_pitch = pitch;
204 uint32_t pitch = w * rrb->cpp; local
206 rrb->map_pitch = pitch;
471 uint32_t size, pitch; local
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/ataricommon/
H A DSDL_atarigl.c688 dstpitch = surface->pitch;
711 dstpitch = surface->pitch >>1;
743 dstpitch = surface->pitch >>1;
776 dstpitch = surface->pitch;
807 dstpitch = surface->pitch >>2;
841 dstpitch = surface->pitch >>2;
875 dstpitch = surface->pitch >>2;
909 dstpitch = surface->pitch >>2;
943 dstpitch = surface->pitch >>1;
977 dstpitch = surface->pitch >>
1011 int x,y, pitch; local
1030 int x,y, pitch; local
1050 int x,y, pitch; local
1069 int x,y, pitch; local
[all...]
/external/chromium_org/chrome/common/
H A Dtts_messages.h22 IPC_STRUCT_TRAITS_MEMBER(pitch)
/external/chromium_org/third_party/WebKit/public/platform/
H A DWebSpeechSynthesisUtterance.h60 BLINK_PLATFORM_EXPORT float pitch() const; // 0...2, 1 is default
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tex_subimage.c56 unsigned long pitch; local
98 &pitch,
111 dstRowStride = pitch;
129 unsigned int dst_pitch = intelImage->mt->region->pitch *
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen7_misc_state.c192 OUT_BATCH(((region->pitch * region->cpp) - 1) |
223 OUT_BATCH(hiz_mt->region->pitch * hiz_mt->region->cpp - 1);
245 (draw_y & ~tile_mask_y) * stencil_mt->region->pitch +
250 /* The stencil buffer has quirky pitch requirements. From the Graphics
255 * The pitch must be set to 2x the value computed based on width, as
265 (2 * stencil_mt->region->pitch * stencil_mt->region->cpp - 1));
H A Dintel_tex_subimage.c56 unsigned long pitch; local
98 &pitch,
111 dstRowStride = pitch;
129 unsigned int dst_pitch = intelImage->mt->region->pitch *
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_tex_subimage.c56 unsigned long pitch; local
98 &pitch,
111 dstRowStride = pitch;
129 unsigned int dst_pitch = intelImage->mt->region->pitch *
/external/chromium_org/ui/ozone/platform/dri/
H A Ddri_console_buffer.cc38 stride_ = fb->pitch;
/external/mesa3d/src/mesa/drivers/dri/i915/
H A Dintel_tex_subimage.c56 unsigned long pitch; local
98 &pitch,
111 dstRowStride = pitch;
129 unsigned int dst_pitch = intelImage->mt->region->pitch *
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen7_misc_state.c192 OUT_BATCH(((region->pitch * region->cpp) - 1) |
223 OUT_BATCH(hiz_mt->region->pitch * hiz_mt->region->cpp - 1);
245 (draw_y & ~tile_mask_y) * stencil_mt->region->pitch +
250 /* The stencil buffer has quirky pitch requirements. From the Graphics
255 * The pitch must be set to 2x the value computed based on width, as
265 (2 * stencil_mt->region->pitch * stencil_mt->region->cpp - 1));
H A Dintel_tex_subimage.c56 unsigned long pitch; local
98 &pitch,
111 dstRowStride = pitch;
129 unsigned int dst_pitch = intelImage->mt->region->pitch *
/external/mesa3d/src/mesa/drivers/dri/intel/
H A Dintel_tex_subimage.c56 unsigned long pitch; local
98 &pitch,
111 dstRowStride = pitch;
129 unsigned int dst_pitch = intelImage->mt->region->pitch *
/external/qemu/android/skin/
H A Dsurface.c113 int pitch,
130 return SDL_CreateRGBSurfaceFrom( pixels, width, height, pitch, depth,
193 int pitch,
201 size_t size = h*pitch;
211 surface = _sdl_surface_create_rgb_from( w, h, pitch,
238 pix->pitch = s->surface->pitch;
327 blit->dst_pitch = dst->surface->pitch;
401 blit->dst_pitch = dst->surface->pitch;
410 blit->src_pitch = src->surface->pitch;
111 _sdl_surface_create_rgb_from( int width, int height, int pitch, void* pixels, int depth ) argument
190 skin_surface_create_argb32_from( int w, int h, int pitch, uint32_t* pixels, int do_copy ) argument
518 int pitch = blit->dst_pitch; local
600 int pitch = blit->dst_pitch; local
[all...]
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestbitmap.c47 line += bitmap->pitch;
124 memset(buffer,(i*255)/screen->h, screen->pitch);
125 buffer += screen->pitch;
138 buffer += screen->pitch;
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_bmp.c262 end = (Uint8 *)surface->pixels+(surface->h*surface->pitch);
273 pad = ((surface->pitch%4) ?
274 (4-(surface->pitch%4)) : 0);
280 bits = end - surface->pitch;
303 if ( SDL_RWread(src, bits, 1, surface->pitch)
304 != surface->pitch ) {
339 bits += surface->pitch;
341 bits -= surface->pitch;
463 biSizeImage = surface->h*surface->pitch;
512 bits = (Uint8 *)surface->pixels+(surface->h*surface->pitch);
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_fb.c70 zeta_pitch = rt_pitch = s->pitch;
82 zeta_pitch = s->pitch;
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnv04_state_fb.c70 zeta_pitch = rt_pitch = s->pitch;
82 zeta_pitch = s->pitch;
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_pcm.h169 * Update the pitch and volume parameters using MIDI controls
181 EAS_RESULT EAS_PEUpdateParams (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch, EAS_I16 gainLeft, EAS_I16 gainRight);
227 * Update the pitch parameter for a PCM stream
232 * pitch - new pitch value in pitch cents
236 EAS_RESULT EAS_PEUpdatePitch (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch);
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_pcm.h169 * Update the pitch and volume parameters using MIDI controls
181 EAS_RESULT EAS_PEUpdateParams (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch, EAS_I16 gainLeft, EAS_I16 gainRight);
227 * Update the pitch parameter for a PCM stream
232 * pitch - new pitch value in pitch cents
236 EAS_RESULT EAS_PEUpdatePitch (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch);
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_pcm.h169 * Update the pitch and volume parameters using MIDI controls
181 EAS_RESULT EAS_PEUpdateParams (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch, EAS_I16 gainLeft, EAS_I16 gainRight);
227 * Update the pitch parameter for a PCM stream
232 * pitch - new pitch value in pitch cents
236 EAS_RESULT EAS_PEUpdatePitch (EAS_DATA_HANDLE pEASData, EAS_PCM_HANDLE pState, EAS_I16 pitch);
/external/chromium_org/third_party/freetype/src/raster/
H A Dftrend1.c108 FT_UInt width, height, pitch; local
201 pitch = FT_PAD_CEIL( width, 4 );
207 pitch = ( ( width + 15 ) >> 4 ) << 1;
213 bitmap->pitch = pitch;
215 if ( FT_ALLOC_MULT( bitmap->buffer, pitch, height ) )

Completed in 7752 milliseconds

1234567891011>>