Home
last modified time | relevance | path

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

/external/freetype/src/base/
Dftbitmap.c69 FT_Int target_pitch = target->pitch; in FT_Bitmap_Copy() local
73 if ( target_pitch < 0 ) in FT_Bitmap_Copy()
74 target_pitch = -target_pitch; in FT_Bitmap_Copy()
75 target_size = (FT_ULong)( target_pitch * target->rows ); in FT_Bitmap_Copy()
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
Dfxft_ftbitmap.c69 FT_Int target_pitch = target->pitch; in FT_Bitmap_Copy() local
73 if ( target_pitch < 0 ) in FT_Bitmap_Copy()
74 target_pitch = -target_pitch; in FT_Bitmap_Copy()
75 target_size = (FT_ULong)( target_pitch * target->rows ); in FT_Bitmap_Copy()
/external/chromium_org/third_party/freetype/src/base/
Dftbitmap.c69 FT_Int target_pitch = target->pitch; in FT_Bitmap_Copy() local
73 if ( target_pitch < 0 ) in FT_Bitmap_Copy()
74 target_pitch = -target_pitch; in FT_Bitmap_Copy()
75 target_size = (FT_ULong)( target_pitch * target->rows ); in FT_Bitmap_Copy()