Lines Matching defs:fResult
142 SkASSERT(fResult.fFragments.empty());
143 fResult.fFragments.reserve(1);
144 fResult.fFragments.push_back({fBuilder.make(), {fBox.x(), fBox.y()}, 0, 0, 0, false});
159 auto box = fResult.computeVisualBounds();
209 for (auto& fragment : fResult.fFragments) {
214 return std::move(fResult);
280 // In fragmented mode we immediately push the glyphs to fResult,
294 fResult.fFragments.push_back({fBuilder.make(),
299 fResult.fMissingGlyphCount += (glyphs[i] == kMissingGlyphID);
309 // to fResult as a single blob in finalize(). Glyph positions are baked in the
314 fResult.fMissingGlyphCount += (glyphs[i] == kMissingGlyphID);
361 Shaper::Result fResult;