Home
last modified time | relevance | path

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

/external/skia/gm/
Dblurignorexform.cpp26 BlurIgnoreXformGM(DrawType drawType) : fDrawType(drawType) { } in BlurIgnoreXformGM()
34 DrawType::kCircle == fDrawType ? "circle" in onShortName()
35 : DrawType::kRect == fDrawType ? "rect" : "rrect"); in onShortName()
76 if (DrawType::kCircle == fDrawType) { in onDraw()
78 } else if (DrawType::kRect == fDrawType) { in onDraw()
126 DrawType fDrawType; member in BlurIgnoreXformGM
/external/skia/bench/
DAlternatingColorPatternBench.cpp93 DrawType fDrawType; member in AlternatingColorPatternBench
103 fDrawType = drawType; in AlternatingColorPatternBench()
124 if (kRect_DrawType == fDrawType) { in onDelayedSetup()
154 if (kRect_DrawType == fDrawType) { in onDraw()