Searched defs:oneThird (Results 1 - 3 of 3) sorted by relevance

/external/skia/src/pathops/
H A DSkLineParameters.h139 double oneThird = 1 / 3.0; local
141 distance[index].fX = index * oneThird;
/external/skia/src/core/
H A DSkEdge.cpp329 SkFDot6 oneThird = ((a << 3) - ((b << 4) - b) + 6*c + d) * 19 >> 9; local
332 return SkMax32(SkAbs32(oneThird), SkAbs32(twoThird));
/external/skia/tests/
H A DDrawBitmapRectTest.cpp132 const SkScalar oneThird = SK_Scalar1 / 3; local
133 const SkScalar smallScale = (size.width() + oneThird) / size.width();

Completed in 668 milliseconds