Searched refs:expandToCoverVertex (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DVertexBuffer.h122 mBounds.expandToCoverVertex(current->x, current->y);
H A DRect.h244 void expandToCoverVertex(float x, float y) { function in class:android::uirenderer::Rect
H A DPathTessellator.cpp802 bounds.expandToCoverVertex(points[i + 0], points[i + 1]);
884 bounds.expandToCoverVertex(tempVerticesData[0].x, tempVerticesData[0].y);
885 bounds.expandToCoverVertex(tempVerticesData[1].x, tempVerticesData[1].y);

Completed in 320 milliseconds