Home
last modified time | relevance | path

Searched refs:target_lly (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
890 target_lly = target_offset.y - ( target->rows << 6 ); in FT_Bitmap_Blend()
904 target_lly = FT_LONG_MAX; in FT_Bitmap_Blend()
918 final_lly = FT_MIN( source_lly, target_lly ); in FT_Bitmap_Blend()
938 target_llx / 64, target_lly / 64, in FT_Bitmap_Blend()
958 target_lly -= final_lly; in FT_Bitmap_Blend()
1012 y = target_lly >> 6; in FT_Bitmap_Blend()