HomeSort by relevance Sort by last modified time
    Searched full:a_scale (Results 1 - 6 of 6) sorted by null

  /external/freetype/src/autofit/
afwarp.h 54 FT_Fixed *a_scale,
afwarp.c 165 FT_Fixed *a_scale,
205 *a_scale = org_scale;
362 *a_scale = best_scale;
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afwarp.h 54 FT_Fixed *a_scale,
afwarp.c 165 FT_Fixed *a_scale,
205 *a_scale = org_scale;
362 *a_scale = best_scale;
  /external/libvpx/libvpx/third_party/libyuv/source/
row_common.cc 811 const uint32 a_scale = REPEAT8(value >> 24); local
822 dst_argb[3] = SHADE(a, a_scale);
844 const uint32 a_scale = src_argb1[3]; local
848 dst_argb[3] = SHADE(a, a_scale);
    [all...]
  /external/libyuv/files/source/
row_common.cc 782 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);
    [all...]

Completed in 330 milliseconds