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

  /external/chromium_org/third_party/skia/bench/
AlternatingColorPatternBench.cpp 92 DrawType fDrawType;
103 fDrawType = drawType;
128 if (kRect_DrawType == fDrawType) {
158 if (kRect_DrawType == fDrawType) {
  /external/chromium_org/third_party/skia/src/utils/debugger/
SkDrawCommand.h 30 return GetCommandString(fDrawType);
70 DrawType getType() { return fDrawType; };
80 DrawType fDrawType;
SkDrawCommand.cpp 18 : fDrawType(type)
85 return SkString(GetCommandString(fDrawType));
  /external/skia/src/utils/debugger/
SkDrawCommand.h 30 return GetCommandString(fDrawType);
70 DrawType getType() { return fDrawType; };
80 DrawType fDrawType;
SkDrawCommand.cpp 16 : fDrawType(type)
82 return SkString(GetCommandString(fDrawType));

Completed in 810 milliseconds