Home
last modified time | relevance | path

Searched refs:width_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
165 width_org = width; in ft_smooth_render_generic()
325 for ( xx = width_org; xx > 0; xx-- ) in ft_smooth_render_generic()
/external/freetype/src/smooth/
Dftsmooth.c115 FT_Pos height_org, width_org; in ft_smooth_render_generic() local
165 width_org = width; in ft_smooth_render_generic()
325 for ( xx = width_org; xx > 0; xx-- ) 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
396 w = width_org * num / den; in get_layer_resolution()