Home
last modified time | relevance | path

Searched refs:target_llx (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
883 target_llx = target_offset.x; in FT_Bitmap_Blend()
892 if ( FT_LONG_MAX - (FT_Pos)( target->width << 6 ) < target_llx ) in FT_Bitmap_Blend()
898 target_urx = target_llx + ( target->width << 6 ); in FT_Bitmap_Blend()
903 target_llx = FT_LONG_MAX; in FT_Bitmap_Blend()
917 final_llx = FT_MIN( source_llx, target_llx ); in FT_Bitmap_Blend()
938 target_llx / 64, target_lly / 64, in FT_Bitmap_Blend()
957 target_llx -= final_llx; in FT_Bitmap_Blend()
1011 x = target_llx >> 6; in FT_Bitmap_Blend()