Home
last modified time | relevance | path

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

/external/skqp/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()
124 DrawType fDrawType; member in BlurIgnoreXformGM
/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()
124 DrawType fDrawType; member in BlurIgnoreXformGM
/external/skqp/bench/
DAlternatingColorPatternBench.cpp94 DrawType fDrawType; member in AlternatingColorPatternBench
104 fDrawType = drawType; in AlternatingColorPatternBench()
125 if (kRect_DrawType == fDrawType) { in onDelayedSetup()
155 if (kRect_DrawType == fDrawType) { in onDraw()
/external/skia/bench/
DAlternatingColorPatternBench.cpp94 DrawType fDrawType; member in AlternatingColorPatternBench
104 fDrawType = drawType; in AlternatingColorPatternBench()
125 if (kRect_DrawType == fDrawType) { in onDelayedSetup()
155 if (kRect_DrawType == fDrawType) { in onDraw()