Searched refs:drawBitmapCommon (Results 1 - 4 of 4) sorted by relevance
/external/chromium_org/third_party/skia/include/gpu/ |
H A D | SkGpuDevice.h | 177 void drawBitmapCommon(const SkDraw&, 185 * Helper functions called by drawBitmapCommon. By the time these are called the SkDraw's
|
/external/skia/include/gpu/ |
H A D | SkGpuDevice.h | 177 void drawBitmapCommon(const SkDraw&, 185 * Helper functions called by drawBitmapCommon. By the time these are called the SkDraw's
|
/external/chromium_org/third_party/skia/src/gpu/ |
H A D | SkGpuDevice.cpp | 1083 this->drawBitmapCommon(draw, bitmap, NULL, m, paint, 1120 void SkGpuDevice::drawBitmapCommon(const SkDraw& draw, function in class:SkGpuDevice 1558 this->drawBitmapCommon(draw, bitmap, &tmpSrc, matrix, paint, flags);
|
/external/skia/src/gpu/ |
H A D | SkGpuDevice.cpp | 1083 this->drawBitmapCommon(draw, bitmap, NULL, m, paint, 1120 void SkGpuDevice::drawBitmapCommon(const SkDraw& draw, function in class:SkGpuDevice 1558 this->drawBitmapCommon(draw, bitmap, &tmpSrc, matrix, paint, flags);
|
Completed in 162 milliseconds