Searched refs:nMaxComponents (Results 1 – 2 of 2) sorted by relevance
276 this->nMaxComponents = ttfReader__UShort(r); in ttfFont__Open()277 if(this->nMaxComponents < 10) in ttfFont__Open()278 this->nMaxComponents = 10; /* work around DynaLab bug in lgoth.ttf */ in ttfFont__Open()286 if (tti->usage_size < this->nMaxComponents * MAX_SUBGLYPH_NESTING) { in ttfFont__Open()290 sizeof(ttfSubGlyphUsage) * this->nMaxComponents * MAX_SUBGLYPH_NESTING, in ttfFont__Open()294 tti->usage_size = this->nMaxComponents * MAX_SUBGLYPH_NESTING; in ttfFont__Open()569 if (tti->usage_top + pFont->nMaxComponents > tti->usage_size) in ttfOutliner__BuildGlyphOutlineAux()576 if (nUsage >= pFont->nMaxComponents) { in ttfOutliner__BuildGlyphOutlineAux()
142 unsigned int nMaxComponents; member