HomeSort by relevance Sort by last modified time
    Searched refs:rectA (Results 1 - 6 of 6) sorted by null

  /external/neven/Embedded/common/src/b_ImageEm/
ToneDownBGSupp.h 52 struct bts_Int16Rect* rectA,
58 struct bts_Int16Rect* rectA,
63 struct bts_Int16Rect* rectA,
ToneDownBGSupp.c 87 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->y2E
    [all...]
  /external/pdfium/core/src/reflow/
reflowedtextpage.cpp 96 inline FX_BOOL _IsInsameline(const CFX_FloatRect& rectA, const CFX_FloatRect& rectB)
98 if((rectA.top >= rectB.bottom && rectB.top >= rectA.bottom)) {
104 inline FX_BOOL _IsIntersect(const CFX_FloatRect& rectA, const CFX_FloatRect& rectB)
107 if(GetIntersection(rectA.bottom, rectA.top, rectB.bottom, rectB.top, interlow, interhigh)) {
108 if(GetIntersection(rectA.left, rectA.right, rectB.left, rectB.right, interlow, interhigh)) {
  /external/deqp/modules/egl/
teglResizeTests.cpp 253 bool compareRectangles (const ConstPixelBufferAccess& rectA,
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/
ClipStackTest.cpp 228 SkRect rectA, rectB;
230 rectA.iset(10, 10, 50, 50);
234 rrectA.setOval(rectA);
239 pathA.addRoundRect(rectA, SkIntToScalar(5), SkIntToScalar(5));
265 stack.clipDevRect(rectA, SkRegion::kIntersect_Op, false);
309 SkRect rectA, rectB;
311 rectA.iset(10, 10, 40, 40);
328 clipA.addRoundRect(rectA, SkIntToScalar(5), SkIntToScalar(5));
345 stack.clipDevRect(rectA, SkRegion::kUnion_Op, false);
370 stack.clipDevRect(rectA, SkRegion::kReplace_Op, false)
    [all...]
  /external/skia/src/core/
SkAAClip.cpp     [all...]

Completed in 161 milliseconds