Home
last modified time | relevance | path

Searched refs:fMakeBitmap (Results 1 – 1 of 1) sorted by relevance

/third_party/flutter/skia/gm/
Ddownsamplebitmap.cpp30 SkBitmap (*fMakeBitmap)(SkImageInfo); member
35 : fMakeBitmap(fn) in DownsampleBitmapGM()
45 SkBitmap bm = fMakeBitmap(SkImageInfo::MakeN32Premul(1,1)/*whatever*/); in onISize()
54 SkBitmap bm = fMakeBitmap(info); in onDraw()