Home
last modified time | relevance | path

Searched refs:fLinefeeds (Results 1 – 6 of 6) sorted by relevance

/external/skqp/tools/bookmaker/
DparserCommon.h127 fLinefeeds = 0; in nl()
216 SkASSERT(!fLinefeeds);
236 int fLinefeeds; // number of linefeeds last written, zeroed on non-space variable
DparserCommon.cpp272 fLinefeeds = 0; in writeBlockTrim()
285 while (fLinefeeds < fPendingLF) { in writePending()
291 ++fLinefeeds; in writePending()
333 fLinefeeds = 0; in writeString()
DincludeWriter.cpp181 if (commentLen > 1 && ' ' == commentStart[0] && !fLinefeeds) { in descriptionOut()
/external/skia/tools/bookmaker/
DparserCommon.h129 fLinefeeds = 0; in nl()
218 SkASSERT(!fLinefeeds);
238 int fLinefeeds; // number of linefeeds last written, zeroed on non-space variable
DparserCommon.cpp272 fLinefeeds = 0; in writeBlockTrim()
285 while (fLinefeeds < fPendingLF) { in writePending()
291 ++fLinefeeds; in writePending()
333 fLinefeeds = 0; in writeString()
DincludeWriter.cpp181 if (commentLen > 1 && ' ' == commentStart[0] && !fLinefeeds) { in descriptionOut()