HomeSort by relevance Sort by last modified time
    Searched full:blit (Results 51 - 75 of 116) sorted by null

1 23 4 5

  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_toolbar_view_unittest.mm 177 // Create a dummy bitmap full of not-red to blit with.
  /external/chromium/chrome/browser/ui/views/tabs/
native_view_photobooth_win.cc 112 // to call makeOpaque _after_ the blit to correct for this.
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_cursor.c 571 /* Make sure we can steal the blit mapping */
576 /* Set up the blit information */
589 RunBlit = screen->map->sw_data->blit;
591 /* Run the actual software blit */
SDL_surface.c 273 * per-surface alpha, so no need to invalidate the blit mapping
397 * Set up a blit between two surfaces -- split into three parts:
414 /* Check to make sure the blit mapping is valid */
456 SDL_SetError("Surfaces must not be locked during blit");
SDL_blit_0.c 27 /* Functions to blit from bitmaps to other surfaces */
SDL_blit_1.c 29 /* Functions to blit from 8-bit surfaces to other surfaces */
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11mouse.c 123 /* Blit the images to the pixmaps */
  /external/skia/src/core/
SkBlitter_ARGB32_Subpixel.cpp 51 @param device The SkBitmap target for the blit.
SkScan_Path.cpp 437 // the path is contained in the clip, and so we can ignore it during the blit
552 fBlitter = NULL; // null means blit nothing
625 // must blit the above section first, then the middle, then the bottom.
  /external/webkit/Source/WebCore/platform/graphics/android/
TransferQueue.h 161 // Before each draw call and the blit operation, clean up all the
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProxy.h 136 // that it's painted something in it, we'll blit from it to our own backing store.
PluginProxy.cpp 133 // Blit the plug-in backing store into our own backing store.
469 // Blit the plug-in backing store into our own backing store.
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_video.c 896 surface->Blit (surface, src->hwdata->surface, &sr, dr.x, dr.y);
948 HIDDEN->c2frame->Blit(HIDDEN->c2frame, surface->hwdata->surface, NULL, HIDDEN->c2dsize.x, HIDDEN->c2dsize.y);
990 HIDDEN->c2frame->Blit(HIDDEN->c2frame, this->screen->hwdata->surface, NULL, HIDDEN->c2dsize.x, HIDDEN->c2dsize.y);
1045 HIDDEN->c2frame->Blit(HIDDEN->c2frame, surface, NULL, HIDDEN->c2dsize.x, HIDDEN->c2dsize.y);
  /external/skia/gpu/src/
GrGLInterface.cpp 294 // GL 3.0 and the ARB extension have multisample + blit
  /external/skia/tests/
BlitRowTest.cpp 190 // Make sure our blits are invariant with the width of the blit (i.e. that
  /system/extras/tests/framebuffer/
mdp_test.c 320 fprintf(stderr, "crap, failed blit\n");
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 238 * @param paint the Paint information used to blit the layer back into the layers underneath
267 * @param paint the Paint information used to blit the layer back into the layers underneath
624 // prepare to blit the layers in which we have draw, in the layer beneath
  /external/webkit/Source/ThirdParty/ANGLE/
ChangeLog 376 * src/libGLESv2/Blit.cpp:
377 (gl::Blit::copySurfaceToTexture):
378 (gl::Blit::setCommonBlitState):
836 * src/libGLESv2/Blit.cpp:
837 (gl::Blit::setVertexShader):
838 (gl::Blit::setPixelShader):
839 (gl::Blit::setFormatConvertShaders):
    [all...]
  /external/chromium/chrome/browser/ui/gtk/tabs/
dragged_tab_gtk.cc 245 // Blit the rendered bitmap into a pixmap. Any pixel set in the pixmap will
  /external/mesa3d/docs/
README.DJ 220 + added MMX clear/blit routines
  /external/qemu/distrib/sdl-1.2.12/src/video/aalib/
SDL_aavideo.c 280 /* Set the blit function */
  /external/qemu/distrib/sdl-1.2.12/src/video/ggi/
SDL_ggivideo.c 318 /* Set the blit function */
  /external/freetype/src/sfnt/
ttsbit0.c 412 /* now do the blit */
551 /* now do the blit */
  /external/qemu/distrib/sdl-1.2.12/src/video/windx5/
SDL_dx5video.c 782 error = "No blit hardware";
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/ps2gs/
SDL_gsyuv.c 345 SDL_SetError("Unsupported YUV format in blit (?)");

Completed in 1508 milliseconds

1 23 4 5