Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftbitmap.c820 FT_Pos target_llx, target_lly, target_urx, target_ury; in FT_Bitmap_Blend() local
899 target_ury = target_offset.y; in FT_Bitmap_Blend()
906 target_ury = FT_LONG_MIN; in FT_Bitmap_Blend()
913 if ( source_ury >= target_ury && frac_offset.y ) in FT_Bitmap_Blend()
920 final_ury = FT_MAX( source_ury, target_ury ); in FT_Bitmap_Blend()
939 target_urx / 64, target_ury / 64, in FT_Bitmap_Blend()