Searched defs:rectA (Results 1 - 3 of 3) sorted by relevance

/external/neven/Embedded/common/src/b_ImageEm/
H A DToneDownBGSupp.c87 struct bts_Int16Rect* rectA,
106 rectXMinL = rectA->x1E + rectExpansionA;
107 rectXMaxL = rectA->x2E - rectExpansionA;
108 rectYMinL = rectA->y1E + rectExpansionA;
109 rectYMaxL = rectA->y2E - rectExpansionA;
189 struct bts_Int16Rect* rectA,
212 rectXMinL = rectA->x1E;
213 rectXMaxL = rectA->x2E;
214 rectYMinL = rectA->y1E;
215 rectYMaxL = rectA
86 bim_ToneDownBGSupp_BGGreyLevelOutside( struct bim_UInt8Image* imgA, struct bts_Int16Rect* rectA, int16 rectExpansionA, uint32* meanBGGrayLevelA ) argument
188 bim_ToneDownBGSupp_BGGreyLevelContour( struct bim_UInt8Image* imgA, struct bts_Int16Rect* rectA, uint32* meanBGGrayLevelA ) argument
308 bim_ToneDownBGSupp_suppress( struct bim_UInt8Image* imgA, struct bts_Int16Rect* rectA, int16 rectShrinkageA, int32 toneDownFactorA, int32 cutOffAccuracyA ) argument
[all...]
/external/deqp/modules/egl/
H A DteglResizeTests.cpp253 bool compareRectangles (const ConstPixelBufferAccess& rectA, argument
256 const int width = rectA.getWidth();
257 const int height = rectA.getHeight();
258 const int depth = rectA.getDepth();
266 if (rectA.getPixel(x, y, z) != rectB.getPixel(x, y, z))
/external/skia/tests/
H A DClipStackTest.cpp234 SkRect rectA, rectB; local
236 rectA.iset(10, 10, 50, 50);
240 rrectA.setOval(rectA);
245 pathA.addRoundRect(rectA, SkIntToScalar(5), SkIntToScalar(5));
271 stack.clipRect(rectA, SkMatrix::I(), kIntersect_SkClipOp, false);
315 SkRect rectA, rectB;
317 rectA.iset(10, 10, 40, 40);
334 clipA.addRoundRect(rectA, SkIntToScalar(5), SkIntToScalar(5));
351 stack.clipRect(rectA, SkMatrix::I(), kUnion_SkClipOp, false);
376 stack.clipRect(rectA, SkMatri
[all...]

Completed in 109 milliseconds