Searched refs:rectA (Results 1 – 5 of 5) sorted by relevance
/external/neven/Embedded/common/src/b_ImageEm/ |
D | ToneDownBGSupp.c | 87 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 …]
|
D | ToneDownBGSupp.h | 52 struct bts_Int16Rect* rectA, 58 struct bts_Int16Rect* rectA, 63 struct bts_Int16Rect* rectA,
|
/external/skia/tests/ |
D | PathOpsAsWindingTest.cpp | 117 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()
|
D | ClipStackTest.cpp | 231 SkRect rectA, rectB; in test_bounds() local 233 rectA.setLTRB(10, 10, 50, 50); in test_bounds() 237 rrectA.setOval(rectA); in test_bounds() 242 pathA.addRoundRect(rectA, SkIntToScalar(5), SkIntToScalar(5)); in test_bounds() 269 stack.clipRect(rectA, SkMatrix::I(), SkClipOp::kIntersect, false); in test_bounds() 313 SkRect rectA, rectB; in test_isWideOpen() local 315 rectA.setLTRB(10, 10, 40, 40); in test_isWideOpen() 345 stack.clipRect(rectA, SkMatrix::I(), SkClipOp::kIntersect, false); in test_isWideOpen()
|
/external/deqp/modules/egl/ |
D | teglResizeTests.cpp | 255 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()
|