Home | History | Annotate | Download | only in win

Lines Matching refs:platformData

184     SelectObject(hdc, font->platformData().hfont());
212 xform.eM21 = font->platformData().syntheticOblique() ? -tanf(syntheticObliqueAngle * piFloat / 180.0f) : 0;
230 if (font->platformData().syntheticOblique())
324 if (font->platformData().useGDI()) {
334 const FontPlatformData& platformData = font->platformData();
336 CGContextSetFont(cgContext, platformData.cgFont());
342 if (platformData.syntheticOblique()) {
352 CGContextSetFontSize(cgContext, platformData.size());
353 wkSetCGContextFontRenderingStyle(cgContext, font->isSystemFont(), false, font->platformData().useGDI());