Searched refs:onlyVertical (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCommon.h21 bool* unsortable, bool* done, bool* onlyVertical, bool firstPass);
H A DSkPathOpsSimplify.cpp22 bool onlyVertical = false; local
25 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass);
33 } else if (onlyVertical) {
H A DSkPathOpsOp.cpp132 bool onlyVertical = false; local
135 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass);
150 } else if (onlyVertical) {
H A DSkPathOpsCommon.cpp279 SkScalar* hitDx, bool* tryAgain, bool* onlyVertical, bool opp) {
289 *onlyVertical = true;
320 int* endIndexPtr, SkPoint* topLeft, bool* unsortable, bool* done, bool* onlyVertical,
368 &hitDx, &tryAgain, onlyVertical, false);
369 if (*onlyVertical) {
277 rightAngleWinding(const SkTArray<SkOpContour*, true>& contourList, SkOpSegment** currentPtr, int* indexPtr, int* endIndexPtr, double* tHit, SkScalar* hitDx, bool* tryAgain, bool* onlyVertical, bool opp) argument
318 FindSortableTop(const SkTArray<SkOpContour*, true>& contourList, SkOpAngle::IncludeType angleIncludeType, bool* firstContour, int* indexPtr, int* endIndexPtr, SkPoint* topLeft, bool* unsortable, bool* done, bool* onlyVertical, bool firstPass) argument
/external/skia/src/pathops/
H A DSkPathOpsCommon.h21 bool* unsortable, bool* done, bool* onlyVertical, bool firstPass);
H A DSkPathOpsSimplify.cpp22 bool onlyVertical = false; local
25 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass);
33 } else if (onlyVertical) {
H A DSkPathOpsOp.cpp132 bool onlyVertical = false; local
135 &index, &endIndex, &topLeft, &topUnsortable, &topDone, &onlyVertical, firstPass);
150 } else if (onlyVertical) {
H A DSkPathOpsCommon.cpp279 SkScalar* hitDx, bool* tryAgain, bool* onlyVertical, bool opp) {
289 *onlyVertical = true;
320 int* endIndexPtr, SkPoint* topLeft, bool* unsortable, bool* done, bool* onlyVertical,
368 &hitDx, &tryAgain, onlyVertical, false);
369 if (*onlyVertical) {
277 rightAngleWinding(const SkTArray<SkOpContour*, true>& contourList, SkOpSegment** currentPtr, int* indexPtr, int* endIndexPtr, double* tHit, SkScalar* hitDx, bool* tryAgain, bool* onlyVertical, bool opp) argument
318 FindSortableTop(const SkTArray<SkOpContour*, true>& contourList, SkOpAngle::IncludeType angleIncludeType, bool* firstContour, int* indexPtr, int* endIndexPtr, SkPoint* topLeft, bool* unsortable, bool* done, bool* onlyVertical, bool firstPass) argument

Completed in 154 milliseconds