OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:drawBitmapRectToRect
(Results
1 - 10
of
10
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
InspectorCanvas.cpp
69
void InspectorCanvas::
drawBitmapRectToRect
(const SkBitmap& bitmap,
InstrumentedPlatformCanvas.h
198
virtual void
drawBitmapRectToRect
(const SkBitmap& bitmap, const SkRect* src,
203
SkCanvas::
drawBitmapRectToRect
(bitmap, src, dst, paint);
/external/skia/src/core/
SkBBoxRecord.cpp
136
void SkBBoxRecord::
drawBitmapRectToRect
(const SkBitmap& bitmap, const SkRect* src,
139
INHERITED::
drawBitmapRectToRect
(bitmap, src, dst, paint);
SkPictureRecord.cpp
484
void SkPictureRecord::
drawBitmapRectToRect
(const SkBitmap& bitmap, const SkRect* src,
SkCanvas.cpp
[
all
...]
/external/skia/src/utils/
SkProxyCanvas.cpp
107
void SkProxyCanvas::
drawBitmapRectToRect
(const SkBitmap& bitmap, const SkRect* src,
109
fProxy->
drawBitmapRectToRect
(bitmap, src, dst, paint);
SkDumpCanvas.cpp
348
void SkDumpCanvas::
drawBitmapRectToRect
(const SkBitmap& bitmap, const SkRect* src,
362
this->dump(kDrawBitmap_Verb, paint, "
drawBitmapRectToRect
(%s %s)",
SkNWayCanvas.cpp
222
void SkNWayCanvas::
drawBitmapRectToRect
(const SkBitmap& bitmap, const SkRect* src,
226
iter->
drawBitmapRectToRect
(bitmap, src, dst, paint);
SkDeferredCanvas.cpp
806
void SkDeferredCanvas::
drawBitmapRectToRect
(const SkBitmap& bitmap,
817
this->drawingCanvas()->
drawBitmapRectToRect
(bitmap, src, dst, paint);
/external/skia/src/pipe/
SkGPipeWrite.cpp
231
virtual void
drawBitmapRectToRect
(const SkBitmap&, const SkRect* src,
771
void SkGPipeCanvas::
drawBitmapRectToRect
(const SkBitmap& bm, const SkRect* src,
[
all
...]
Completed in 669 milliseconds