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/deqp/modules/egl/ |
D | teglResizeTests.cpp | 253 bool compareRectangles (const ConstPixelBufferAccess& rectA, in compareRectangles() argument 256 const int width = rectA.getWidth(); in compareRectangles() 257 const int height = rectA.getHeight(); in compareRectangles() 258 const int depth = rectA.getDepth(); in compareRectangles() 266 if (rectA.getPixel(x, y, z) != rectB.getPixel(x, y, z)) in compareRectangles()
|
/external/skia/tests/ |
D | ClipStackTest.cpp | 228 SkRect rectA, rectB; in test_bounds() local 230 rectA.iset(10, 10, 50, 50); in test_bounds() 234 rrectA.setOval(rectA); in test_bounds() 239 pathA.addRoundRect(rectA, SkIntToScalar(5), SkIntToScalar(5)); in test_bounds() 265 stack.clipDevRect(rectA, SkRegion::kIntersect_Op, false); in test_bounds() 309 SkRect rectA, rectB; in test_isWideOpen() local 311 rectA.iset(10, 10, 40, 40); in test_isWideOpen() 328 clipA.addRoundRect(rectA, SkIntToScalar(5), SkIntToScalar(5)); in test_isWideOpen() 345 stack.clipDevRect(rectA, SkRegion::kUnion_Op, false); in test_isWideOpen() 370 stack.clipDevRect(rectA, SkRegion::kReplace_Op, false); in test_isWideOpen()
|
/external/skia/src/core/ |
D | SkAAClip.cpp | 1413 const uint8_t* rowA, const SkIRect& rectA,
|