Searched refs:gPrecisionUnit (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkPathOpsCubic.h134 static const int gPrecisionUnit; member in struct:SkDCubic
H A DSkPathOpsCubic.cpp17 const int SkDCubic::gPrecisionUnit = 256; // FIXME: test different values in test framework member in class:SkDCubic
84 return (width > height ? width : height) / gPrecisionUnit;

Completed in 386 milliseconds