Searched refs:target_pitch (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/freetype/src/base/
H A Dftbitmap.c69 FT_Int target_pitch = target->pitch; local
73 if ( target_pitch < 0 )
74 target_pitch = -target_pitch;
75 target_size = (FT_ULong)( target_pitch * target->rows );
/external/freetype/src/base/
H A Dftbitmap.c69 FT_Int target_pitch = target->pitch; local
73 if ( target_pitch < 0 )
74 target_pitch = -target_pitch;
75 target_size = (FT_ULong)( target_pitch * target->rows );

Completed in 73 milliseconds