HomeSort by relevance Sort by last modified time
    Searched full:graphicscontext (Results 126 - 150 of 580) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/webkit/Source/WebCore/platform/graphics/gtk/
FontGtk.cpp 39 #include "GraphicsContext.h"
221 static void drawGlyphsShadow(GraphicsContext* graphicsContext, const FloatPoint& point, PangoLayoutLine* layoutLine, PangoRegionType renderRegion)
223 ContextShadow* shadow = graphicsContext->contextShadow();
226 if (!(graphicsContext->textDrawingMode() & TextModeFill) || shadow->m_type == ContextShadow::NoShadow)
232 if (!shadow->mustUseContextShadow(graphicsContext)) {
233 cairo_t* context = graphicsContext->platformContext()->cr();
248 cairo_t* shadowContext = shadow->beginShadowLayer(graphicsContext, extents);
257 cairo_t* context = graphicsContext->platformContext()->cr();
264 shadow->endShadowLayer(graphicsContext);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
ImageCairoWin.cpp 29 #include "GraphicsContext.h"
81 GraphicsContext gc(targetRef);
95 void BitmapImage::drawFrameMatchingSourceSize(GraphicsContext* ctxt, const FloatRect& dstRect, const IntSize& srcSize, ColorSpace styleColorSpace, CompositeOperator compositeOp)
MediaPlayerPrivateQuickTimeVisualContext.h 49 class GraphicsContext;
111 void paint(GraphicsContext*, const IntRect&);
112 void paintCompleted(GraphicsContext&, const IntRect&);
  /external/webkit/Source/WebCore/rendering/svg/
SVGImageBufferTools.cpp 26 #include "GraphicsContext.h"
66 GraphicsContext* imageContext = image->context();
94 void SVGImageBufferTools::clipToImageBuffer(GraphicsContext* context, const AffineTransform& absoluteTransform, const FloatRect& clampedAbsoluteTargetRect, OwnPtr<ImageBuffer>& imageBuffer)
  /external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
InjectedBundlePageUIClient.cpp 94 void InjectedBundlePageUIClient::paintCustomOverhangArea(WebPage* page, GraphicsContext* graphicsContext, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect)
98 RefPtr<WebGraphicsContext> context = WebGraphicsContext::create(graphicsContext);
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProxy.cpp 43 #include <WebCore/GraphicsContext.h>
125 void PluginProxy::paint(GraphicsContext* graphicsContext, const IntRect& dirtyRect)
134 OwnPtr<WebCore::GraphicsContext> graphicsContext = m_backingStore->createGraphicsContext();
135 graphicsContext->setCompositeOperation(CompositeCopy);
137 m_pluginBackingStore->paint(*graphicsContext, IntPoint(), IntRect(0, 0, m_frameRect.width(), m_frameRect.height()));
145 m_backingStore->paint(*graphicsContext, dirtyRect.location(), dirtyRectInPluginCoordinates);
470 OwnPtr<GraphicsContext> graphicsContext = m_backingStore->createGraphicsContext()
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/skia/
PlatformContextSkia.h 34 #include "GraphicsContext.h"
53 // This class holds the platform-specific state for GraphicsContext. We put
55 // be moved to GraphicsContext directly, except that some code external to this
60 // conversion. GraphicsContext is responsible for converting the WebKit types to
82 // If false we're rendering to a GraphicsContext for a web page, if false
155 // FIXME: This should be pushed down to GraphicsContext.
  /external/webkit/Source/WebCore/platform/qt/
ScrollbarThemeQt.cpp 31 #include "GraphicsContext.h"
140 bool ScrollbarThemeQt::paint(Scrollbar* scrollbar, GraphicsContext* graphicsContext, const IntRect& damageRect)
142 if (graphicsContext->updatingControlTints()) {
147 StylePainter p(this, graphicsContext);
236 void ScrollbarThemeQt::paintScrollCorner(ScrollView* scrollView, GraphicsContext* context, const IntRect& rect)
  /external/webkit/Source/WebCore/inspector/
InspectorController.h 43 class GraphicsContext;
81 void drawNodeHighlight(GraphicsContext&) const;
  /external/webkit/Source/WebCore/page/qt/
FrameQt.cpp 27 #include "GraphicsContext.h"
53 GraphicsContext* context = buffer->context();
  /external/webkit/Source/WebCore/platform/android/
WidgetAndroid.cpp 31 #include "GraphicsContext.h"
62 void Widget::paint(GraphicsContext* ctx, const IntRect& r)
  /external/webkit/Source/WebCore/platform/chromium/
FramelessScrollView.cpp 76 void FramelessScrollView::paintContents(GraphicsContext*, const IntRect&)
80 void FramelessScrollView::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect)
FramelessScrollView.h 77 virtual void paintContents(GraphicsContext*, const IntRect&);
78 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
  /external/webkit/Source/WebCore/platform/graphics/
GeneratedImage.h 60 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator);
61 virtual void drawPattern(GraphicsContext*, const FloatRect& srcRect, const AffineTransform& patternTransform,
GraphicsLayerClient.h 33 class GraphicsContext;
74 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) = 0;
  /external/webkit/Source/WebCore/platform/graphics/ca/
PlatformCALayerClient.h 31 #include "GraphicsContext.h"
53 virtual void platformCALayerPaintContents(GraphicsContext&, const IntRect& inClip) = 0;
  /external/webkit/Source/WebCore/platform/graphics/cairo/
GradientCairo.cpp 31 #include "GraphicsContext.h"
89 void Gradient::fill(GraphicsContext* context, const FloatRect& rect)
PlatformContextCairo.h 54 // would normally be private to GraphicsContext, except that we want to allow access
56 // code from the platform-independent GraphicsContext.
  /external/webkit/Source/WebCore/platform/graphics/cg/
PatternCG.cpp 31 #include "GraphicsContext.h"
43 CGRect rect = GraphicsContext(context).roundToDevicePixels(
  /external/webkit/Source/WebCore/platform/graphics/efl/
IconEfl.cpp 37 #include "GraphicsContext.h"
61 void Icon::paint(GraphicsContext* context, const IntRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEMerge.cpp 28 #include "GraphicsContext.h"
61 GraphicsContext* filterContext = resultImage->context();
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GradientHaiku.cpp 31 #include "GraphicsContext.h"
67 void Gradient::fill(GraphicsContext* context, const FloatRect& rect)
StillImageHaiku.cpp 31 #include "GraphicsContext.h"
66 void StillImage::draw(GraphicsContext* context, const FloatRect& destRect,
  /external/webkit/Source/WebCore/platform/graphics/mac/
IconMac.mm 24 #import "GraphicsContext.h"
78 void Icon::paint(GraphicsContext* context, const IntRect& rect)
  /external/webkit/Source/WebCore/platform/graphics/qt/
StillImageQt.cpp 32 #include "GraphicsContext.h"
65 void StillImage::draw(GraphicsContext* ctxt, const FloatRect& dst,

Completed in 234 milliseconds

1 2 3 4 56 7 8 91011>>