Searched refs:fTabs (Results 1 – 3 of 3) sorted by relevance
17 fTabs = 0; in prettify()74 fTabs++; in prettify()77 fTabs--; in prettify()161 for (int t = 0; t < fTabs; t++) { in tabString()184 int fTabs, fLinecount; member in GrSKSLPrettyPrint::GLSLPrettyPrint
27 fTabs[i].setLayout(&fTabLayouts[i]); in SkInspectorWidget()28 fTabWidget.addTab(&fTabs[i], tabNames[i]); in SkInspectorWidget()
86 QWidget fTabs[kTotalTabCount]; variable