Searched defs:tryAgain (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCommon.cpp14 bool* tryAgain, double* midPtr, bool opp) {
88 *tryAgain = true;
258 SkScalar* hitDx, bool* tryAgain, bool opp) {
263 tryAgain, &test, opp);
264 if (contourWinding != SK_MinS32 || *tryAgain) {
319 bool tryAgain; local
330 tryAgain = false;
332 &hitDx, &tryAgain, false);
333 if (tryAgain) {
340 &hitOppDx, &tryAgain, tru
12 contourRangeCheckY(const SkTArray<SkOpContour*, true>& contourList, SkOpSegment** currentPtr, int* indexPtr, int* endIndexPtr, double* bestHit, SkScalar* bestDx, bool* tryAgain, double* midPtr, bool opp) argument
256 rightAngleWinding(const SkTArray<SkOpContour*, true>& contourList, SkOpSegment** current, int* index, int* endIndex, double* tHit, SkScalar* hitDx, bool* tryAgain, bool opp) argument
[all...]
/external/skia/src/pathops/
H A DSkPathOpsCommon.cpp14 bool* tryAgain, double* midPtr, bool opp) {
88 *tryAgain = true;
258 SkScalar* hitDx, bool* tryAgain, bool opp) {
263 tryAgain, &test, opp);
264 if (contourWinding != SK_MinS32 || *tryAgain) {
319 bool tryAgain; local
330 tryAgain = false;
332 &hitDx, &tryAgain, false);
333 if (tryAgain) {
340 &hitOppDx, &tryAgain, tru
12 contourRangeCheckY(const SkTArray<SkOpContour*, true>& contourList, SkOpSegment** currentPtr, int* indexPtr, int* endIndexPtr, double* bestHit, SkScalar* bestDx, bool* tryAgain, double* midPtr, bool opp) argument
256 rightAngleWinding(const SkTArray<SkOpContour*, true>& contourList, SkOpSegment** current, int* index, int* endIndex, double* tHit, SkScalar* hitDx, bool* tryAgain, bool opp) argument
[all...]

Completed in 88 milliseconds