OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:resC
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/effects/
SkLerpXfermode.cpp
44
SkPMColor
resC
= SkFastFourByteInterp256(src[i], dstC, scale);
46
resC
= SkFastFourByteInterp256(
resC
, dstC, a + (a >> 7));
48
dst[i] =
resC
;
67
SkPMColor
resC
= SkFastFourByteInterp256(src[i], dstC, scale);
69
resC
= SkFastFourByteInterp256(
resC
, dstC, a + (a >> 7));
71
dst[i] = SkPixel32ToPixel16(
resC
);
77
SkPMColor
resC
= SkFastFourByteInterp256(src[i], dstC, scale);
78
dst[i] = SkPixel32ToPixel16(
resC
);
[
all
...]
/external/skia/src/effects/
SkLerpXfermode.cpp
44
SkPMColor
resC
= SkFastFourByteInterp256(src[i], dstC, scale);
46
resC
= SkFastFourByteInterp256(
resC
, dstC, a + (a >> 7));
48
dst[i] =
resC
;
67
SkPMColor
resC
= SkFastFourByteInterp256(src[i], dstC, scale);
69
resC
= SkFastFourByteInterp256(
resC
, dstC, a + (a >> 7));
71
dst[i] = SkPixel32ToPixel16(
resC
);
77
SkPMColor
resC
= SkFastFourByteInterp256(src[i], dstC, scale);
78
dst[i] = SkPixel32ToPixel16(
resC
);
[
all
...]
/external/valgrind/main/VEX/priv/
guest_arm_toIR.c
[
all
...]
Completed in 1941 milliseconds