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

  /frameworks/base/libs/hwui/
VertexBuffer.h 121 mBounds.expandToCover(current->x, current->y);
Rect.h 268 void expandToCover(const Rect& other) {
275 void expandToCover(float x, float y) {
PathTessellator.cpp 802 bounds.expandToCover(points[i + 0], points[i + 1]);
    [all...]
ClipArea.cpp 30 transformedBounds.expandToCover(v.x, v.y);
RecordingCanvas.cpp 264 unmappedBounds.expandToCover(points[i], points[i + 1]);

Completed in 484 milliseconds