Searched refs:platformContext (Results 26 - 50 of 120) sorted by relevance

12345

/external/webkit/Source/WebKit2/Shared/cg/
H A DShareableBitmapCG.cpp67 paintImage(context.platformContext(), makeCGImageCopy().get(), dstPoint, srcRect);
73 RetainPtr<CGImageRef> image(AdoptCF, CGBitmapContextCreateImage(graphicsContext->platformContext()));
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasStyle.cpp242 CGContextSetCMYKStrokeColor(context->platformContext(), m_cmyka.c, m_cmyka.m, m_cmyka.y, m_cmyka.k, m_cmyka.a);
244 QPen currentPen = context->platformContext()->pen();
248 context->platformContext()->setPen(currentPen);
279 CGContextSetCMYKFillColor(context->platformContext(), m_cmyka.c, m_cmyka.m, m_cmyka.y, m_cmyka.k, m_cmyka.a);
281 QBrush currentBrush = context->platformContext()->brush();
285 context->platformContext()->setBrush(currentBrush);
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DImageBufferCG.cpp186 ctxImage = CGBitmapContextCreateImage(context()->platformContext());
189 ctxImage = wkIOSurfaceContextCreateImage(context()->platformContext());
239 CGContextRef platformContextToClip = contextToClip->platformContext();
245 image.adoptCF(wkIOSurfaceContextCreateImage(context()->platformContext()));
257 CGContextFlush(context()->platformContext());
264 CGContextFlush(context()->platformContext());
271 CGContextFlush(context()->platformContext());
278 CGContextFlush(context()->platformContext());
352 image.adoptCF(CGBitmapContextCreateImage(context()->platformContext()));
355 image.adoptCF(wkIOSurfaceContextCreateImage(context()->platformContext()));
[all...]
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DFontChromiumWin.cpp100 , m_platformContext(context->platformContext())
167 if (m_transparency.platformContext()) {
168 m_hdc = skia::BeginPlatformPaint(m_transparency.platformContext()->canvas());
383 graphicsContext->platformContext()->prepareForSoftwareDraw();
452 SkColor color = graphicsContext->platformContext()->effectiveFillColor();
455 if (!alpha && graphicsContext->platformContext()->getStrokeStyle() == NoStroke && !graphicsContext->hasShadow())
486 PlatformGraphicsContext* context = graphicsContext->platformContext();
489 SkColor color = graphicsContext->platformContext()->effectiveFillColor();
492 if (!alpha && graphicsContext->platformContext()->getStrokeStyle() == NoStroke)
/external/webkit/Source/WebCore/platform/graphics/win/
H A DGraphicsContextCairoWin.cpp83 if (platformContext()->cr()) {
146 drawBitmapToContext(m_data, platformContext()->cr(), pixelData, IntSize(dstRect.x(), dstRect.height() + dstRect.y()));
153 drawBitmapToContext(m_data, platformContext()->cr(), bitmap->windowsDIB(), IntSize(point.x(), bitmap->size().height() + point.y()));
/external/webkit/Source/WebCore/platform/haiku/
H A DScrollbarThemeHaiku.cpp124 be_control_look->DrawScrollBarBackground(context->platformContext(), rect, rect, ui_color(B_PANEL_BACKGROUND_COLOR), 0, scrollbarOrientation);
133 BView* view = context->platformContext();
155 BView* view = context->platformContext();
H A DRenderThemeHaiku.cpp117 BView* view = info.context->platformContext();
149 BView* view = info.context->platformContext();
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DGraphicsContextMac.mm70 drawFocusRingToContext(platformContext(), path.platformPath(), colorRef, radius);
87 drawFocusRingToContext(platformContext(), focusRingPath.get(), colorRef, radius);
96 [[NSGraphicsContext graphicsContextWithGraphicsPort:platformContext() flipped:YES]
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DContextShadowQt.cpp113 PlatformContext p = context->platformContext();
163 context->platformContext()->drawImage(m_layerOrigin, m_layerImage, m_sourceRect);
H A DStillImageQt.cpp87 ctxt->platformContext()->drawPixmap(normalizedDst, *m_pixmap, normalizedSrc);
H A DTileQt.cpp153 context->platformContext()->drawPixmap(target, *m_buffer, source);
158 QPainter* painter = context->platformContext();
H A DGradientQt.cpp116 context->platformContext()->fillRect(rect, *platformGradient());
/external/webkit/Source/WebCore/platform/wx/wxcode/win/
H A Dnon-kerned-drawing.cpp75 wxGCDC* dc = static_cast<wxGCDC*>(graphicsContext->platformContext());
77 wxDC* dc = graphicsContext->platformContext();
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DFontCairo.cpp78 cairo_t* context = graphicsContext->platformContext()->cr();
111 PlatformContextCairo* platformContext = context->platformContext(); local
114 cairo_t* cr = platformContext->cr();
H A DGradientCairo.cpp91 cairo_t* cr = context->platformContext()->cr();
H A DImageCairo.cpp118 cairo_t* cr = context->platformContext()->cr();
173 cairo_t* cr = context->platformContext()->cr();
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DImageWx.cpp101 wxGCDC* context = (wxGCDC*)ctxt->platformContext();
105 wxWindowDC* context = ctxt->platformContext();
185 wxGCDC* context = (wxGCDC*)ctxt->platformContext();
188 wxWindowDC* context = ctxt->platformContext();
/external/webkit/Source/WebCore/platform/win/
H A DScrollbarThemeSafari.cpp216 paintThemePart(scrollbar->orientation() == VerticalScrollbar ? VScrollTrackPart : HScrollTrackPart, graphicsContext->platformContext(), trackRect, size, state);
232 paintThemePart(scrollbar->orientation() == VerticalScrollbar ? ScrollUpArrowPart : ScrollLeftArrowPart, graphicsContext->platformContext(),
235 paintThemePart(scrollbar->orientation() == VerticalScrollbar ? ScrollDownArrowPart : ScrollRightArrowPart, graphicsContext->platformContext(),
251 paintThemePart(scrollbar->orientation() == VerticalScrollbar ? VScrollThumbPart : HScrollThumbPart, graphicsContext->platformContext(),
/external/webkit/Source/WebCore/platform/wx/wxcode/mac/carbon/
H A Dnon-kerned-drawing.cpp48 wxGCDC* dc = static_cast<wxGCDC*>(graphicsContext->platformContext());
/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk3.cpp220 gtk_render_check(context, paintInfo.context->platformContext()->cr(), rect.x(), rect.y(), rect.width(), rect.height());
222 gtk_render_option(context, paintInfo.context->platformContext()->cr(), rect.x(), rect.y(), rect.width(), rect.height());
229 gtk_render_focus(context, paintInfo.context->platformContext()->cr(), indicatorRect.x(), indicatorRect.y(),
288 gtk_render_background(context, paintInfo.context->platformContext()->cr(), buttonRect.x(), buttonRect.y(), buttonRect.width(), buttonRect.height());
289 gtk_render_frame(context, paintInfo.context->platformContext()->cr(), buttonRect.x(), buttonRect.y(), buttonRect.width(), buttonRect.height());
321 gtk_render_focus(context, paintInfo.context->platformContext()->cr(), buttonRect.x(), buttonRect.y(), buttonRect.width(), buttonRect.height());
427 cairo_t* cairoContext = paintInfo.context->platformContext()->cr();
572 gtk_render_background(context, paintInfo.context->platformContext()->cr(), rect.x(), rect.y(), rect.width(), rect.height());
573 gtk_render_frame(context, paintInfo.context->platformContext()->cr(), rect.x(), rect.y(), rect.width(), rect.height());
586 gtk_render_focus(context, paintInfo.context->platformContext()
[all...]
/external/webkit/Source/WebCore/platform/graphics/gtk/
H A DIconGtk.cpp120 cairo_t* cr = context->platformContext()->cr();
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DFontHaiku.cpp77 BView* view = graphicsContext->platformContext();
/external/webkit/Source/WebCore/platform/wx/
H A DRenderThemeWx.cpp266 wxDC* dc = static_cast<wxDC*>(i.context->platformContext());
325 wxDC* dc = static_cast<wxDC*>(i.context->platformContext());
347 wxDC* dc = static_cast<wxDC*>(i.context->platformContext());
376 wxDC* dc = static_cast<wxDC*>(i.context->platformContext());
/external/webkit/Source/WebKit/chromium/src/
H A DWebMediaPlayerClientImpl.cpp443 // Since we're accessing platformContext() directly we have to manually
447 PlatformGraphicsContext* platformContext = context->platformContext(); local
448 WebCanvas* canvas = platformContext->canvas();
450 canvas->saveLayerAlpha(0, platformContext->getNormalizedAlpha());
456 m_webMediaPlayer->paint(context->platformContext(), rect);
/external/webkit/Source/WebCore/platform/android/
H A DRenderThemeAndroid.cpp381 paintInfo.context->platformContext()->drawMediaButton(rect, RenderSkinMediaButton::FULLSCREEN, translucent);
390 paintInfo.context->platformContext()->drawMediaButton(rect, RenderSkinMediaButton::MUTE, translucent);
401 paintInfo.context->platformContext()->drawMediaButton(rect, RenderSkinMediaButton::PLAY, translucent);
403 paintInfo.context->platformContext()->drawMediaButton(rect, RenderSkinMediaButton::PAUSE, translucent);
414 paintInfo.context->platformContext()->drawMediaButton(rect, RenderSkinMediaButton::REWIND, translucent);
423 paintInfo.context->platformContext()->drawMediaButton(rect, RenderSkinMediaButton::FORWARD, translucent);
432 paintInfo.context->platformContext()->drawMediaButton(rect,
446 paintInfo.context->platformContext()->drawMediaButton(rect,
456 paintInfo.context->platformContext()->drawMediaButton(rect,
694 i.context->platformContext()
[all...]

Completed in 421 milliseconds

12345