Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftbitmap.c74 FT_Int source_pitch_sign, target_pitch_sign; in FT_Bitmap_Copy() local
86 source_pitch_sign = source->pitch < 0 ? -1 : 1; in FT_Bitmap_Copy()
92 if ( source_pitch_sign != target_pitch_sign ) in FT_Bitmap_Copy()
130 if ( source_pitch_sign == target_pitch_sign ) in FT_Bitmap_Copy()