HomeSort by relevance Sort by last modified time
    Searched refs:commonDrawBitmap (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
InspectorCanvas.h 59 virtual void commonDrawBitmap(const SkBitmap& bitmap,
InspectorCanvas.cpp 61 void InspectorCanvas::commonDrawBitmap(const SkBitmap& bitmap,
  /external/skia/src/pipe/
SkGPipeWrite.cpp 311 bool commonDrawBitmap(const SkBitmap& bm, DrawOps op, unsigned flags,
740 bool SkGPipeCanvas::commonDrawBitmap(const SkBitmap& bm, DrawOps op,
765 if (this->commonDrawBitmap(bm, kDrawBitmap_DrawOp, 0, opBytesNeeded, paint)) {
784 if (this->commonDrawBitmap(bm, kDrawBitmapRectToRect_DrawOp, flags, opBytesNeeded, paint)) {
797 if (this->commonDrawBitmap(bm, kDrawBitmapMatrix_DrawOp, 0, opBytesNeeded, paint)) {
807 if (this->commonDrawBitmap(bm, kDrawBitmapNine_DrawOp, 0, opBytesNeeded, paint)) {
821 if (this->commonDrawBitmap(bm, kDrawSprite_DrawOp, 0, opBytesNeeded, paint)) {
    [all...]
  /external/skia/include/core/
SkCanvas.h     [all...]
  /external/skia/legacy/include/core/
SkCanvas.h     [all...]
  /external/skia/legacy/src/core/
SkCanvas.cpp 900 this->commonDrawBitmap(bitmap, srcRect, matrix, *paint);
    [all...]
  /external/skia/src/core/
SkCanvas.cpp 993 this->commonDrawBitmap(bitmap, srcRect, matrix, *paint);
    [all...]

Completed in 233 milliseconds