Searched refs:drawBitmapAsMask (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkDraw.h130 void drawBitmapAsMask(const SkBitmap&, const SkPaint&) const;
H A DSkDraw.cpp1124 void SkDraw::drawBitmapAsMask(const SkBitmap& bitmap, const SkPaint& paint) const { function in class:SkDraw
1275 draw.drawBitmapAsMask(bitmap, *paint);

Completed in 67 milliseconds