Searched refs:fSmall (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSpan.h33 bool fSmall; // if set, consecutive points are almost equal member in struct:SkOpSpan
H A DSkOpSegment.cpp615 span->fSmall = false;
664 fSmall = span[index].fSmall = true;
1044 bool allSmall = lastSpan->fSmall;
1052 span->fSmall = allSmall;
1070 if (span.fT != 1 && !span.fSmall) {
1078 if (oSpan.fT != 1 && !oSpan.fSmall) {
1144 if (span.fT != 1 && !span.fSmall) {
1153 if (oSpan.fT != 1 && !oSpan.fSmall) {
1571 if (!startSpan->fSmall || isCancele
[all...]
H A DSkPathOpsSimplify.cpp88 last->fSmall);
H A DSkOpSegment.h94 return fSmall;
546 bool fSmall; // set if some span is small member in class:SkOpSegment
H A DSkPathOpsDebug.cpp548 SK_ALWAYSBREAK(!last->fSmall || pointsNearlyEqual);
549 SK_ALWAYSBREAK(!last->fSmall || last->fDone);
550 // SK_ALWAYSBREAK(!last->fSmall || last->fTiny);
H A DSkOpAngle.cpp854 if (!span.fSmall && !oSpan.fSmall) {
861 return span.fSmall ? oSeg->containsPt(fSegment->span(fEnd).fPt, other.fEnd, other.fStart)
1067 if (!mSpan.fSmall) {
H A DSkPathOpsOp.cpp212 last->fSmall);
/external/skia/src/pathops/
H A DSkOpSpan.h33 bool fSmall; // if set, consecutive points are almost equal member in struct:SkOpSpan
H A DSkOpSegment.cpp611 span->fSmall = false;
658 fSmall = span[index].fSmall = true;
1011 bool allSmall = lastSpan->fSmall;
1019 span->fSmall = allSmall;
1037 if (span.fT != 1 && !span.fSmall) {
1045 if (oSpan.fT != 1 && !oSpan.fSmall) {
1111 if (span.fT != 1 && !span.fSmall) {
1120 if (oSpan.fT != 1 && !oSpan.fSmall) {
1501 if (!startSpan->fSmall || isCancele
[all...]
H A DSkPathOpsSimplify.cpp88 last->fSmall);
H A DSkOpSegment.h94 return fSmall;
544 bool fSmall; // set if some span is small member in class:SkOpSegment
H A DSkPathOpsDebug.cpp547 SK_ALWAYSBREAK(!last->fSmall || pointsNearlyEqual);
548 SK_ALWAYSBREAK(!last->fSmall || last->fDone);
549 // SK_ALWAYSBREAK(!last->fSmall || last->fTiny);
H A DSkOpAngle.cpp857 if (!span.fSmall && !oSpan.fSmall) {
864 return span.fSmall ? oSeg->containsPt(fSegment->span(fEnd).fPt, other.fEnd, other.fStart)
1063 if (!mSpan.fSmall) {
H A DSkPathOpsOp.cpp212 last->fSmall);
/external/chromium_org/third_party/skia/gm/
H A Ddisplacement.cpp28 make_checkerboard(&fSmall, 64, 64);
184 displ.reset(SkBitmapSource::Create(fSmall));
221 SkBitmap fBitmap, fCheckerboard, fSmall, fLarge, fLargeW, fLargeH; member in class:skiagm::DisplacementMapGM
/external/skia/gm/
H A Ddisplacement.cpp28 make_checkerboard(&fSmall, 64, 64);
183 displ.reset(SkBitmapSource::Create(fSmall));
220 SkBitmap fBitmap, fCheckerboard, fSmall, fLarge, fLargeW, fLargeH; member in class:skiagm::DisplacementMapGM
/external/skia/tests/
H A DPathOpsDebug.cpp570 if (fSmall) {
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDebug.cpp702 if (fSmall) {

Completed in 325 milliseconds