Home
last modified time | relevance | path

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

/external/skqp/tools/bookmaker/
DparserCommon.h112 fPendingLF = SkTMax(fPendingLF, count); in lf()
155 fPendingLF = 0; in resetCommon()
215 SkASSERT(!fPendingLF);
238 int fPendingLF; // number of linefeeds to write (can be suppressed) variable
DparserCommon.cpp283 fPendingLF = SkTMin(fPendingLF, fMaxLF); in writePending()
285 while (fLinefeeds < fPendingLF) { in writePending()
294 fPendingLF = 0; in writePending()
DmdOut.cpp1603 if (' ' >= def->fContentStart[0] && !fPendingLF) { in markTypeOut()
/external/skia/tools/bookmaker/
DparserCommon.h114 fPendingLF = SkTMax(fPendingLF, count); in lf()
157 fPendingLF = 0; in resetCommon()
217 SkASSERT(!fPendingLF);
240 int fPendingLF; // number of linefeeds to write (can be suppressed) variable
DparserCommon.cpp283 fPendingLF = SkTMin(fPendingLF, fMaxLF); in writePending()
285 while (fLinefeeds < fPendingLF) { in writePending()
294 fPendingLF = 0; in writePending()
DmdOut.cpp1603 if (' ' >= def->fContentStart[0] && !fPendingLF) { in markTypeOut()