• Home
  • Raw
  • Download

Lines Matching refs:commentLen

91     int commentLen = (int) (def->fContentEnd - commentStart);  in descriptionOut()  local
102 commentLen = (int) (prop->fStart - commentStart); in descriptionOut()
103 if (commentLen > 0) { in descriptionOut()
104 SkASSERT(commentLen < 1000); in descriptionOut()
105 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) { in descriptionOut()
124 commentLen = (int) (prop->fContentEnd - commentStart); in descriptionOut()
125 SkASSERT(commentLen > 0); in descriptionOut()
130 wroteSomething |= this->writeBlockIndent(commentLen, commentStart, false); in descriptionOut()
155 commentLen = prop->fStart - commentStart; in descriptionOut()
156 if (commentLen > 0) { in descriptionOut()
157 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) { in descriptionOut()
161 if (commentLen > 1 && '\n' == prop->fStart[-1]) { in descriptionOut()
179 commentLen = (int) (def->fContentEnd - commentStart); in descriptionOut()
181 if (commentLen > 1 && ' ' == commentStart[0] && !fLinefeeds) { in descriptionOut()
190 commentLen = (int) (prop->fStart - commentStart); in descriptionOut()
191 if (commentLen > 0) { in descriptionOut()
192 SkASSERT(commentLen < 1000); in descriptionOut()
193 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, Phrase::kNo)) { in descriptionOut()
202 commentLen = (int) (def->fContentEnd - commentStart); in descriptionOut()
205 commentLen = prop->fStart - commentStart; in descriptionOut()
206 if (commentLen > 0) { in descriptionOut()
207 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, in descriptionOut()
230 commentLen = (int) (def->fContentEnd - commentStart); in descriptionOut()
236 commentLen = prop->fStart - commentStart; in descriptionOut()
237 if (commentLen > 0) { in descriptionOut()
241 this->rewriteBlock(commentLen, commentStart, Phrase::kNo); in descriptionOut()
294 commentLen = (int) (def->fContentEnd - commentStart); in descriptionOut()
302 commentLen = (int) (prop->fStart - commentStart); in descriptionOut()
310 commentLen = (int) (def->fContentEnd - commentStart); in descriptionOut()
312 SkASSERT(wroteCode || (commentLen > 0 && commentLen < 1500)); in descriptionOut()
313 if (commentLen > 0) { in descriptionOut()
314 if (Wrote::kNone != this->rewriteBlock(commentLen, commentStart, phrase)) { in descriptionOut()