/external/chromium_org/third_party/skia/tests/ |
ColorPrivTest.cpp | 28 // SkFourByteInterp and SkFastFourByteInterp convert from [0, 255] to [0, 256] differently. 30 const SkPMColor slow = SkFourByteInterp(src, dst, scale);
|
/external/skia/tests/ |
ColorPrivTest.cpp | 28 // SkFourByteInterp and SkFastFourByteInterp convert from [0, 255] to [0, 256] differently. 30 const SkPMColor slow = SkFourByteInterp(src, dst, scale);
|
/external/chromium_org/third_party/skia/bench/ |
ColorPrivBench.cpp | 59 junk ^= SkFourByteInterp(src, dst, scale);
|
/external/skia/bench/ |
ColorPrivBench.cpp | 59 junk ^= SkFourByteInterp(src, dst, scale);
|
/external/chromium_org/third_party/skia/src/core/ |
SkBlitter_ARGB32.cpp | 563 *device = SkFourByteInterp(c, *device, alpha); 607 *device = SkFourByteInterp(c, *device, alpha); 614 *device = SkFourByteInterp(c, *device, alpha);
|
SkXfermode.cpp | 715 C = SkFourByteInterp(C, dstC, a); 740 C = SkFourByteInterp(C, dstC, a); [all...] |
/external/skia/src/core/ |
SkBlitter_ARGB32.cpp | 563 *device = SkFourByteInterp(c, *device, alpha); 607 *device = SkFourByteInterp(c, *device, alpha); 614 *device = SkFourByteInterp(c, *device, alpha);
|
SkXfermode.cpp | 718 C = SkFourByteInterp(C, dstC, a); 743 C = SkFourByteInterp(C, dstC, a); [all...] |
/external/chromium_org/third_party/skia/src/opts/ |
SkXfermode_opts_SSE2.cpp | 696 C = SkFourByteInterp(C, dstC, a); 761 C = SkFourByteInterp(C, dstC, a);
|
/external/skia/src/opts/ |
SkXfermode_opts_SSE2.cpp | 695 C = SkFourByteInterp(C, dstC, a); 760 C = SkFourByteInterp(C, dstC, a);
|
/external/chromium_org/third_party/skia/include/core/ |
SkColorPriv.h | 391 * srcWeight is [0..256], unlike SkFourByteInterp which takes [0..255] 409 static inline SkPMColor SkFourByteInterp(SkPMColor src, SkPMColor dst, 490 * Nearly the same as SkFourByteInterp, but faster and a touch more accurate, due to better [all...] |
/external/skia/include/core/ |
SkColorPriv.h | 392 * srcWeight is [0..256], unlike SkFourByteInterp which takes [0..255] 410 static inline SkPMColor SkFourByteInterp(SkPMColor src, SkPMColor dst, 491 * Nearly the same as SkFourByteInterp, but faster and a touch more accurate, due to better [all...] |