Home
last modified time | relevance | path

Searched refs:dstB (Results 1 – 9 of 9) sorted by relevance

/external/skia/gm/
Dgpu_blur_utils.cpp21 SkIRect dstB, in blur() argument
31 dstB, in blur()
46 SkIRect dstB, in slow_blur() argument
73 SkISize size = {dstB.width() + 2*outset.x(), dstB.height() + 2*outset.y()}; in slow_blur()
74 src = tileInto(std::move(src), srcB, size, outset - dstB.topLeft(), mode); in slow_blur()
78 dstB = SkIRect::MakePtSize(outset, dstB.size()); in slow_blur()
116 return tileInto(std::move(src), srcRect, dstB.size(), -outset, SkTileMode::kClamp); in slow_blur()
362 auto dstB = srcB.makeOutset(30, 30); in do_very_large_blur_gm() local
372 GrSurfaceProxyView result = b(rContext, src, dstB, srcB, sigX, sigY, tm); in do_very_large_blur_gm()
373 auto dstRect = SkIRect::MakeSize(dstB.size()).makeOffset(x, y); in do_very_large_blur_gm()
[all …]
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/support/image/ops/
DResizeWithCropOrPadOp.java75 int dstB; in apply() local
93 dstB = dstT + h; in apply()
96 dstB = targetHeight; in apply()
101 Rect dst = new Rect(dstL, dstT, dstR, dstB); in apply()
/external/skqp/tests/
DMatrix44Test.cpp197 SkMScalar dstA[4], dstB[4]; in test_map2() local
201 dstB[i] = SkDoubleToMScalar(987654321); in test_map2()
205 mat.mapMScalars(src4, dstB); in test_map2()
208 REPORTER_ASSERT(reporter, dstA[i] == dstB[i]); in test_map2()
/external/skia/tests/
DMatrix44Test.cpp191 SkScalar dstA[4], dstB[4]; in test_map2() local
195 dstB[i] = SkScalar(987654321); in test_map2()
199 mat.mapScalars(src4, dstB); in test_map2()
202 REPORTER_ASSERT(reporter, dstA[i] == dstB[i]); in test_map2()
/external/skqp/src/core/
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()
/external/skia/src/core/
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()
/external/skqp/third_party/skcms/
Dskcms.cc1168 dstB[252]; in skcms_ApproximatelyEqualProfiles() local
1177 dstB, skcms_PixelFormat_RGB_888, skcms_AlphaFormat_Unpremul, skcms_XYZD50_profile(), in skcms_ApproximatelyEqualProfiles()
1184 if (abs((int)dstA[i] - (int)dstB[i]) > 1) { in skcms_ApproximatelyEqualProfiles()
/external/skia/third_party/skcms/
Dskcms.cc1602 dstB[252]; in skcms_ApproximatelyEqualProfiles() local
1611 dstB, skcms_PixelFormat_RGB_888, skcms_AlphaFormat_Unpremul, skcms_XYZD50_profile(), in skcms_ApproximatelyEqualProfiles()
1618 if (abs((int)dstA[i] - (int)dstB[i]) > 1) { in skcms_ApproximatelyEqualProfiles()
/external/angle/src/tests/gl_tests/
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()