HomeSort by relevance Sort by last modified time
    Searched refs:drawBitmapRect (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/webkit/Source/WebCore/platform/graphics/android/context/
RecordingContextCanvasProxy.cpp 53 void RecordingContextCanvasProxy::drawBitmapRect(const SkBitmap& bitmap,
58 m_pgc->drawBitmapRect(bitmap, src, dst);
PlatformGraphicsContextSkia.h 77 virtual void drawBitmapRect(const SkBitmap& bitmap, const SkIRect* src,
RecordingContextCanvasProxy.h 52 virtual void drawBitmapRect(const SkBitmap& bitmap, const SkIRect* src,
  /external/skia/gm/
nocolorbleed.cpp 55 canvas->drawBitmapRect(sprite, &srcRect, dstRect, &paint);
58 canvas->drawBitmapRect(sprite, &srcRect, dstRect);
63 canvas->drawBitmapRect(sprite, &srcRect, dstRect, &paint);
66 canvas->drawBitmapRect(sprite, &srcRect, dstRect);
verylargebitmap.cpp 40 canvas->drawBitmapRect(bm, &ir, r, NULL);
45 canvas->drawBitmapRect(bm, NULL, r, NULL);
bitmaprect.cpp 76 canvas->drawBitmapRect(bitmap, &src[i], dstR, &paint);
224 canvas->drawBitmapRect(bitmap, &iSrcR1, dstR1, &paint);
225 canvas->drawBitmapRect(bitmap, &iSrcR2, dstR2, &paint);
drawbitmaprect.cpp 88 return SkString("drawbitmaprect");
107 canvas->drawBitmapRect(fLargeBitmap, NULL,
132 canvas->drawBitmapRect(fLargeBitmap, &srcRect, dstRect);
177 canvas->drawBitmapRect(bm, &srcRect, dstRect, &paint);
  /external/webkit/Source/WebCore/platform/graphics/chromium/
TransparencyWin.cpp 100 destCanvas.drawBitmapRect(srcBmp, 0, destRect);
460 destCanvas->drawBitmapRect(*bitmap, &sourceRect, destRect, &paint);
495 destCanvas->drawBitmapRect(bitmap, &sourceRect, destRect, 0);
  /external/skia/emoji/
EmojiFont.cpp 196 canvas->drawBitmapRect(*bitmap, NULL, dst, &paint);
  /external/skia/legacy/emoji/
EmojiFont.cpp 195 canvas->drawBitmapRect(*bitmap, NULL, dst, &paint);
  /external/skia/legacy/include/utils/
SkNWayCanvas.h 48 virtual void drawBitmapRect(const SkBitmap& bitmap, const SkIRect* src,
SkDumpCanvas.h 85 virtual void drawBitmapRect(const SkBitmap& bitmap, const SkIRect* src,
SkProxyCanvas.h 53 virtual void drawBitmapRect(const SkBitmap& bitmap, const SkIRect* src,
SkDeferredCanvas.h 107 virtual void drawBitmapRect(const SkBitmap& bitmap, const SkIRect* src,
  /external/skia/src/effects/
SkTestImageFilters.cpp 115 canvas.drawBitmapRect(tmp, NULL, r, NULL);
  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageSkia.cpp 196 canvas.drawBitmapRect(resampled, 0, destRect, &paint);
231 canvas.drawBitmapRect(resampled, 0, destRect, &paint);
254 canvas.drawBitmapRect(resampled, 0, offsetDestRect, &paint);
286 canvas->drawBitmapRect(bitmap, &srcRect, destRect, &paint);
  /external/skia/legacy/src/utils/
SkProxyCanvas.cpp 95 void SkProxyCanvas::drawBitmapRect(const SkBitmap& bitmap, const SkIRect* src,
97 fProxy->drawBitmapRect(bitmap, src, dst, paint);
SkNWayCanvas.cpp 197 void SkNWayCanvas::drawBitmapRect(const SkBitmap& bitmap, const SkIRect* src,
201 iter->drawBitmapRect(bitmap, src, dst, paint);
SkNinePatch.cpp 139 canvas->drawBitmapRect(bitmap, NULL, bounds, paint);
296 canvas->drawBitmapRect(bitmap, &s, d, paint);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
ImageTexture.cpp 121 canvas.drawBitmapRect(*bitmap, 0, dest);
291 canvas->drawBitmapRect(*m_image, 0, rect);
  /external/webkit/Source/WebKit/android/plugins/
ANPCanvasInterface.cpp 161 canvas->skcanvas->drawBitmapRect(*SkANP::SetBitmap(&bm, *bitmap), srcPtr,
195 ASSIGN(i, drawBitmapRect);
  /external/skia/include/gpu/
SkGpuDevice.h 75 virtual void drawBitmapRect(const SkDraw&, const SkBitmap&,
151 * Implementation for both drawBitmap and drawBitmapRect.
  /external/skia/include/core/
SkCanvas.h 682 void drawBitmapRect(const SkBitmap& bitmap, const SkRect& dst,
687 void drawBitmapRect(const SkBitmap& bitmap, const SkIRect* isrc,
    [all...]
SkDevice.h 287 virtual void drawBitmapRect(const SkDraw&, const SkBitmap&,
  /external/skia/src/utils/
SkNinePatch.cpp 139 canvas->drawBitmapRect(bitmap, NULL, bounds, paint);
296 canvas->drawBitmapRect(bitmap, &s, d, paint);

Completed in 385 milliseconds

1 2 3