Lines Matching refs:fGlyphCount
22 : fGlyphCount(0), fGlyphs(NULL), fCharIndices(NULL), fPositions(NULL), in LEGlyphStorage()
35 fGlyphCount = 0; in reset()
77 fGlyphCount = initialGlyphCount; in allocateGlyphArray()
78 fGlyphs = LE_NEW_ARRAY(LEGlyphID, fGlyphCount); in allocateGlyphArray()
87 fCharIndices = LE_NEW_ARRAY(le_int32, fGlyphCount); in allocateGlyphArray()
97 le_int32 i, count = fGlyphCount, dir = 1, out = 0; in allocateGlyphArray()
100 out = fGlyphCount - 1; in allocateGlyphArray()
137 fPositions = LE_NEW_ARRAY(float, 2 * (fGlyphCount + 1)); in allocatePositions()
144 return fGlyphCount; in allocatePositions()
159 fAuxData = LE_NEW_ARRAY(le_uint32, fGlyphCount); in allocateAuxData()
166 return fGlyphCount; in allocateAuxData()
187 for (i = 0; i < fGlyphCount; i += 1) { in getCharIndices()
208 LE_ARRAY_COPY(charIndices, fCharIndices, fGlyphCount); in getCharIndices()
230 for (i = 0; i < fGlyphCount; i += 1) { in getGlyphs()
251 LE_ARRAY_COPY(glyphs, fGlyphs, fGlyphCount); in getGlyphs()
265 if (glyphIndex < 0 || glyphIndex >= fGlyphCount) { in getGlyphID()
284 if (glyphIndex < 0 || glyphIndex >= fGlyphCount) { in setGlyphID()
303 if (glyphIndex < 0 || glyphIndex >= fGlyphCount) { in getCharIndex()
322 if (glyphIndex < 0 || glyphIndex >= fGlyphCount) { in setCharIndex()
346 LE_ARRAY_COPY(auxData, fAuxData, fGlyphCount); in getAuxData()
360 if (glyphIndex < 0 || glyphIndex >= fGlyphCount) { in getAuxData()
379 if (glyphIndex < 0 || glyphIndex >= fGlyphCount) { in setAuxData()
403 LE_ARRAY_COPY(positions, fPositions, fGlyphCount * 2 + 2); in getGlyphPositions()
412 if (glyphIndex < 0 || glyphIndex > fGlyphCount) { in getGlyphPosition()
432 if (glyphIndex < 0 || glyphIndex > fGlyphCount) { in setPosition()
447 if (glyphIndex < 0 || glyphIndex > fGlyphCount) { in adjustPosition()
505 fGlyphCount = from.fGlyphCount; in adoptGlyphCount()
510 fGlyphCount = newGlyphCount; in adoptGlyphCount()
563 return fGlyphCount; in applyInsertions()
566 le_int32 newGlyphCount = fGlyphCount + growAmount; in applyInsertions()
571 return fGlyphCount; in applyInsertions()
578 return fGlyphCount; in applyInsertions()
586 return fGlyphCount; in applyInsertions()
591 fSrcIndex = fGlyphCount - 1; in applyInsertions()
612 return fGlyphCount = newGlyphCount; in applyInsertions()