Home
last modified time | relevance | path

Searched refs:rectA (Results 1 – 7 of 7) 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/deqp/modules/egl/
DteglResizeTests.cpp253 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/skqp/tests/
DClipStackTest.cpp240 SkRect rectA, rectB; in test_bounds() local
242 rectA.iset(10, 10, 50, 50); in test_bounds()
246 rrectA.setOval(rectA); in test_bounds()
251 pathA.addRoundRect(rectA, SkIntToScalar(5), SkIntToScalar(5)); in test_bounds()
277 stack.clipRect(rectA, SkMatrix::I(), kIntersect_SkClipOp, false); in test_bounds()
321 SkRect rectA, rectB; in test_isWideOpen() local
323 rectA.iset(10, 10, 40, 40); in test_isWideOpen()
340 clipA.addRoundRect(rectA, SkIntToScalar(5), SkIntToScalar(5)); in test_isWideOpen()
357 stack.clipRect(rectA, SkMatrix::I(), kUnion_SkClipOp, false); in test_isWideOpen()
382 stack.clipRect(rectA, SkMatrix::I(), kReplace_SkClipOp, false); in test_isWideOpen()
/external/skia/tests/
DClipStackTest.cpp240 SkRect rectA, rectB; in test_bounds() local
242 rectA.iset(10, 10, 50, 50); in test_bounds()
246 rrectA.setOval(rectA); in test_bounds()
251 pathA.addRoundRect(rectA, SkIntToScalar(5), SkIntToScalar(5)); in test_bounds()
277 stack.clipRect(rectA, SkMatrix::I(), kIntersect_SkClipOp, false); in test_bounds()
321 SkRect rectA, rectB; in test_isWideOpen() local
323 rectA.iset(10, 10, 40, 40); in test_isWideOpen()
340 clipA.addRoundRect(rectA, SkIntToScalar(5), SkIntToScalar(5)); in test_isWideOpen()
357 stack.clipRect(rectA, SkMatrix::I(), kUnion_SkClipOp, false); in test_isWideOpen()
382 stack.clipRect(rectA, SkMatrix::I(), kReplace_SkClipOp, false); in test_isWideOpen()
/external/skqp/src/core/
DSkAAClip.cpp1436 const uint8_t* rowA, const SkIRect& rectA,
/external/skia/src/core/
DSkAAClip.cpp1436 const uint8_t* rowA, const SkIRect& rectA,