Searched refs:maxInnerTriangles (Results 1 – 2 of 2) sorted by relevance
133 int maxInnerTriangles = path.countVerbs() - 1;134 auto* data = this->GrEagerVertexAllocator::lock<SkPoint>(maxInnerTriangles * 3);
58 int maxInnerTriangles = path.countVerbs() - 1; in prepare() local59 instanceLockCount += maxInnerTriangles; in prepare()