Home | History | Annotate | Download | only in win

Lines Matching defs:platformData

190     SelectObject(hdc, font->platformData().hfont());
218 xform.eM21 = font->platformData().syntheticOblique() ? -tanf(syntheticObliqueAngle * piFloat / 180.0f) : 0;
236 if (font->platformData().syntheticOblique())
330 if (font->platformData().useGDI() && !shouldUseFontSmoothing) {
337 const FontPlatformData& platformData = font->platformData();
339 CGContextSetFont(cgContext, platformData.cgFont());
345 if (platformData.syntheticOblique()) {
355 CGContextSetFontSize(cgContext, platformData.size());
356 wkSetCGContextFontRenderingStyle(cgContext, font->isSystemFont(), false, font->platformData().useGDI());