Searched defs:TotalWidth (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/Format/
H A DEncoding.h82 unsigned TotalWidth = 0; local
87 return TotalWidth + columnWidth(Tail, Encoding);
88 TotalWidth += columnWidth(Tail.substr(0, TabPos), Encoding);
89 TotalWidth += TabWidth - (TotalWidth + StartColumn) % TabWidth;
H A DFormatToken.h476 unsigned TotalWidth; member in struct:clang::format::CommaSeparatedList::ColumnFormat
/external/pdfium/core/src/fpdftext/
H A Dfpdf_text.cpp234 FX_FLOAT TotalWidth = 0; local
236 pBaseLine->CountChars(TotalChars, TotalWidth, minchars);
238 FX_FLOAT charwidth = TotalWidth / TotalChars;

Completed in 886 milliseconds