Home
last modified time | relevance | path

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

/external/neven/Embedded/common/src/b_ImageEm/
DToneDownBGSupp.c87 struct bts_Int16Rect* rectA, in bim_ToneDownBGSupp_BGGreyLevelOutside() argument
106 rectXMinL = rectA->x1E + rectExpansionA; in bim_ToneDownBGSupp_BGGreyLevelOutside()
107 rectXMaxL = rectA->x2E - rectExpansionA; in bim_ToneDownBGSupp_BGGreyLevelOutside()
108 rectYMinL = rectA->y1E + rectExpansionA; in bim_ToneDownBGSupp_BGGreyLevelOutside()
109 rectYMaxL = rectA->y2E - rectExpansionA; in bim_ToneDownBGSupp_BGGreyLevelOutside()
189 struct bts_Int16Rect* rectA, in bim_ToneDownBGSupp_BGGreyLevelContour() argument
212 rectXMinL = rectA->x1E; in bim_ToneDownBGSupp_BGGreyLevelContour()
213 rectXMaxL = rectA->x2E; in bim_ToneDownBGSupp_BGGreyLevelContour()
214 rectYMinL = rectA->y1E; in bim_ToneDownBGSupp_BGGreyLevelContour()
215 rectYMaxL = rectA->y2E; in bim_ToneDownBGSupp_BGGreyLevelContour()
[all …]
DToneDownBGSupp.h52 struct bts_Int16Rect* rectA,
58 struct bts_Int16Rect* rectA,
63 struct bts_Int16Rect* rectA,
/external/skqp/tests/
DPathOpsAsWindingTest.cpp117 constexpr SkRect rectA = {0, 0, 3, 3}; in DEF_TEST() local
127 test.addRect(rectA, dirA); in DEF_TEST()
131 test.addRect(rectA, dirA); in DEF_TEST()
138 test.addRect(rectA, dirA); in DEF_TEST()
146 test.addRect(rectA, dirA); in DEF_TEST()
163 SkPath pathA = build_squircle(curveA, rectA, dirA); in DEF_TEST()
174 for (SkScalar x = rectA.fLeft - 1; x <= rectA.fRight + 1; ++x) { in DEF_TEST()
175 for (SkScalar y = rectA.fTop - 1; y <= rectA.fBottom + 1; ++y) { in DEF_TEST()
DClipStackTest.cpp262 SkRect rectA, rectB; in test_bounds() local
264 rectA.iset(10, 10, 50, 50); in test_bounds()
268 rrectA.setOval(rectA); in test_bounds()
273 pathA.addRoundRect(rectA, SkIntToScalar(5), SkIntToScalar(5)); in test_bounds()
299 stack.clipRect(rectA, SkMatrix::I(), kIntersect_SkClipOp, false); in test_bounds()
343 SkRect rectA, rectB; in test_isWideOpen() local
345 rectA.iset(10, 10, 40, 40); in test_isWideOpen()
362 clipA.addRoundRect(rectA, SkIntToScalar(5), SkIntToScalar(5)); in test_isWideOpen()
379 stack.clipRect(rectA, SkMatrix::I(), kUnion_SkClipOp, false); in test_isWideOpen()
404 stack.clipRect(rectA, SkMatrix::I(), kReplace_SkClipOp, false); in test_isWideOpen()
/external/skia/tests/
DPathOpsAsWindingTest.cpp117 constexpr SkRect rectA = {0, 0, 3, 3}; in DEF_TEST() local
127 test.addRect(rectA, dirA); in DEF_TEST()
131 test.addRect(rectA, dirA); in DEF_TEST()
138 test.addRect(rectA, dirA); in DEF_TEST()
146 test.addRect(rectA, dirA); in DEF_TEST()
163 SkPath pathA = build_squircle(curveA, rectA, dirA); in DEF_TEST()
174 for (SkScalar x = rectA.fLeft - 1; x <= rectA.fRight + 1; ++x) { in DEF_TEST()
175 for (SkScalar y = rectA.fTop - 1; y <= rectA.fBottom + 1; ++y) { in DEF_TEST()
DClipStackTest.cpp264 SkRect rectA, rectB; in test_bounds() local
266 rectA.setLTRB(10, 10, 50, 50); in test_bounds()
270 rrectA.setOval(rectA); in test_bounds()
275 pathA.addRoundRect(rectA, SkIntToScalar(5), SkIntToScalar(5)); in test_bounds()
302 stack.clipRect(rectA, SkMatrix::I(), kIntersect_SkClipOp, false); in test_bounds()
346 SkRect rectA, rectB; in test_isWideOpen() local
348 rectA.setLTRB(10, 10, 40, 40); in test_isWideOpen()
365 clipA.addRoundRect(rectA, SkIntToScalar(5), SkIntToScalar(5)); in test_isWideOpen()
382 stack.clipRect(rectA, SkMatrix::I(), kUnion_SkClipOp, false); in test_isWideOpen()
407 stack.clipRect(rectA, SkMatrix::I(), kReplace_SkClipOp, false); in test_isWideOpen()
/external/deqp/modules/egl/
DteglResizeTests.cpp255 bool compareRectangles (const ConstPixelBufferAccess& rectA, in compareRectangles() argument
258 const int width = rectA.getWidth(); in compareRectangles()
259 const int height = rectA.getHeight(); in compareRectangles()
260 const int depth = rectA.getDepth(); in compareRectangles()
268 if (rectA.getPixel(x, y, z) != rectB.getPixel(x, y, z)) in compareRectangles()
/external/skqp/src/core/
DSkAAClip.cpp1354 const uint8_t* rowA, const SkIRect& rectA,
/external/skia/src/core/
DSkAAClip.cpp1351 const uint8_t* rowA, const SkIRect& rectA,