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

  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsCubic.h 91 static const int gPrecisionUnit;
SkPathOpsCubic.cpp 14 const int SkDCubic::gPrecisionUnit = 256; // FIXME: test different values in test framework
70 return (width > height ? width : height) / gPrecisionUnit;
  /external/skia/src/pathops/
SkPathOpsCubic.h 91 static const int gPrecisionUnit;
SkPathOpsCubic.cpp 14 const int SkDCubic::gPrecisionUnit = 256; // FIXME: test different values in test framework
70 return (width > height ? width : height) / gPrecisionUnit;
  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicUtilities.cpp 12 const int gPrecisionUnit = 256; // FIXME: arbitrary -- should try different values in test framework
20 return (width > height ? width : height) / gPrecisionUnit;
  /external/skia/experimental/Intersection/
CubicUtilities.cpp 12 const int gPrecisionUnit = 256; // FIXME: arbitrary -- should try different values in test framework
20 return (width > height ? width : height) / gPrecisionUnit;

Completed in 2070 milliseconds