HomeSort by relevance Sort by last modified time
    Searched refs:target_pitch (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/freetype/src/base/
ftbitmap.c 69 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/
ftbitmap.c 69 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 370 milliseconds