Home
last modified time | relevance | path

Searched refs:wroteSomething (Results 1 – 4 of 4) sorted by relevance

/external/skqp/tools/bookmaker/
DparserCommon.cpp191 bool wroteSomething = false; in writeBlockIndent() local
203 return wroteSomething; in writeBlockIndent()
227 wroteSomething = true; in writeBlockIndent()
229 return wroteSomething; in writeBlockIndent()
DincludeWriter.cpp84 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()
225wroteSomething |= this->descriptionOut(column, SkipFirstLine::kNo, Phrase::kNo); in descriptionOut()
[all …]
/external/skia/tools/bookmaker/
DparserCommon.cpp191 bool wroteSomething = false; in writeBlockIndent() local
203 return wroteSomething; in writeBlockIndent()
227 wroteSomething = true; in writeBlockIndent()
229 return wroteSomething; in writeBlockIndent()
DincludeWriter.cpp84 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()
225wroteSomething |= this->descriptionOut(column, SkipFirstLine::kNo, Phrase::kNo); in descriptionOut()
[all …]