Home | History | Annotate | Download | only in skia

Lines Matching refs:platformContext

260     if (context->platformContext()->getTextDrawingMode() != TextModeFill)
271 if (!context->platformContext()->isNativeFontRenderingAllowed())
281 PlatformContextSkia* platformContext,
289 SkCanvas* canvas = platformContext->canvas();
290 if (!platformContext->isNativeFontRenderingAllowed()) {
360 PlatformContextSkia* platformContext = context->platformContext();
361 TextDrawingModeFlags textMode = platformContext->getTextDrawingMode();
365 platformContext->setupPaintForFilling(&paint);
367 if (!platformContext->isNativeFontRenderingAllowed()) {
374 if (!skiaDrawText(hfont, dc, platformContext, *origin, &paint,
382 && platformContext->getStrokeStyle() != NoStroke
383 && platformContext->getStrokeThickness() > 0) {
386 platformContext->setupPaintForStroking(&paint, 0, 0);
388 if (!platformContext->isNativeFontRenderingAllowed()) {
406 if (!skiaDrawText(hfont, dc, platformContext, *origin, &paint,