OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_expand
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp
510
uint32_t
dst_expand
= SkExpand_rgb_16(*dst) * scale;
local
511
*dst = SkCompact_rgb_16((src_expand +
dst_expand
) >> 5);
597
uint32_t
dst_expand
= SkExpand_rgb_16(*dst) * scale;
local
598
*dst = SkCompact_rgb_16((src_expand +
dst_expand
) >> 5);
[
all
...]
/external/skia/include/core/
SkColorPriv.h
299
uint32_t
dst_expand
= SkExpand_rgb_16(dst) * scale;
local
300
return SkCompact_rgb_16((src_expand +
dst_expand
) >> 5);
[
all
...]
Completed in 86 milliseconds