Searched defs:dstC (Results 1 – 10 of 10) sorted by relevance
/external/skia/src/effects/gradients/ |
D | SkLinearGradient.cpp | 198 SkPMColor* SK_RESTRICT dstC, in shadeSpan_linear_vertical_lerp() 221 SkPMColor* SK_RESTRICT dstC, in shadeSpan_linear_clamp() 259 SkPMColor* SK_RESTRICT dstC, in shadeSpan_linear_mirror() 272 SkPMColor* SK_RESTRICT dstC, in shadeSpan_linear_repeat() 286 void SkLinearGradient::LinearGradientContext::shadeSpan(int x, int y, SkPMColor* SK_RESTRICT dstC, in shadeSpan() 582 template <bool apply_alpha> void ramp(SkPMColor dstC[], int n, const Sk4f& c, const Sk4f& dc, in ramp() 617 void SkLinearGradient::LinearGradientContext::shade4_dx_clamp(SkPMColor dstC[], int count, in shade4_dx_clamp() 719 void SkLinearGradient::LinearGradientContext::shade4_clamp(int x, int y, SkPMColor dstC[], in shade4_clamp()
|
D | SkRadialGradient.cpp | 105 SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, in shadeSpan_radial_clamp2() 163 SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, in shadeSpan_radial() 177 SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, in shadeSpan_radial_mirror() 183 SkPMColor* SK_RESTRICT dstC, const SkPMColor* SK_RESTRICT cache, in shadeSpan_radial_repeat() 191 SkPMColor* SK_RESTRICT dstC, int count) { in shadeSpan()
|
D | SkTwoPointConicalGradient.cpp | 138 static void twopoint_clamp(TwoPtRadialContext* rec, SkPMColor* SK_RESTRICT dstC, in twopoint_clamp() 155 static void twopoint_repeat(TwoPtRadialContext* rec, SkPMColor* SK_RESTRICT dstC, in twopoint_repeat() 172 static void twopoint_mirror(TwoPtRadialContext* rec, SkPMColor* SK_RESTRICT dstC, in twopoint_mirror() 241 SkPMColor* SK_RESTRICT dstC = dstCParam; in shadeSpan() local
|
D | SkSweepGradient.cpp | 80 void SkSweepGradient::SweepGradientContext::shadeSpan(int x, int y, SkPMColor* SK_RESTRICT dstC, in shadeSpan()
|
/external/skia/src/core/ |
D | SkXfermode4f.cpp | 25 template <DstType D> Sk4f load_dst(SkPMColor dstC) { in load_dst() 29 static Sk4f srgb_4b_to_linear_unit(SkPMColor dstC) { in srgb_4b_to_linear_unit() 98 SkPMColor dstC = dst[i]; in clear_linear() local
|
D | SkBitmapProcShader.cpp | 140 void SkBitmapProcShader::BitmapProcShaderContext::shadeSpan(int x, int y, SkPMColor dstC[], in shadeSpan()
|
D | SkXfermode.cpp | 1022 SkPMColor dstC = dst[i]; in xfer32() local 1040 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16() local 1047 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16() local 1171 SkPMColor dstC = dst[i]; in xfer32() local 1193 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16() local 1200 SkPMColor dstC = SkPixel16ToPixel32(dst[i]); in xfer16() local
|
D | SkPictureShader.cpp | 291 void SkPictureShader::PictureShaderContext::shadeSpan(int x, int y, SkPMColor dstC[], int count) { in shadeSpan()
|
D | SkDraw.cpp | 1778 void SkTriColorShader::TriColorShaderContext::shadeSpan(int x, int y, SkPMColor dstC[], int count) { in shadeSpan()
|
/external/skia/tests/ |
D | BitmapCopyTest.cpp | 620 SkPMColor dstC = dstPixels[y*4+x]; in DEF_TEST() local
|