Searched refs:BitmapXferProc (Results 1 – 1 of 1) sorted by relevance
139 typedef void (*BitmapXferProc)(void* pixels, size_t bytes, uint32_t data); typedef159 static BitmapXferProc ChooseBitmapXferProc(const SkPixmap& dst, const SkPaint& paint, in ChooseBitmapXferProc()226 static void CallBitmapXferProc(const SkPixmap& dst, const SkIRect& rect, BitmapXferProc proc, in CallBitmapXferProc()275 BitmapXferProc proc = ChooseBitmapXferProc(fDst, paint, &procData); in drawPaint()