Home
last modified time | relevance | path

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

/external/skia/gm/
Dbitmaprect.cpp32 bool fUseIRect; member in DrawBitmapRect2
34 DrawBitmapRect2(bool useIRect) : fUseIRect(useIRect) { in DrawBitmapRect2()
40 str.printf("bitmaprect_%s", fUseIRect ? "i" : "s"); in onShortName()
72 if (!fUseIRect) { in onDraw()
177 bool fUseIRect; member in DrawBitmapRect4
181 DrawBitmapRect4(bool useIRect) : fUseIRect(useIRect) { in DrawBitmapRect4()
188 str.printf("bigbitmaprect_%s", fUseIRect ? "i" : "s"); in onShortName()
214 if (!fUseIRect) { in onDraw()