Searched refs:expandToCover (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/
H A DVertexBuffer.h121 mBounds.expandToCover(current->x, current->y);
H A DRect.h261 void expandToCover(const Rect& other) { function in class:android::uirenderer::Rect
268 void expandToCover(float x, float y) { function in class:android::uirenderer::Rect
H A DPathTessellator.cpp802 bounds.expandToCover(points[i + 0], points[i + 1]);
881 bounds.expandToCover(tempVerticesData[0].x, tempVerticesData[0].y);
882 bounds.expandToCover(tempVerticesData[1].x, tempVerticesData[1].y);
H A DClipArea.cpp30 transformedBounds.expandToCover(v.x, v.y);
H A DRecordingCanvas.cpp263 unmappedBounds.expandToCover(points[i], points[i + 1]);

Completed in 4083 milliseconds