Searched refs:adjustVertices (Results 1 – 2 of 2) sorted by relevance
200 void adjustVertices(const skvx::Vec<4, float>& signedEdgeDistances, Vertices* vertices);
1115 this->adjustVertices(-request.fEdgeDistances, &inset); in inset()1139 this->adjustVertices(request.fEdgeDistances, &outset); in outset()1183 void TessellationHelper::adjustVertices(const skvx::Vec<4, float>& signedEdgeDistances, in adjustVertices() function in GrQuadUtils::TessellationHelper