Lines Matching refs:QtFontFoundry

287 struct QtFontFoundry  struct
289 QtFontFoundry(const QString &n) : name(n), count(0), styles(nullptr) {} in QtFontFoundry() argument
290 ~QtFontFoundry() { in ~QtFontFoundry() argument
303 QtFontStyle *QtFontFoundry::style(const QtFontStyle::Key &key, const QString &styleName, bool creat… in style() argument
364 QtFontFoundry **foundries;
369 QtFontFoundry *foundry(const QString &f, bool = false);
374 QtFontFoundry *QtFontFamily::foundry(const QString &f, bool create) in foundry()
387 QtFontFoundry **newFoundries = (QtFontFoundry **) in foundry()
389 (((count+8) >> 3) << 3) * sizeof(QtFontFoundry *)); in foundry()
394 foundries[count] = new QtFontFoundry(f); in foundry()
650 QtFontFoundry *foundry;
748 QtFontFoundry *foundry = f->foundry(foundryname, true); in qt_registerFont()
833 QtFontFoundry *foundry = f->foundries[j]; in fallbacksForFamily()
918 QtFontFamily *family, QtFontFoundry *foundry, in loadSingleEngine()
998 QtFontFamily *family, QtFontFoundry *foundry, in loadEngine()
1035 static QtFontStyle *bestStyle(QtFontFoundry *foundry, const QtFontStyle::Key &styleKey, in bestStyle()
1092 QtFontFoundry *foundry = family->foundries[x]; in bestFoundry()
1612 QtFontFoundry allStyles(foundryName); in styles()
1614 QtFontFoundry *foundry = f->foundries[j]; in styles()
1681 QtFontFoundry *foundry = f->foundries[j]; in isBitmapScalable()
1730 QtFontFoundry *foundry = f->foundries[j]; in isSmoothlyScalable()
1791 QtFontFoundry *foundry = fam->foundries[j]; in pointSizes()
1835 QtFontFoundry allStyles(foundryName); in font()
1840 QtFontFoundry *foundry = f->foundries[j]; in font()
1893 QtFontFoundry *foundry = fam->foundries[j]; in smoothSizes()
1948 QtFontFoundry allStyles(foundryName); in italic()
1953 QtFontFoundry *foundry = f->foundries[j]; in italic()
1982 QtFontFoundry allStyles(foundryName); in bold()
1987 QtFontFoundry *foundry = f->foundries[j]; in bold()
2018 QtFontFoundry allStyles(foundryName); in weight()
2023 QtFontFoundry *foundry = f->foundries[j]; in weight()