HomeSort by relevance Sort by last modified time
    Searched defs:fIndent (Results 1 - 9 of 9) sorted by null

  /external/skia/tools/trace/
SkDebugfTracer.h 45 SkString fIndent;
  /external/skqp/tools/trace/
SkDebugfTracer.h 45 SkString fIndent;
  /external/skia/tools/
DumpRecord.cpp 23 , fIndent(0)
50 --fIndent;
56 ++fIndent;
61 ++fIndent;
68 ++fIndent;
75 --fIndent;
86 for (int i = 0; i < fIndent; i++) {
106 for (int i = 0; i < fIndent; i++) {
129 int fIndent;
  /external/skqp/tools/
DumpRecord.cpp 23 , fIndent(0)
50 --fIndent;
56 ++fIndent;
61 ++fIndent;
68 ++fIndent;
75 --fIndent;
86 for (int i = 0; i < fIndent; i++) {
106 for (int i = 0; i < fIndent; i++) {
129 int fIndent;
  /external/skia/tools/bookmaker/
parserCommon.h 50 , fIndent(indent) {
54 int fIndent;
80 fIndent += 4;
81 fIndentStack.emplace_back(kind, fIndent);
85 SkASSERT(fIndent >= 4);
86 SkASSERT(fIndentStack.back().fIndent == fIndent);
87 fIndent -= 4;
154 fIndent = 0;
243 int fIndent; // desired indentio
    [all...]
includeParser.h 57 fIndent = 0;
71 int fIndent;
  /external/skqp/tools/bookmaker/
parserCommon.h 48 , fIndent(indent) {
52 int fIndent;
78 fIndent += 4;
79 fIndentStack.emplace_back(kind, fIndent);
83 SkASSERT(fIndent >= 4);
84 SkASSERT(fIndentStack.back().fIndent == fIndent);
85 fIndent -= 4;
152 fIndent = 0;
241 int fIndent; // desired indentio
    [all...]
includeParser.h 57 fIndent = 0;
71 int fIndent;
  /external/pdfium/xfa/fxfa/
cxfa_textlayout.cpp 147 float fIndent = para->GetTextIndent();
148 if (fIndent > 0)
149 fStartPos += fIndent;
230 float fIndent = pStyle->GetTextIndent().GetValue();
231 if (fIndent > 0)
232 fStart += fIndent;
    [all...]

Completed in 269 milliseconds