Home | History | Annotate | Download | only in chromium

Lines Matching refs:fontData

71                           const SimpleFontData* fontData,
75 HGDIOBJ oldFont = SelectObject(dc, fontData->platformData().hfont());
83 if (PlatformBridge::ensureFontLoaded(fontData->platformData().hfont()))
84 return fillBMPGlyphs(offset, length, buffer, page, fontData, false);
145 const SimpleFontData* glyphFontData = fontData;
154 // WebKit expects both the glyph index and FontData
188 const SimpleFontData* fontData)
193 fontData->platformData().hfont(),
194 fontData->platformData().scriptCache(),
195 fontData->platformData().scriptFontProperties());
207 page->setGlyphDataForIndex(offset + i, glyph, fontData);
209 // Clear both glyph and fontData fields.
219 unsigned bufferLength, const SimpleFontData* fontData)
225 return fillBMPGlyphs(offset, length, characterBuffer, this, fontData, true);
231 return fillNonBMPGlyphs(offset, length, characterBuffer, this, fontData);