Searched refs:fDebugWorstVerb (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp596 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...]
H A DSkPathOpsTypes.h204 SkPath::Verb fDebugWorstVerb[6]; member in class:SkOpGlobalState
/external/skqp/src/pathops/
H A DSkPathOpsDebug.cpp596 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...]
H A DSkPathOpsTypes.h204 SkPath::Verb fDebugWorstVerb[6]; member in class:SkOpGlobalState

Completed in 113 milliseconds