Lines Matching refs:fGlyphCount

22     : fGlyphCount(0), fGlyphs(NULL), fCharIndices(NULL), fPositions(NULL),
35 fGlyphCount = 0;
77 fGlyphCount = initialGlyphCount;
78 fGlyphs = LE_NEW_ARRAY(LEGlyphID, fGlyphCount);
87 fCharIndices = LE_NEW_ARRAY(le_int32, fGlyphCount);
97 le_int32 i, count = fGlyphCount, dir = 1, out = 0;
100 out = fGlyphCount - 1;
137 fPositions = LE_NEW_ARRAY(float, 2 * (fGlyphCount + 1));
144 return fGlyphCount;
159 fAuxData = LE_NEW_ARRAY(le_uint32, fGlyphCount);
166 return fGlyphCount;
187 for (i = 0; i < fGlyphCount; i += 1) {
208 LE_ARRAY_COPY(charIndices, fCharIndices, fGlyphCount);
230 for (i = 0; i < fGlyphCount; i += 1) {
251 LE_ARRAY_COPY(glyphs, fGlyphs, fGlyphCount);
265 if (glyphIndex < 0 || glyphIndex >= fGlyphCount) {
284 if (glyphIndex < 0 || glyphIndex >= fGlyphCount) {
303 if (glyphIndex < 0 || glyphIndex >= fGlyphCount) {
322 if (glyphIndex < 0 || glyphIndex >= fGlyphCount) {
346 LE_ARRAY_COPY(auxData, fAuxData, fGlyphCount);
360 if (glyphIndex < 0 || glyphIndex >= fGlyphCount) {
379 if (glyphIndex < 0 || glyphIndex >= fGlyphCount) {
403 LE_ARRAY_COPY(positions, fPositions, fGlyphCount * 2 + 2);
412 if (glyphIndex < 0 || glyphIndex > fGlyphCount) {
432 if (glyphIndex < 0 || glyphIndex > fGlyphCount) {
447 if (glyphIndex < 0 || glyphIndex > fGlyphCount) {
505 fGlyphCount = from.fGlyphCount;
510 fGlyphCount = newGlyphCount;
563 return fGlyphCount;
566 le_int32 newGlyphCount = fGlyphCount + growAmount;
571 return fGlyphCount;
578 return fGlyphCount;
586 return fGlyphCount;
591 fSrcIndex = fGlyphCount - 1;
612 return fGlyphCount = newGlyphCount;