Searched refs:rectVerts (Results 1 – 1 of 1) sorted by relevance
923 SkPoint* rectVerts = reinterpret_cast<SkPoint*>(target->makeVertexSpace( in onPrepareDraws() local925 if (!rectVerts) { in onPrepareDraws()929 rectVerts[0] = { bounds.fLeft, bounds.fTop }; in onPrepareDraws()930 rectVerts[1] = { bounds.fLeft, bounds.fBottom }; in onPrepareDraws()931 rectVerts[2] = { bounds.fRight, bounds.fBottom }; in onPrepareDraws()932 rectVerts[3] = { bounds.fLeft, bounds.fTop }; in onPrepareDraws()933 rectVerts[4] = { bounds.fRight, bounds.fTop }; in onPrepareDraws()934 rectVerts[5] = { bounds.fRight, bounds.fBottom }; in onPrepareDraws()