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

  /external/chromium_org/third_party/freetype/src/smooth/
ftsmooth.c 110 FT_Pos height_org, width_org; local
182 height_org = height;
326 for ( hh = height_org; hh > 0; hh--, line += pitch )
348 FT_Byte* read = bitmap->buffer + ( height - height_org ) * pitch;
353 for ( hh = height_org; hh > 0; hh-- )
  /external/freetype/src/smooth/
ftsmooth.c 110 FT_Pos height_org, width_org; local
182 height_org = height;
326 for ( hh = height_org; hh > 0; hh--, line += pitch )
348 FT_Byte* read = bitmap->buffer + ( height - height_org ) * pitch;
353 for ( hh = height_org; hh > 0; hh-- )

Completed in 756 milliseconds