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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCubic.h 31 static const int gPrecisionUnit;
SkPathOpsCubic.cpp 13 const int SkDCubic::gPrecisionUnit = 256; // FIXME: test different values in test framework
21 return (width > height ? width : height) / gPrecisionUnit;
SkDCubicIntersection.cpp 328 dxy1 /= SkDCubic::gPrecisionUnit;
373 tMin2 = SkTMax(tVals[tIdx] - (1.0 / SkDCubic::gPrecisionUnit), 0.0);
374 tMax2 = SkTMin(tVals[tLast] + (1.0 / SkDCubic::gPrecisionUnit), 1.0);
  /external/skia/src/pathops/
SkPathOpsCubic.h 31 static const int gPrecisionUnit;
SkPathOpsCubic.cpp 13 const int SkDCubic::gPrecisionUnit = 256; // FIXME: test different values in test framework
21 return (width > height ? width : height) / gPrecisionUnit;
SkDCubicIntersection.cpp 328 dxy1 /= SkDCubic::gPrecisionUnit;
373 tMin2 = SkTMax(tVals[tIdx] - (1.0 / SkDCubic::gPrecisionUnit), 0.0);
374 tMax2 = SkTMin(tVals[tLast] + (1.0 / SkDCubic::gPrecisionUnit), 1.0);

Completed in 48 milliseconds