Home | History | Annotate | Download | only in layoutex

Lines Matching full:glyphs

398             fStyleRunInfo[run].glyphs = NULL;
456 fStyleRunInfo[run].glyphs = LE_NEW_ARRAY(LEGlyphID, glyphCount);
458 if ((fStyleRunInfo[run].glyphs == NULL) ||
464 engine->getGlyphs(fStyleRunInfo[run].glyphs, layoutStatus);
595 LE_DELETE_ARRAY(fStyleRunInfo[run].glyphs);
598 fStyleRunInfo[run].glyphs = NULL;
683 // If no glyphs fit on the line, force one to fit.
685 // (There shouldn't be any zero width glyphs at the
687 // only zero width glyphs, because otherwise the zero
688 // width glyphs will have been included on the end of
1089 // Set the position bias for the glyphs. If we're at the start of
1098 // the run's glyphs
1103 LEGlyphID *glyphs = LE_NEW_ARRAY(LEGlyphID, glyphCount);
1107 LE_ARRAY_COPY(glyphs, &fStyleRunInfo[run].glyphs[leftGlyph], glyphCount);
1134 line->append(fStyleRunInfo[run].font, direction, glyphCount, glyphs, positions, glyphToCharMap);
1224 const LEGlyphID glyphs[], const float positions[], const le_int32 glyphToCharMap[])
1236 fRuns[fRunCount++] = new ParagraphLayout::VisualRun(font, direction, glyphCount, glyphs, positions, glyphToCharMap);