HomeSort by relevance Sort by last modified time
    Searched defs:rectList (Results 1 - 7 of 7) sorted by null

  /frameworks/base/libs/hwui/
BakedOpRenderer.cpp 244 LOG_ALWAYS_FATAL_IF(clip->mode != ClipMode::RectangleList, "can't rectlist clip without rectlist");
245 auto&& rectList = reinterpret_cast<const ClipRectList*>(clip)->rectList;
246 int quadCount = rectList.getTransformedRectanglesCount();
250 const TransformedRectangle& tr(rectList.getTransformedRectangle(i));
274 setupStencilQuads(rectangleVertices, rectList.getTransformedRectanglesCount());
331 auto&& rectList = reinterpret_cast<const ClipRectList*>(clip)->rectList;
332 incrementThreshold = rectList.getTransformedRectanglesCount()
    [all...]
ClipArea.cpp 396 return reinterpret_cast<const ClipRectList*>(scb)->rectList;
488 auto&& rectList = rectListClip->rectList;
490 rectList.set(mClipRect, Matrix4::identity());
494 rectList.intersectWith(recordedClip->rect, recordedClipTransform);
501 rectList.intersectWith(tr.getBounds(), totalTransform);
504 rectListClip->rect = rectList.calculateBounds();
518 auto&& rectList = getRectList(clip);
519 for (int i = 0; i < rectList.getTransformedRectanglesCount(); i++) {
520 auto&& tr = rectList.getTransformedRectangle(i)
    [all...]
ClipArea.h 120 ClipRectList(const RectangleList& rectList)
122 , rectList(rectList) {}
123 RectangleList rectList;
  /external/opencv3/modules/java/src/
objdetect.cpp     [all...]
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 275 uint32_t numOverlays(list<Rectangle>& rectList);
343 list<Rectangle> rectList;
451 rectList.clear();
452 rectList.push_back(rect);
453 measPtr->startDimOverlays = numOverlays(rectList);
641 list<Rectangle> rectList;
655 rectList.push_back(rect);
657 if (rectList.size() >= numRects) { break; }
659 if (rectList.size() >= numRects) { break; }
662 uint32_t num = numOverlays(rectList);
    [all...]
  /external/opencv3/modules/objdetect/src/
haar.cpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 

Completed in 316 milliseconds