Searched refs:height_org (Results 1 - 4 of 4) sorted by relevance

/external/freetype/src/smooth/
H A Dftsmooth.c115 FT_Pos height_org, width_org; local
166 height_org = height;
319 for ( hh = height_org; hh > 0; hh--, line += pitch )
341 FT_Byte* read = bitmap->buffer + ( height - height_org ) * pitch;
346 for ( hh = height_org; hh > 0; hh-- )
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/smooth/
H A Dftsmooth.c115 FT_Pos height_org, width_org; local
166 height_org = height;
319 for ( hh = height_org; hh > 0; hh--, line += pitch )
341 FT_Byte* read = bitmap->buffer + ( height - height_org ) * pitch;
346 for ( hh = height_org; hh > 0; hh-- )
/external/pdfium/third_party/freetype/src/smooth/
H A Dftsmooth.c115 FT_Pos height_org, width_org; local
166 height_org = height;
319 for ( hh = height_org; hh > 0; hh--, line += pitch )
341 FT_Byte* read = bitmap->buffer + ( height - height_org ) * pitch;
346 for ( hh = height_org; hh > 0; hh-- )
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_svc_layercontext.c364 static void get_layer_resolution(const int width_org, const int height_org, argument
373 h = height_org * num / den;

Completed in 294 milliseconds