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

1 23

  /frameworks/base/core/jni/android/graphics/
Canvas.cpp 518 canvas->drawBitmapRect(*bitmap, srcPtr, dst, &filteredPaint);
520 canvas->drawBitmapRect(*bitmap, srcPtr, dst, paint);
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPictureRecord.cpp 387 // For this optimization we only fold the saveLayer and drawBitmapRect
390 // an alpha while the drawBitmapRect's is opaque.
    [all...]
SkCanvas.cpp     [all...]
  /external/skia/src/core/
SkPictureRecord.cpp 387 // For this optimization we only fold the saveLayer and drawBitmapRect
390 // an alpha while the drawBitmapRect's is opaque.
    [all...]
SkCanvas.cpp     [all...]
  /external/chromium_org/skia/ext/
vector_platform_device_emf_win.cc 271 void VectorPlatformDeviceEmf::drawBitmapRect(const SkDraw& draw,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContext.h 271 void drawBitmapRect(const SkBitmap&, const SkRect*, const SkRect&, const SkPaint* = 0);
GraphicsContext3D.cpp     [all...]
GraphicsContext.cpp     [all...]
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.cpp 142 canvas->drawBitmapRect(input, NULL, dst);
  /external/chromium_org/ui/gfx/
canvas.cc 438 canvas_->drawBitmapRect(bitmap, &src_rect, dest_rect, &paint);
  /external/skia/src/utils/debugger/
SkDrawCommand.cpp 142 canvas->drawBitmapRect(input, NULL, dst);
  /external/chromium_org/third_party/skia/include/core/
SkCanvas.h 709 void drawBitmapRect(const SkBitmap& bitmap, const SkRect& dst,
714 void drawBitmapRect(const SkBitmap& bitmap, const SkIRect* isrc,
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp     [all...]
  /external/skia/include/core/
SkCanvas.h 709 void drawBitmapRect(const SkBitmap& bitmap, const SkRect& dst,
714 void drawBitmapRect(const SkBitmap& bitmap, const SkIRect* isrc,
    [all...]
  /external/skia/src/gpu/
SkGpuDevice.cpp     [all...]
  /external/chromium_org/content/renderer/npapi/
webplugin_delegate_proxy.cc 721 canvas->drawBitmapRect(bitmap,
    [all...]
  /frameworks/base/libs/hwui/
DisplayListOp.h 885 virtual const char* name() { return "DrawBitmapRect"; }
    [all...]
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc 468 canvas.drawBitmapRect(source_bitmap, NULL, scaled_bounds);
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp     [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp     [all...]

Completed in 2362 milliseconds

1 23