HomeSort by relevance Sort by last modified time
    Searched refs:fSmall (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkOpSpan.h 33 bool fSmall; // if set, consecutive points are almost equal
SkOpSegment.cpp 611 span->fSmall = false;
658 fSmall = span[index].fSmall = true;
    [all...]
SkPathOpsSimplify.cpp 88 last->fSmall);
SkOpSegment.h 94 return fSmall;
544 bool fSmall; // set if some span is small
SkPathOpsDebug.cpp 547 SK_ALWAYSBREAK(!last->fSmall || pointsNearlyEqual);
548 SK_ALWAYSBREAK(!last->fSmall || last->fDone);
549 // SK_ALWAYSBREAK(!last->fSmall || last->fTiny);
SkOpAngle.cpp 857 if (!span.fSmall && !oSpan.fSmall) {
864 return span.fSmall ? oSeg->containsPt(fSegment->span(fEnd).fPt, other.fEnd, other.fStart)
    [all...]
SkPathOpsOp.cpp 212 last->fSmall);
  /external/skia/src/pathops/
SkOpSpan.h 33 bool fSmall; // if set, consecutive points are almost equal
SkOpSegment.cpp 611 span->fSmall = false;
658 fSmall = span[index].fSmall = true;
    [all...]
SkPathOpsSimplify.cpp 88 last->fSmall);
SkOpSegment.h 94 return fSmall;
544 bool fSmall; // set if some span is small
SkPathOpsDebug.cpp 547 SK_ALWAYSBREAK(!last->fSmall || pointsNearlyEqual);
548 SK_ALWAYSBREAK(!last->fSmall || last->fDone);
549 // SK_ALWAYSBREAK(!last->fSmall || last->fTiny);
SkOpAngle.cpp 857 if (!span.fSmall && !oSpan.fSmall) {
864 return span.fSmall ? oSeg->containsPt(fSegment->span(fEnd).fPt, other.fEnd, other.fStart)
    [all...]
SkPathOpsOp.cpp 212 last->fSmall);
  /external/chromium_org/third_party/skia/gm/
displacement.cpp 28 make_checkerboard(&fSmall, 64, 64);
183 displ.reset(SkBitmapSource::Create(fSmall));
220 SkBitmap fBitmap, fCheckerboard, fSmall, fLarge, fLargeW, fLargeH;
  /external/skia/gm/
displacement.cpp 28 make_checkerboard(&fSmall, 64, 64);
183 displ.reset(SkBitmapSource::Create(fSmall));
220 SkBitmap fBitmap, fCheckerboard, fSmall, fLarge, fLargeW, fLargeH;
  /external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp 570 if (fSmall) {
  /external/skia/tests/
PathOpsDebug.cpp 570 if (fSmall) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h     [all...]

Completed in 767 milliseconds