Searched refs:drawBitmapCommon (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/gpu/
H A DSkGpuDevice.h162 void drawBitmapCommon(const SkDraw&,
169 * Helper functions called by drawBitmapCommon. By the time these are called the SkDraw's
/external/skia/include/gpu/
H A DSkGpuDevice.h162 void drawBitmapCommon(const SkDraw&,
169 * Helper functions called by drawBitmapCommon. By the time these are called the SkDraw's
/external/chromium_org/third_party/skia/src/gpu/
H A DSkGpuDevice.cpp1085 this->drawBitmapCommon(draw, bitmap, NULL, m, paint);
1088 void SkGpuDevice::drawBitmapCommon(const SkDraw& draw, function in class:SkGpuDevice
1468 this->drawBitmapCommon(draw, bitmap, &tmpSrc, matrix, paint);
/external/skia/src/gpu/
H A DSkGpuDevice.cpp1085 this->drawBitmapCommon(draw, bitmap, NULL, m, paint);
1088 void SkGpuDevice::drawBitmapCommon(const SkDraw& draw, function in class:SkGpuDevice
1468 this->drawBitmapCommon(draw, bitmap, &tmpSrc, matrix, paint);

Completed in 39 milliseconds