Searched defs:a_scale (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/freetype/src/autofit/
H A Dafwarp.c165 FT_Fixed *a_scale,
205 *a_scale = org_scale;
362 *a_scale = best_scale;
162 af_warper_compute( AF_Warper warper, AF_GlyphHints hints, AF_Dimension dim, FT_Fixed *a_scale, FT_Pos *a_delta ) argument
/external/freetype/src/autofit/
H A Dafwarp.c165 FT_Fixed *a_scale,
205 *a_scale = org_scale;
362 *a_scale = best_scale;
162 af_warper_compute( AF_Warper warper, AF_GlyphHints hints, AF_Dimension dim, FT_Fixed *a_scale, FT_Pos *a_delta ) argument
/external/libyuv/files/source/
H A Drow_common.cc1182 const uint32 a_scale = REPEAT8(value >> 24); local
1192 dst_argb[3] = SHADE(a, a_scale);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Drow_common.cc755 const uint32 a_scale = REPEAT8(value >> 24); local
766 dst_argb[3] = SHADE(a, a_scale);
788 const uint32 a_scale = src_argb1[3]; local
792 dst_argb[3] = SHADE(a, a_scale);
/external/chromium_org/third_party/libyuv/source/
H A Drow_common.cc755 const uint32 a_scale = REPEAT8(value >> 24); local
766 dst_argb[3] = SHADE(a, a_scale);
788 const uint32 a_scale = src_argb1[3]; local
792 dst_argb[3] = SHADE(a, a_scale);

Completed in 474 milliseconds