Searched refs:drawBitmapCommon (Results 1 – 2 of 2) sorted by relevance
/external/skia/src/svg/ |
D | SkSVGDevice.h | 57 void drawBitmapCommon(const MxCp&, const SkBitmap& bm, const SkPaint& paint);
|
D | SkSVGDevice.cpp | 676 void SkSVGDevice::drawBitmapCommon(const MxCp& mc, const SkBitmap& bm, const SkPaint& paint) { in drawBitmapCommon() function in SkSVGDevice 714 drawBitmapCommon(mc, bitmap, paint); in drawBitmap() 724 drawBitmapCommon(mc, bitmap, paint); in drawSprite() 743 drawBitmapCommon(MxCp(&adjustedMatrix, cs), bm, paint); in drawBitmapRect()
|