OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dst_r
(Results
1 - 4
of
4
) sorted by null
/external/skia/tests/
ColorTest.cpp
106
for (int
dst_r
= 0;
dst_r
<= 31; ++
dst_r
) {
108
uint16_t dc = SkPackRGB16(
dst_r
, dst_g,
dst_r
);
/external/skia/src/opts/
SkBlitRow_opts_arm_neon.cpp
659
uint16x8_t
dst_r
, dst_g, dst_b;
local
[
all
...]
/external/skia/legacy/src/opts/
SkBlitRow_opts_arm.cpp
1473
uint16x8_t
dst_r
, dst_g, dst_b;
local
[
all
...]
/hardware/qcom/display/libhwcomposer/
hwc_utils.cpp
556
int&
dst_r
= dst.right;
local
576
if(
dst_r
> sci_r) {
577
rightCutRatio = (float)(
dst_r
- sci_r) / (float)dst_w;
578
dst_r
= sci_r;
[
all
...]
Completed in 80 milliseconds