/external/qemu/distrib/sdl-1.2.15/docs/man3/ |
SDL_BlitSurface.3 | 3 SDL_BlitSurface \- This performs a fast blit from the source surface to the destination surface\&. 11 This performs a fast blit from the source surface to the destination surface\&. 17 The final blit rectangle is saved in \fBdstrect\fR after all clipping is performed (\fBsrcrect\fR is not modified)\&. 19 The blit function should not be called on a locked surface\&. 26 blit using per-pixel alpha, ignoring any colour key 29 blit using the colour key AND the per-surface alpha value 31 blit using the per-surface alpha value 35 blit using the colour key 37 ordinary opaque rectangular blit 43 If the blit is successful, it returns \fB0\fR, otherwise it returns \fB-1\fR\& [all...] |
SDL_DisplayYUVOverlay.3 | 3 SDL_DisplayYUVOverlay \- Blit the overlay to the display 11 Blit the \fBoverlay\fR to the surface specified when it was \fIcreated\fR\&. The \fI\fBSDL_Rect\fR\fR structure, \fBdstrect\fR, specifies the position and size of the destination\&. If the \fBdstrect\fR is a larger or smaller than the overlay then the overlay will be scaled, this is optimized for 2x scaling\&.
|
SDL_GetClipRect.3 | 11 Gets the clipping rectangle for a surface\&. When this surface is the destination of a blit, only the area within the clip rectangle is drawn into\&.
|
SDL_SetColorKey.3 | 11 Sets the color key (transparent pixel) in a blittable surface and enables or disables RLE blit acceleration\&. 15 If \fBflag\fR is \fBSDL_SRCCOLORKEY\fP then \fBkey\fR is the transparent pixel value in the source image of a blit\&.
|
SDL_DisplayFormat.3 | 13 If you want to take advantage of hardware colorkey or alpha blit acceleration, you should set the colorkey and alpha value before calling this function\&.
|
SDL_Flip.3 | 11 On hardware that supports double-buffering, this function sets up a flip and returns\&. The hardware will wait for vertical retrace, and then swap video buffers before the next video surface blit or lock will return\&. On hardware that doesn\&'t support double-buffering, this is equivalent to calling \fISDL_UpdateRect\fR\fB(screen, 0, 0, 0, 0)\fR
|
SDL_SetClipRect.3 | 11 Sets the clipping rectangle for a surface\&. When this surface is the destination of a blit, only the area within the clip rectangle will be drawn into\&.
|
/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...] |
/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.15/ |
TODO | 15 * Add hardware accelerated scaled blit 17 * Redesign blitting architecture to allow blit plugins
|
/hardware/samsung_slsi/exynos5/original-kernel-headers/linux/ |
fimg2d.h | 52 * @BLIT_SYNC: sync mode, to wait for blit done irq 53 * @BLIT_ASYNC: async mode, not to wait for blit done irq 233 /* end of blit operation */ 241 * @TMP: temporary buffer for 2-step blit at a single command 360 * @op: blit operation mode 363 * @tmp: set when using 2-step blit at a single command 383 * @ncmd: request count in blit command queue 392 * @op: blit operation mode 393 * @sync: sync/async blit mode (currently support sync mode only) 398 * set when using 2-step blit at a single comman 452 void (*blit)(struct fimg2d_control *info); member in struct:fimg2d_control [all...] |
/external/qemu/distrib/sdl-1.2.15/docs/html/ |
sdlblitsurface.html | 83 >SDL_BlitSurface -- This performs a fast blit from the source surface to the destination surface.</DIV 123 >This performs a fast blit from the source surface to the destination surface.</P 160 >The final blit rectangle is saved in 174 >The blit function should not be called on a locked surface.</P 187 blit using per-pixel alpha, ignoring any colour key 190 blit using the colour key AND the per-surface alpha value 192 blit using the per-surface alpha value 196 blit using the colour key 198 ordinary opaque rectangular blit 210 >If the blit is successful, it returns <SPA [all...] |
/external/qemu/distrib/sdl-1.2.15/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...] |
/external/qemu/distrib/sdl-1.2.15/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 */
|
/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/qemu/distrib/sdl-1.2.15/test/ |
testvidinfo.c | 137 /* run the generic blit test */ 143 printf("Running freshly loaded blit test: %dx%d at %d bpp, flags: ", 157 /* clear the screen after blit test */ 166 /* run the colorkeyed blit test */ 172 printf("Running freshly loaded cc blit test: %dx%d at %d bpp, flags: ", 188 /* clear the screen after cc blit test */ 197 /* run the generic blit test */ 205 printf("Running display format blit test: %dx%d at %d bpp, flags: ", 219 /* clear the screen after blit test */ 228 /* run the colorkeyed blit test * [all...] |
/external/skia/legacy/src/core/ |
SkScanPriv.h | 35 // blit the rects above and below avoid, clipped to clip
|
/external/skia/src/core/ |
SkScanPriv.h | 36 // blit the rects above and below avoid, clipped to clip
|
/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)" },
|