Searched defs:onSystem (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/libnrtype/
H A Dfont-lister.h85 Gtk::TreeModelColumn<bool> onSystem; member in struct:Inkscape::FontLister::FontListClass
100 add(onSystem);
H A Dfont-lister.cpp81 (*treeModelIter)[FontList.onSystem] = true;
146 // if( !row[FontList.onSystem] ) {
165 if (row[FontList.onSystem] && familyNamesAreEqual(tokens[0], row[FontList.family])) {
179 (*treeModelIter)[FontList.onSystem] = false;
198 row_is_system = (*iter)[FontList.onSystem];
207 if (!row[FontList.onSystem]) {
229 (*treeModelIter)[FontList.onSystem] = false;
245 if (row[FontList.onSystem] && familyNamesAreEqual(tokens[0], row[FontList.family])) {
259 (*treeModelIter)[FontList.onSystem] = false;
1073 gboolean onSystem local
1091 gboolean onSystem = true; local
[all...]

Completed in 17 milliseconds