Home
last modified time | relevance | path

Searched refs:Dot14_ONE (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/utils/
DSkInterpolator.cpp210 #define Dot14_ONE (1 << 14) macro
228 return Dot14_ONE; in pin_and_convert()
239 if (x == Dot14_ONE) return SK_Scalar1; in SkUnitCubicInterp()
250 Dot14 C = 3*(b - c) + Dot14_ONE; in SkUnitCubicInterp()
270 C = 3*(b - c) + Dot14_ONE; in SkUnitCubicInterp()
/external/skia/src/utils/
DSkInterpolator.cpp210 #define Dot14_ONE (1 << 14) macro
228 return Dot14_ONE; in pin_and_convert()
239 if (x == Dot14_ONE) return SK_Scalar1; in SkUnitCubicInterp()
250 Dot14 C = 3*(b - c) + Dot14_ONE; in SkUnitCubicInterp()
270 C = 3*(b - c) + Dot14_ONE; in SkUnitCubicInterp()