Searched refs:FDot8 (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/core/ |
D | SkScan_Antihair.cpp | 616 typedef int FDot8; // 24.8 integer fixed point typedef 618 static inline FDot8 SkFixedToFDot8(SkFixed x) { in SkFixedToFDot8() 622 static void do_scanline(FDot8 L, int top, FDot8 R, U8CPU alpha, in do_scanline() 648 static void antifilldot8(FDot8 L, FDot8 T, FDot8 R, FDot8 B, SkBlitter* blitter, in antifilldot8() 826 static inline FDot8 SkScalarToFDot8(SkScalar x) { in SkScalarToFDot8() 830 static inline int FDot8Floor(FDot8 x) { in FDot8Floor() 834 static inline int FDot8Ceil(FDot8 x) { in FDot8Ceil() 845 static void inner_scanline(FDot8 L, int top, FDot8 R, U8CPU alpha, in inner_scanline() 871 static void innerstrokedot8(FDot8 L, FDot8 T, FDot8 R, FDot8 B, in innerstrokedot8() 906 static inline void align_thin_stroke(FDot8& edge1, FDot8& edge2) { in align_thin_stroke() [all …]
|