OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:a_scale
(Results
1 - 4
of
4
) 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/libyuv/files/source/
row_common.cc
1182
const uint32
a_scale
= REPEAT8(value >> 24);
local
[
all
...]
/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
...]
Completed in 596 milliseconds