HomeSort by relevance Sort by last modified time
    Searched refs:fDrawType (Results 1 - 4 of 4) sorted by null

  /external/skia/gm/
blurignorexform.cpp 26 BlurIgnoreXformGM(DrawType drawType) : fDrawType(drawType) { }
34 DrawType::kCircle == fDrawType ? "circle"
35 : DrawType::kRect == fDrawType ? "rect" : "rrect");
76 if (DrawType::kCircle == fDrawType) {
78 } else if (DrawType::kRect == fDrawType) {
126 DrawType fDrawType;
  /external/skqp/gm/
blurignorexform.cpp 26 BlurIgnoreXformGM(DrawType drawType) : fDrawType(drawType) { }
34 DrawType::kCircle == fDrawType ? "circle"
35 : DrawType::kRect == fDrawType ? "rect" : "rrect");
76 if (DrawType::kCircle == fDrawType) {
78 } else if (DrawType::kRect == fDrawType) {
126 DrawType fDrawType;
  /external/skia/bench/
AlternatingColorPatternBench.cpp 94 DrawType fDrawType;
104 fDrawType = drawType;
125 if (kRect_DrawType == fDrawType) {
155 if (kRect_DrawType == fDrawType) {
  /external/skqp/bench/
AlternatingColorPatternBench.cpp 94 DrawType fDrawType;
104 fDrawType = drawType;
125 if (kRect_DrawType == fDrawType) {
155 if (kRect_DrawType == fDrawType) {

Completed in 107 milliseconds