Home | History | Annotate | Download | only in bookmaker

Lines Matching refs:fIndent

46     int lineLimit = 100 - fIndent - 7; // 7: , space //!< space
63 fIndent = fICSStack.size() * 4;
72 fIndent += 4;
76 fIndent -= 4;
128 fIndent += 4;
137 fIndent -= 4;
169 int saveIndent = fIndent;
170 if (fIndent < fColumn + 1) {
171 fIndent = fColumn + 1;
174 fIndent = saveIndent;
523 SkTMax((int) item.fName.length() + fIndent + 1, fEnumItemValueTab); // 1: ,
539 - fIndent - 1)); // 1: ,
549 } else if (valueLength + fIndent + 8 + shortComment.length() > // 8: addtional indent
560 int saveIndent = fIndent;
570 fIndent = enumItemValueTab;
582 fIndent = saveIndent;
585 int saveIndent = fIndent;
586 fIndent = SkTMax(0, fIndent - 8);
591 fIndent = saveIndent;
768 fEnumItemValueTab = lengths.fLongestName + fIndent + 1 /* 1: , */ ;
815 if (csParent && (0 == fIndent || fIndentNext)) {
851 fIndent += 4;
866 column += fIndent + sizeof("@return ");
867 int saveIndent = fIndent;
879 fIndent = column;
881 fIndent = saveIndent;
887 fIndent -= 4;
905 fIndent += 4;
908 fIndent -= 4;
981 fIndent += 4;
983 fIndent -= 4;
1107 fConstValueTab = longestName + fIndent + 1;
1252 fStructMemberTab = longestType + fIndent + 1 /* space before name */ ;
1580 fIndent += 4;
1582 fIndent -= 4;
1591 if (fIndent >= 4) {
1615 SkASSERT(!fIndent);
1617 fIndent = 0;
1704 fIndent = 0;
1836 // fIndent -= 4;
1871 fIndent += 4;
1873 fIndent -= 4;
2062 SkASSERT(!fIndent);
2064 fIndent = 0;
2695 fIndent = 3;
2725 fIndent += 4;
2732 fIndent -= 4;
2735 fIndent = 1;
2738 fIndent = 0;