Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkScan_Hairline.cpp37 const int maxDot6 = SK_MaxS32 >> (16 - 6); in canConvertFDot6ToFixed() local
38 return SkAbs32(x) <= maxDot6; in canConvertFDot6ToFixed()
DSkScan_Antihair.cpp280 const int maxDot6 = SK_MaxS32 >> (16 - 6); in canConvertFDot6ToFixed() local
281 return SkAbs32(x) <= maxDot6; in canConvertFDot6ToFixed()