Home | History | Annotate | Download | only in win

Lines Matching refs:glyphBuffer

39 // take the GlyphBuffer as an arg so that we don't have to populate the glyph buffer when
93 void UniscribeController::advance(unsigned offset, GlyphBuffer* glyphBuffer)
163 itemizeShapeAndPlace((isSmallCaps ? smallCapsBuffer.data() : cp) + itemStart, itemLength, fontData, glyphBuffer);
175 itemizeShapeAndPlace((nextIsSmallCaps ? smallCapsBuffer.data() : cp) + itemStart, itemLength, nextFontData, glyphBuffer);
181 void UniscribeController::itemizeShapeAndPlace(const UChar* cp, unsigned length, const SimpleFontData* fontData, GlyphBuffer* glyphBuffer)
195 if (!shapeAndPlaceItem(cp, i, fontData, glyphBuffer))
200 if (!shapeAndPlaceItem(cp, i, fontData, glyphBuffer))
218 bool UniscribeController::shapeAndPlaceItem(const UChar* cp, unsigned i, const SimpleFontData* fontData, GlyphBuffer* glyphBuffer)
341 if (glyphBuffer) {
343 glyphBuffer->add(glyph, fontData, advance, &size);