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

/external/freetype/src/autofit/
H A Dafwarp.h54 FT_Fixed *a_scale,
H A Dafwarp.c164 FT_Fixed *a_scale,
204 *a_scale = org_scale;
361 *a_scale = best_scale;
161 af_warper_compute( AF_Warper warper, AF_GlyphHints hints, AF_Dimension dim, FT_Fixed *a_scale, FT_Pos *a_delta ) argument
/external/libvpx/libvpx/third_party/libyuv/source/
H A Drow_common.cc782 const uint32 a_scale = REPEAT8(value >> 24); local
793 dst_argb[3] = SHADE(a, a_scale);
815 const uint32 a_scale = src_argb1[3]; local
819 dst_argb[3] = SHADE(a, a_scale);
/external/libyuv/files/source/
H A Drow_common.cc774 const uint32 a_scale = REPEAT8(value >> 24); local
785 dst_argb[3] = SHADE(a, a_scale);
809 const uint32 a_scale = src_argb1[3]; local
813 dst_argb[3] = SHADE(a, a_scale);

Completed in 1176 milliseconds