Home
last modified time | relevance | path

Searched refs:target_urx (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
898 target_urx = target_llx + ( target->width << 6 ); in FT_Bitmap_Blend()
905 target_urx = FT_LONG_MIN; in FT_Bitmap_Blend()
911 if ( source_urx >= target_urx && frac_offset.x ) in FT_Bitmap_Blend()
919 final_urx = FT_MAX( source_urx, target_urx ); in FT_Bitmap_Blend()
939 target_urx / 64, target_ury / 64, in FT_Bitmap_Blend()