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

  /frameworks/base/libs/hwui/
LayerUpdateQueue.cpp 30 damage.doIntersect(0, 0, renderNode->getWidth(), renderNode->getHeight());
Rect.h 149 * This method is named 'doIntersect' instead of 'intersect' so as not to be confused with
153 void doIntersect(float l, float t, float r, float b) {
160 void doIntersect(const Rect& r) {
161 doIntersect(r.left, r.top, r.right, r.bottom);
BakedOpState.cpp 70 clippedBounds.doIntersect(clipRect);
109 clippedBounds.doIntersect(clipRect->rect);
ClipArea.cpp 68 mBounds.doIntersect(other.mBounds);
145 bounds.doIntersect(tr.transformedBounds());
288 mClipRect.doIntersect(transformed);
438 rectClip->rect.doIntersect(mClipRect);
FrameBuilder.cpp 92 layerDamage.doIntersect(0, 0, layer->viewportWidth, layer->viewportHeight);
    [all...]
RecordingCanvas.cpp 146 visibleBounds.doIntersect(previous.getRenderTargetClip());
148 visibleBounds.doIntersect(Rect(previous.getViewportWidth(), previous.getViewportHeight()));
157 layerBounds.doIntersect(unmappedBounds);
BakedOpRenderer.cpp 252 bounds.doIntersect(clip->rect);
RenderProperties.h 555 outRect->doIntersect(mPrimitiveFields.mClipBounds);
BakedOpDispatcher.cpp 245 shadowBounds.doIntersect(clipState->rect);
    [all...]
  /external/skia/tests/
PathOpsQuadLineIntersectionTest.cpp 31 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line,
89 int result = doIntersect(intersections, quad, line, flipped);
130 int result = doIntersect(intersections, quad, line, flipped);
PathOpsQuadLineIntersectionThreadedTest.cpp 16 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line,
54 int result = doIntersect(intersections, quad, line, flipped);
PathOpsConicLineIntersectionTest.cpp 32 static int doIntersect(SkIntersections& intersections, const SkDConic& conic, const SkDLine& line,
79 int result = doIntersect(intersections, conic, line, flipped);
125 int result = doIntersect(intersections, conic, line, flipped);
PathOpsCubicLineIntersectionTest.cpp 101 static int doIntersect(SkIntersections& intersections, const SkDCubic& cubic, const SkDLine& line) {
148 int roots = doIntersect(i, cubic, line);
  /frameworks/base/libs/hwui/renderstate/
OffscreenBufferPool.cpp 61 dirtyArea.doIntersect(0, 0, viewportWidth, viewportHeight);

Completed in 668 milliseconds