Home
last modified time | relevance | path

Searched refs:fMaxLF (Results 1 – 2 of 2) sorted by relevance

/external/skqp/tools/bookmaker/
DparserCommon.h154 fMaxLF = 2; in resetCommon()
172 fMaxLF = 1; in singleLF()
237 int fMaxLF; // number of linefeeds allowed variable
DparserCommon.cpp256 fMaxLF = 1; in writeBlockTrim()
273 fMaxLF = added > 2 && !strncmp("#if", &data[size + (size > 0)], 3) ? 1 : 2; in writeBlockTrim()
283 fPendingLF = SkTMin(fPendingLF, fMaxLF); in writePending()
334 fMaxLF = 2; in writeString()