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

/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp598 sk_bzero(&fDebugWorstPts[index * 8], sizeof(SkPoint) * 8);
599 memcpy(&fDebugWorstPts[index * 2 * 4], wt.pts(),
601 memcpy(&fDebugWorstPts[(index * 2 + 1) * 4], wn.pts(),
617 memcpy(&fDebugWorstPts[index * 2 * 4], &local->fDebugWorstPts[index * 2 * 4],
655 dump_curve(fDebugWorstVerb[index * 2], fDebugWorstPts[index * 2 * 4],
657 dump_curve(fDebugWorstVerb[index * 2 + 1], fDebugWorstPts[(index * 2 + 1) * 4],
665 sk_bzero(fDebugWorstPts, sizeof(fDebugWorstPts));
H A DSkPathOpsTypes.h205 SkPoint fDebugWorstPts[24]; member in class:SkOpGlobalState
/external/skqp/src/pathops/
H A DSkPathOpsDebug.cpp598 sk_bzero(&fDebugWorstPts[index * 8], sizeof(SkPoint) * 8);
599 memcpy(&fDebugWorstPts[index * 2 * 4], wt.pts(),
601 memcpy(&fDebugWorstPts[(index * 2 + 1) * 4], wn.pts(),
617 memcpy(&fDebugWorstPts[index * 2 * 4], &local->fDebugWorstPts[index * 2 * 4],
655 dump_curve(fDebugWorstVerb[index * 2], fDebugWorstPts[index * 2 * 4],
657 dump_curve(fDebugWorstVerb[index * 2 + 1], fDebugWorstPts[(index * 2 + 1) * 4],
665 sk_bzero(fDebugWorstPts, sizeof(fDebugWorstPts));
H A DSkPathOpsTypes.h205 SkPoint fDebugWorstPts[24]; member in class:SkOpGlobalState

Completed in 179 milliseconds