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

  /external/skia/samplecode/
SamplePathFuzz.cpp 146 fPathDepth = 0;
151 SkASSERT(!fPathDepth);
158 SkASSERT(!fPathDepth);
215 SkDebugf("%.*s%s\n", fPathDepth * 3, fTab, gRandomSetMatrixNames[setMatrix]);
324 SkDebugf("%.*s%s\n", fPathDepth * 3, fTab, gRandomSetRRectNames[rrectType]);
371 SkDebugf("%.*s%s\n", fPathDepth * 3, fTab,
411 if (fPathDepth < fPathDepthLimit) {
412 ++fPathDepth;
419 --fPathDepth;
424 if (fPathDepth < fPathDepthLimit)
    [all...]
  /external/skqp/samplecode/
SamplePathFuzz.cpp 146 fPathDepth = 0;
151 SkASSERT(!fPathDepth);
158 SkASSERT(!fPathDepth);
215 SkDebugf("%.*s%s\n", fPathDepth * 3, fTab, gRandomSetMatrixNames[setMatrix]);
324 SkDebugf("%.*s%s\n", fPathDepth * 3, fTab, gRandomSetRRectNames[rrectType]);
371 SkDebugf("%.*s%s\n", fPathDepth * 3, fTab,
411 if (fPathDepth < fPathDepthLimit) {
412 ++fPathDepth;
419 --fPathDepth;
424 if (fPathDepth < fPathDepthLimit)
    [all...]

Completed in 106 milliseconds