Home
last modified time | relevance | path

Searched refs:dstB (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/gm/
H A Dgpu_blur_utils.cpp26 SkIRect dstB, in blur()
36 dstB, in blur()
51 SkIRect dstB, in slow_blur()
78 SkISize size = {dstB.width() + 2*outset.x(), dstB.height() + 2*outset.y()}; in slow_blur()
79 src = tileInto(std::move(src), srcB, size, outset - dstB.topLeft(), mode); in slow_blur()
83 dstB = SkIRect::MakePtSize(outset, dstB.size()); in slow_blur()
121 return tileInto(std::move(src), srcRect, dstB.size(), -outset, SkTileMode::kClamp); in slow_blur()
393 auto dstB in do_very_large_blur_gm() local
24 blur(GrRecordingContext* ctx, GrSurfaceProxyView src, SkIRect dstB, SkIRect srcB, float sigmaX, float sigmaY, SkTileMode mode) blur() argument
49 slow_blur(GrRecordingContext* rContext, GrSurfaceProxyView src, SkIRect dstB, SkIRect srcB, float sigmaX, float sigmaY, SkTileMode mode) slow_blur() argument
[all...]
/third_party/skia/src/core/
H A DSkBlitter_ARGB32.cpp52 int dstB = SkGetPackedB32(dst); in blend_lcd16() local
59 blend_32(srcB, dstB, maskB)); in blend_lcd16()
87 int dstB = SkGetPackedB32(dst); in blend_lcd16_opaque() local
94 blend_32(srcB, dstB, maskB)); in blend_lcd16_opaque()
/third_party/skia/third_party/skcms/
H A Dskcms.cc1632 dstB[252];
1641 dstB, skcms_PixelFormat_RGB_888, skcms_AlphaFormat_Unpremul, skcms_XYZD50_profile(),
1648 if (abs((int)dstA[i] - (int)dstB[i]) > 1) {
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DVulkanPerformanceCounterTest.cpp380 GLBuffer dstB; in TEST_P() local
381 glBindBuffer(GL_COPY_WRITE_BUFFER, dstB); in TEST_P()
395 glBindBuffer(GL_COPY_WRITE_BUFFER, dstB); in TEST_P()

Completed in 13 milliseconds