Searched refs:fResolvedBlocks (Results 1 – 2 of 2) sorted by relevance
59 SkDebugf("Resolved: %zu\n", fResolvedBlocks.size()); in printState()60 for (auto& resolved : fResolvedBlocks) { in printState()126 fResolvedBlocks.emplace_back(resolved); in fillGaps()143 fResolvedBlocks.emplace_back(resolved); in fillGaps()157 fResolvedBlocks.emplace_back(unresolved); in finish()162 std::sort(fResolvedBlocks.begin(), fResolvedBlocks.end(), in finish()169 for (auto& resolvedBlock : fResolvedBlocks) { in finish()266 fResolvedBlocks.emplace_back(resolved); in addFullyResolved()675 auto resolvedCount = fResolvedBlocks.size(); in shape()705 } else if (resolvedCount < fResolvedBlocks.size()) { in shape()
117 std::vector<RunBlock> fResolvedBlocks; variable