Home
last modified time | relevance | path

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

/external/pdfium/third_party/freetype/src/smooth/
Dftsmooth.c115 FT_Pos height_org, width_org; in ft_smooth_render_generic() local
166 height_org = height; in ft_smooth_render_generic()
319 for ( hh = height_org; hh > 0; hh--, line += pitch ) in ft_smooth_render_generic()
341 FT_Byte* read = bitmap->buffer + ( height - height_org ) * pitch; in ft_smooth_render_generic()
346 for ( hh = height_org; hh > 0; hh-- ) in ft_smooth_render_generic()
/external/freetype/src/smooth/
Dftsmooth.c115 FT_Pos height_org, width_org; in ft_smooth_render_generic() local
166 height_org = height; in ft_smooth_render_generic()
319 for ( hh = height_org; hh > 0; hh--, line += pitch ) in ft_smooth_render_generic()
341 FT_Byte* read = bitmap->buffer + ( height - height_org ) * pitch; in ft_smooth_render_generic()
346 for ( hh = height_org; hh > 0; hh-- ) in ft_smooth_render_generic()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_svc_layercontext.c389 static void get_layer_resolution(const int width_org, const int height_org, in get_layer_resolution() argument
397 h = height_org * num / den; in get_layer_resolution()