Lines Matching refs:empty
109 while (!unresolvedTexts.empty()) {
122 if (newUnresolvedTexts.empty() || newUnresolvedTexts.back().fEnd < grapheme.fStart) {
155 SkASSERT(unresolvedTexts.empty());
159 return unresolvedTexts.empty();
287 if (shapedText->fLogicalRuns.empty()) {
288 // Create a fake run for an empty text (to avoid all the checks)
354 Stretch empty(GlyphPos(runIndex, glyphIndex), textIndex, runMetrics);
355 line = empty;
356 spaces = empty;
357 clusters = empty;
425 } else if (wrappedText->fVisualLines.empty()) {
426 // Empty text; we still need a line to avoid checking for empty lines every time
664 if (line.fTextByGlyph.empty()) {
665 // Let's create an empty fake box to avoid all the checks