/external/qemu/android/skin/ |
surface.c | 288 skin_blit_init_fill( SkinBlit* blit, 318 blit->x = x; 319 blit->y = y; 320 blit->w = w; 321 blit->h = h; 326 blit->dst_lock = dst->surface; 327 blit->dst_pitch = dst->surface->pitch; 328 blit->dst_line = dst->surface->pixels + y*blit->dst_pitch; 330 blit->src_lock = NULL 507 SkinBlit blit[1]; local 592 SkinBlit blit[1]; local [all...] |
surface.h | 80 /* list of composition operators for the blit routine */ 88 /* blit a surface into another one */ 95 /* blit a colored rectangle into a destination surface */
|
/external/webkit/Source/WebCore/manual-tests/frames/resources/ |
blit-on-scroll-subframe.html | 10 <iframe id="subframe" src="blit-on-scroll-subsubframe.html" width="280" height="250"></iframe>
|
/external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/ |
Blit.h | 7 // Blit.cpp: Surface copy utility class. 25 class Blit 28 explicit Blit(Context *context); 29 ~Blit(); 86 DISALLOW_COPY_AND_ASSIGN(Blit);
|
Blit.cpp | 7 // Blit.cpp: Surface copy utility class. 9 #include "libGLESv2/Blit.h" 115 const char * const Blit::mShaderSource[] = 124 Blit::Blit(Context *context) 131 Blit::~Blit() 146 void Blit::initGeometry() 186 bool Blit::setShader(ShaderId source, const char *profile, 205 ERR("Failed to compile %s shader for blit operation %d, error 0x%08X.", profile, (int)source, hr) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/ |
SDL_blit.c | 42 /* The general purpose software blit routine */ 72 /* Set up source and destination buffer pointers, and BLIT! */ 77 /* Set up the blit information */ 94 RunBlit = src->map->sw_data->blit; 96 /* Run the actual software blit */ 107 /* Blit is done! */ 232 /* Figure out which of many blit routines to set up on a surface */ 243 /* Figure out if an accelerated hardware blit is possible */ 293 /* Get the blit function index, based on surface mode */ 303 /* Check for special "identity" case -- copy blit */ [all...] |
SDL_stretch.c | 24 /* This a stretch blit implementation based on ideas given to me by 170 /* Perform a stretch blit between two surfaces of the same format. 196 /* Verify the blit rectangles */ 201 SDL_SetError("Invalid source blit rectangle"); 215 SDL_SetError("Invalid destination blit rectangle"); 263 /* Perform the stretch blit */
|
SDL_stretch_c.h | 24 /* Perform a stretch blit between two surfaces of the same format.
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
SDL_fbmatrox.c | 51 /* Sets video mem colorkey and accelerated blit function */ 72 /* Don't blit to the display surface when switched away */ 132 /* FIXME: For now, only blit to display surface */ 137 /* Don't blit to the display surface when switched away */ 151 /* Adjust for the current blit rectangles */ 158 /* Set up the blit direction (sign) flags */ 169 /* Set up the blit source row start, end, and skip (in pixels) */ 182 /* Set up the blit operation */ 242 /* Check to see if final surface blit is accelerated */ 272 /* The Matrox G200/G400 has an accelerated alpha blit */ [all...] |
SDL_fbriva.c | 60 /* Sets video mem colorkey and accelerated blit function */ 79 /* Don't blit to the display surface when switched away */ 120 /* FIXME: For now, only blit to display surface */ 125 /* Don't blit to the display surface when switched away */ 139 /* Adjust for the current blit rectangles */ 178 /* Check to see if final surface blit is accelerated */ 218 /* The Riva has an accelerated alpha blit */
|
SDL_fb3dfx.c | 46 /* Sets video mem colorkey and accelerated blit function */ 59 /* Don't blit to the display surface when switched away */ 107 /* Don't blit to the display surface when switched away */ 128 /* Assemble the blit operation */ 141 /* Perform the blit! */ 190 /* Check to see if final surface blit is accelerated */
|
/hardware/msm7k/libgralloc/ |
framebuffer.cpp | 388 } blit; local 391 memset(&blit, 0, sizeof(blit)); 392 blit.count = 1; 394 blit.req.flags = 0; 395 blit.req.alpha = 0xff; 396 blit.req.transp_mask = 0xffffffff; 398 blit.req.src.width = width; 399 blit.req.src.height = height; 400 blit.req.src.offset = 0 [all...] |
/hardware/msm7k/libgralloc-qsd8k/ |
framebuffer.cpp | 425 } blit; local 428 memset(&blit, 0, sizeof(blit)); 429 blit.count = 1; 431 blit.req.flags = 0; 432 blit.req.alpha = 0xff; 433 blit.req.transp_mask = 0xffffffff; 435 blit.req.src.width = width; 436 blit.req.src.height = height; 437 blit.req.src.offset = 0 [all...] |
/external/webkit/Source/WebCore/manual-tests/frames/ |
nested-iframe-blit-on-scroll.html | 28 <iframe id="frame" src="resources/blit-on-scroll-subframe.html" scrolling="no"></iframe>
|
/frameworks/native/opengl/tests/finish/ |
finish.cpp | 102 printf("512x512 unmodified texture, 512x512 blit:\n"); 116 printf("512x512 unmodified texture, 1x1 blit:\n"); 130 printf("512x512 unmodified texture, 512x512 blit (x2):\n"); 145 printf("512x512 unmodified texture, 1x1 blit (x2):\n"); 161 printf("512x512 (1x1 texel MODIFIED texture), 512x512 blit:\n"); 182 printf("1x1 unmodified texture, 1x1 blit:\n"); 195 printf("1x1 unmodified texture, 512x512 blit:\n"); 209 printf("1x1 (1x1 texel MODIFIED texture), 512x512 blit:\n");
|
/external/skia/src/core/ |
SkScanPriv.h | 35 // blit the rects above and below avoid, clipped to clip
|
SkBlitMask.h | 26 * by color. The number of pixels to blit is specified by width and height, 35 * colorized by a single color. The number of pixels to blit is specified
|
/external/oprofile/libregex/tests/ |
java_test.cpp | 49 { "Lorg/eclipse/swt/graphics/ImageData;blit(I[BIIIIIIIIIII[BIII[BIIIIIIIIIIZZ)V", "void org.eclipse.swt.graphics.ImageData.blit(int, byte[], int, int, int, int, int, int, int, int, int, int, int, byte[], int, int, int, byte[], int, int, int, int, int, int, int, int, int, int, boolean, boolean)" },
|
/external/skia/include/core/ |
SkBlitter.h | 27 /// Blit a horizontal run of one or more pixels. 29 /// Blit a horizontal run of antialiased pixels; runs[] is a *sparse* 33 /// Blit a vertical run of pixels with a constant alpha value. 35 /// Blit a solid rectangle one or more pixels wide. 37 /** Blit a rectangle with one alpha-blended column on the left, 44 /// Blit a pattern of pixels defined by a rectangle-clipped mask;
|
/device/samsung/crespo/include/ |
hal_public.h | 109 /* Custom-blit components in lieu of overlay hardware */ 110 int (*Blit)(framebuffer_device_t *device, buffer_handle_t src, 132 /* Custom-blit components in lieu of overlay hardware */ 133 int (*Blit)(struct IMG_gralloc_module_public_t const *module,
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
WindowSurface.h | 47 void blitToColorBuffer(); // copy pbuffer content with texload and blit
|
/external/qemu/distrib/sdl-1.2.12/include/ |
SDL_video.h | 106 /* info for fast blit mapping to other surfaces */ 109 /* format version, bumped at every change to invalidate blit maps */ 131 #define SDL_HWACCEL 0x00000100 /* Blit uses hardware acceleration */ 132 #define SDL_SRCCOLORKEY 0x00001000 /* Blit uses a source color key */ 135 #define SDL_SRCALPHA 0x00010000 /* Blit uses source alpha blending */ 364 * video buffers before the next video surface blit or lock will return. 562 * 'key' will be the transparent pixel in the source image of a blit. 589 * Sets the clipping rectangle for the destination surface in a blit. 603 * Gets the clipping rectangle for the destination surface in a blit. 611 * the given surface to it so the blit of the converted surface will be as [all...] |
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 106 /* info for fast blit mapping to other surfaces */ 109 /* format version, bumped at every change to invalidate blit maps */ 131 #define SDL_HWACCEL 0x00000100 /* Blit uses hardware acceleration */ 132 #define SDL_SRCCOLORKEY 0x00001000 /* Blit uses a source color key */ 135 #define SDL_SRCALPHA 0x00010000 /* Blit uses source alpha blending */ 364 * video buffers before the next video surface blit or lock will return. 562 * 'key' will be the transparent pixel in the source image of a blit. 589 * Sets the clipping rectangle for the destination surface in a blit. 603 * Gets the clipping rectangle for the destination surface in a blit. 611 * the given surface to it so the blit of the converted surface will be as [all...] |
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_video.h | 106 /* info for fast blit mapping to other surfaces */ 109 /* format version, bumped at every change to invalidate blit maps */ 131 #define SDL_HWACCEL 0x00000100 /* Blit uses hardware acceleration */ 132 #define SDL_SRCCOLORKEY 0x00001000 /* Blit uses a source color key */ 135 #define SDL_SRCALPHA 0x00010000 /* Blit uses source alpha blending */ 364 * video buffers before the next video surface blit or lock will return. 562 * 'key' will be the transparent pixel in the source image of a blit. 589 * Sets the clipping rectangle for the destination surface in a blit. 603 * Gets the clipping rectangle for the destination surface in a blit. 611 * the given surface to it so the blit of the converted surface will be as [all...] |
/prebuilts/tools/windows/sdl/host/include/SDL/ |
SDL_video.h | 118 /* info for fast blit mapping to other surfaces */ 121 /* format version, bumped at every change to invalidate blit maps */ 143 #define SDL_HWACCEL 0x00000100 /* Blit uses hardware acceleration */ 144 #define SDL_SRCCOLORKEY 0x00001000 /* Blit uses a source color key */ 147 #define SDL_SRCALPHA 0x00010000 /* Blit uses source alpha blending */ 368 * video buffers before the next video surface blit or lock will return. 564 * 'key' will be the transparent pixel in the source image of a blit. 591 * Sets the clipping rectangle for the destination surface in a blit. 605 * Gets the clipping rectangle for the destination surface in a blit. 613 * the given surface to it so the blit of the converted surface will be as [all...] |