Lines Matching refs:wroteSomething
84 bool wroteSomething = false; in descriptionOut() local
110 wroteSomething = true; in descriptionOut()
130 wroteSomething |= this->writeBlockIndent(commentLen, commentStart, false); in descriptionOut()
152 wroteSomething = true; in descriptionOut()
166 wroteSomething = true; in descriptionOut()
173 wroteSomething |= this->writeBlockIndent(prop->length(), prop->fContentStart, true); in descriptionOut()
175 if (wroteSomething && fReturnOnWrite) { in descriptionOut()
198 wroteSomething = true; in descriptionOut()
213 wroteSomething = true; in descriptionOut()
225 … wroteSomething |= this->descriptionOut(column, SkipFirstLine::kNo, Phrase::kNo); in descriptionOut()
244 wroteSomething = true; in descriptionOut()
285 wroteSomething = true; in descriptionOut()
318 wroteSomething = true; in descriptionOut()
321 SkASSERT(!fReturnOnWrite || !wroteSomething); in descriptionOut()
322 return wroteSomething; in descriptionOut()