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