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

  /external/skia/src/pathops/
SkPathOpsDebug.cpp 596 fDebugWorstVerb[index * 2] = wt.segment()->verb();
597 fDebugWorstVerb[index * 2 + 1] = wn.segment()->verb();
615 fDebugWorstVerb[index * 2] = local->fDebugWorstVerb[index * 2];
616 fDebugWorstVerb[index * 2 + 1] = local->fDebugWorstVerb[index * 2 + 1];
655 dump_curve(fDebugWorstVerb[index * 2], fDebugWorstPts[index * 2 * 4],
657 dump_curve(fDebugWorstVerb[index * 2 + 1], fDebugWorstPts[(index * 2 + 1) * 4],
664 sk_bzero(fDebugWorstVerb, sizeof(fDebugWorstVerb));
    [all...]
SkPathOpsTypes.h 204 SkPath::Verb fDebugWorstVerb[6];

Completed in 340 milliseconds