HomeSort by relevance Sort by last modified time
    Searched full:dstrect (Results 51 - 60 of 60) sorted by null

1 23

  /external/qemu/distrib/sdl-1.2.12/src/video/cybergfx/
SDL_cgxvideo.h 170 int CGX_FillHWRect(_THIS,SDL_Surface *dst,SDL_Rect *dstrect,Uint32 color);
  /external/webkit/WebCore/platform/graphics/
GraphicsContext.h 354 void drawBitmap(SharedBitmap*, const IntRect& dstRect, const IntRect& srcRect, CompositeOperator compositeOp);
356 void drawIcon(HICON icon, const IntRect& dstRect, UINT flags);
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_RLEaccel.c 840 SDL_Surface *dst, SDL_Rect *dstrect)
856 x = dstrect->x;
857 y = dstrect->y;
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/dga/
SDL_dgavideo.c 861 SDL_Surface *dst, SDL_Rect *dstrect)
880 dstx += dstrect->x;
881 dsty += dstrect->y;
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzVideo.m     [all...]
  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 538 jobject dstRect, SkPaint* paint,
541 GraphicsJNI::jrect_to_rect(env, dstRect, &dst);
    [all...]
  /prebuilt/darwin-x86/sdl/lib/
libSDL.a     [all...]
  /prebuilt/linux-x86/sdl/lib/
libSDL.a     [all...]
  /prebuilt/windows/sdl/lib/
libSDL.a     [all...]

Completed in 570 milliseconds

1 23