Searched refs:fLargeBitmap (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/gm/ |
D | drawbitmaprect.cpp | 157 SkBitmap fLargeBitmap; member in DrawBitmapRectGM 167 fImage = makebm(canvas, &fLargeBitmap, gBmpSize, gBmpSize); in setupImage() 203 fProc(canvas, fImage.get(), fLargeBitmap, srcRect, dstRect, nullptr); in onDraw()
|
/third_party/skia/gm/ |
D | drawbitmaprect.cpp | 164 SkBitmap fLargeBitmap; member in DrawBitmapRectGM 174 fImage = makebm(canvas, &fLargeBitmap, gBmpSize, gBmpSize); in setupImage() 211 fProc(canvas, fImage.get(), fLargeBitmap, srcRect, dstRect, SkSamplingOptions(), in onDraw()
|