Searched refs:RectangleFastPath (Results 1 – 9 of 9) sorted by relevance
17 bool RectangleFastPath(const VertexData &v0, const VertexData &v1);
233 bool RectangleFastPath(const VertexData &v0, const VertexData &v1) { in RectangleFastPath() function
200 if (Rasterizer::RectangleFastPath(v0, v1)) { in ProcessRect()