Searched refs:target_lly (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftbitmap.c | 819 FT_Pos target_llx, target_lly, target_urx, target_ury; in FT_Bitmap_Blend() local 882 target_lly = target_offset.y - ( target->rows << 6 ); in FT_Bitmap_Blend() 896 target_lly = FT_LONG_MAX; in FT_Bitmap_Blend() 903 final_lly = FT_MIN( source_lly, target_lly ); in FT_Bitmap_Blend() 919 target_llx / 64, target_lly / 64, in FT_Bitmap_Blend() 945 target_lly -= final_lly; in FT_Bitmap_Blend() 1000 y = target_lly >> 6; in FT_Bitmap_Blend()
|
/third_party/freetype/src/base/ |
D | ftbitmap.c | 818 FT_Pos target_llx, target_lly, target_urx, target_ury; in FT_Bitmap_Blend() local 881 target_lly = target_offset.y - ( target->rows << 6 ); in FT_Bitmap_Blend() 895 target_lly = FT_LONG_MAX; in FT_Bitmap_Blend() 902 final_lly = FT_MIN( source_lly, target_lly ); in FT_Bitmap_Blend() 918 target_llx / 64, target_lly / 64, in FT_Bitmap_Blend() 944 target_lly -= final_lly; in FT_Bitmap_Blend() 999 y = target_lly >> 6; in FT_Bitmap_Blend()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftbitmap.c | 818 FT_Pos target_llx, target_lly, target_urx, target_ury; in FT_Bitmap_Blend() local 881 target_lly = target_offset.y - ( target->rows << 6 ); in FT_Bitmap_Blend() 895 target_lly = FT_LONG_MAX; in FT_Bitmap_Blend() 902 final_lly = FT_MIN( source_lly, target_lly ); in FT_Bitmap_Blend() 918 target_llx / 64, target_lly / 64, in FT_Bitmap_Blend() 944 target_lly -= final_lly; in FT_Bitmap_Blend() 999 y = target_lly >> 6; in FT_Bitmap_Blend()
|