Searched refs:rewriteBlock (Results 1 – 2 of 2) sorted by relevance
/external/skqp/tools/bookmaker/ |
D | includeWriter.cpp | 105 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) { in descriptionOut() 157 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) { in descriptionOut() 193 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) { in descriptionOut() 207 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, in descriptionOut() 241 this->rewriteBlock(commentLen, commentStart, Phrase::kNo); in descriptionOut() 270 this->rewriteBlock(localLength, start, defIsPhrase); in descriptionOut() 291 this->rewriteBlock(length, start, defIsPhrase); in descriptionOut() 314 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, phrase)) { in descriptionOut() 422 this->rewriteBlock((int) (commentEnd - commentStart), commentStart, Phrase::kNo); in enumHeaderOut() 435 this->rewriteBlock((int) (commentEnd - commentStart), commentStart, Phrase::kNo); in enumHeaderOut() [all …]
|
D | includeWriter.h | 202 Wrote rewriteBlock(int size, const char* data, Phrase phrase);
|