Searched refs:FDot8 (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkScan_Antihair.cpp | 620 typedef int FDot8; // 24.8 integer fixed point typedef 622 static inline FDot8 SkFixedToFDot8(SkFixed x) { in SkFixedToFDot8() 626 static void do_scanline(FDot8 L, int top, FDot8 R, U8CPU alpha, in do_scanline() 652 static void antifilldot8(FDot8 L, FDot8 T, FDot8 R, FDot8 B, SkBlitter* blitter, in antifilldot8() 828 static inline FDot8 SkScalarToFDot8(SkScalar x) { in SkScalarToFDot8() 832 static inline int FDot8Floor(FDot8 x) { in FDot8Floor() 836 static inline int FDot8Ceil(FDot8 x) { in FDot8Ceil() 847 static void inner_scanline(FDot8 L, int top, FDot8 R, U8CPU alpha, in inner_scanline() 852 FDot8 widClamp = R - L; in inner_scanline() 877 static void innerstrokedot8(FDot8 L, FDot8 T, FDot8 R, FDot8 B, in innerstrokedot8() [all …]
|
/third_party/skia/src/core/ |
D | SkScan_Antihair.cpp | 625 typedef int FDot8; // 24.8 integer fixed point typedef 627 static inline FDot8 SkFixedToFDot8(SkFixed x) { in SkFixedToFDot8() 631 static void do_scanline(FDot8 L, int top, FDot8 R, U8CPU alpha, in do_scanline() 657 static void antifilldot8(FDot8 L, FDot8 T, FDot8 R, FDot8 B, SkBlitter* blitter, in antifilldot8() 833 static inline FDot8 SkScalarToFDot8(SkScalar x) { in SkScalarToFDot8() 837 static inline int FDot8Floor(FDot8 x) { in FDot8Floor() 841 static inline int FDot8Ceil(FDot8 x) { in FDot8Ceil() 852 static void inner_scanline(FDot8 L, int top, FDot8 R, U8CPU alpha, in inner_scanline() 857 FDot8 widClamp = R - L; in inner_scanline() 882 static void innerstrokedot8(FDot8 L, FDot8 T, FDot8 R, FDot8 B, in innerstrokedot8() [all …]
|