Home
last modified time | relevance | path

Searched refs:SkIntToFDot6 (Results 1 – 6 of 6) sorted by relevance

/external/skia/src/core/
DSkFDot6.h44 inline SkFDot6 SkIntToFDot6(int x) { in SkIntToFDot6() function
49 #define SkIntToFDot6(x) ((x) << 6) macro
DSkScan_Hairline.cpp91 clipR.set(SkIntToFDot6(bounds.fLeft), SkIntToFDot6(bounds.fTop), in HairLineRgn()
92 SkIntToFDot6(bounds.fRight), SkIntToFDot6(bounds.fBottom)); in HairLineRgn()
DSkScan_Antihair.cpp323 if (SkAbs32(x1 - x0) > SkIntToFDot6(511) || SkAbs32(y1 - y0) > SkIntToFDot6(511)) { in do_anti_hairline()
/external/skqp/src/core/
DSkFDot6.h44 inline SkFDot6 SkIntToFDot6(int x) { in SkIntToFDot6() function
49 #define SkIntToFDot6(x) ((x) << 6) macro
DSkScan_Hairline.cpp91 clipR.set(SkIntToFDot6(bounds.fLeft), SkIntToFDot6(bounds.fTop), in HairLineRgn()
92 SkIntToFDot6(bounds.fRight), SkIntToFDot6(bounds.fBottom)); in HairLineRgn()
DSkScan_Antihair.cpp323 if (SkAbs32(x1 - x0) > SkIntToFDot6(511) || SkAbs32(y1 - y0) > SkIntToFDot6(511)) { in do_anti_hairline()