Searched refs:instanceLocations (Results 1 – 1 of 1) sorted by relevance
123 SkPoint* instanceLocations[kMaxResolveLevel + 1]; in prepare() local140 SkDEBUGCODE(instanceLocations[resolveLevel] = nullptr;) in prepare()143 instanceLocations[resolveLevel] = instanceData + runningInstanceCount * 4; in prepare()160 if (!instanceLocations[resolveLevel]) { in prepare()164 endLocations[lastResolveLevel] = instanceLocations[resolveLevel]; in prepare()198 GrPathUtils::convertQuadToCubic(pts, instanceLocations[level]); in prepare()201 memcpy(instanceLocations[level], pts, sizeof(SkPoint) * 4); in prepare()204 GrPathShader::WriteConicPatch(pts, *w, instanceLocations[level]); in prepare()209 instanceLocations[level] += 4; in prepare()216 SkASSERT(instanceLocations[i] == endLocations[i]); in prepare()