HomeSort by relevance Sort by last modified time
    Searched refs:GraphicsContext (Results 251 - 275 of 461) sorted by null

<<111213141516171819

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourcePattern.cpp 27 #include "GraphicsContext.h"
73 bool RenderSVGResourcePattern::applyResource(RenderObject* object, RenderStyle* style, GraphicsContext*& context, unsigned short resourceMode)
184 void RenderSVGResourcePattern::postApplyResource(RenderObject*, GraphicsContext*& context, unsigned short resourceMode, const Path* path)
265 GraphicsContext* tileImageContext = tileImage->context();
RenderSVGResourceFilter.cpp 33 #include "GraphicsContext.h"
139 bool RenderSVGResourceFilter::applyResource(RenderObject* object, RenderStyle*, GraphicsContext*& context, unsigned short resourceMode)
242 GraphicsContext* sourceGraphicContext = sourceGraphic->context();
262 void RenderSVGResourceFilter::postApplyResource(RenderObject* object, GraphicsContext*& context, unsigned short resourceMode, const Path*)
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebChromeClient.h 159 virtual bool paintCustomScrollbar(WebCore::GraphicsContext*, const WebCore::FloatRect&, WebCore::ScrollbarControlSize,
162 virtual bool paintCustomScrollCorner(WebCore::GraphicsContext*, const WebCore::FloatRect&);
164 virtual bool paintCustomOverhangArea(WebCore::GraphicsContext*, const WebCore::IntRect&, const WebCore::IntRect&, const WebCore::IntRect&);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebPopupMenuWin.cpp 31 #include <WebCore/GraphicsContext.h>
85 OwnPtr<GraphicsContext> notSelectedBackingStoreContext = data.m_notSelectedBackingStore->createGraphicsContext();
86 OwnPtr<GraphicsContext> selectedBackingStoreContext = data.m_selectedBackingStore->createGraphicsContext();
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageBufferCairo.cpp 35 #include "GraphicsContext.h"
87 m_context.set(new GraphicsContext(&m_data.m_platformContext));
101 GraphicsContext* ImageBuffer::context() const
117 void ImageBuffer::clip(GraphicsContext* context, const FloatRect& maskRect) const
122 void ImageBuffer::draw(GraphicsContext* context, ColorSpace styleColorSpace, const FloatRect& destRect, const FloatRect& srcRect,
130 void ImageBuffer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const AffineTransform& patternTransform,
ContextShadowCairo.cpp 34 #include "GraphicsContext.h"
86 PlatformContext ContextShadow::beginShadowLayer(GraphicsContext* context, const FloatRect& layerArea)
110 void ContextShadow::endShadowLayer(GraphicsContext* context)
133 void ContextShadow::drawRectShadowWithoutTiling(GraphicsContext* context, const IntRect& shadowRect, const IntSize& topLeftRadius, const IntSize& topRightRadius, const IntSize& bottomLeftRadius, const IntSize& bottomRightRadius, float alpha)
190 void ContextShadow::drawRectShadow(GraphicsContext* context, const IntRect& rect, const IntSize& topLeftRadius, const IntSize& topRightRadius, const IntSize& bottomLeftRadius, const IntSize& bottomRightRadius)
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferCG.cpp 33 #include "GraphicsContext.h"
156 m_context.set(new GraphicsContext(cgContext.get()));
171 GraphicsContext* ImageBuffer::context() const
200 void ImageBuffer::draw(GraphicsContext* destContext, ColorSpace styleColorSpace, const FloatRect& destRect, const FloatRect& srcRect,
219 void ImageBuffer::drawPattern(GraphicsContext* destContext, const FloatRect& srcRect, const AffineTransform& patternTransform,
237 void ImageBuffer::clip(GraphicsContext* contextToClip, const FloatRect& rect) const
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 32 #include "GraphicsContext.h"
106 m_context.set(new GraphicsContext(m_data.m_painter.get()));
118 GraphicsContext* ImageBuffer::context() const
135 void ImageBuffer::draw(GraphicsContext* destContext, ColorSpace styleColorSpace, const FloatRect& destRect, const FloatRect& srcRect,
146 void ImageBuffer::drawPattern(GraphicsContext* destContext, const FloatRect& srcRect, const AffineTransform& patternTransform,
157 void ImageBuffer::clip(GraphicsContext* context, const FloatRect& floatRect) const
PathQt.cpp 35 #include "GraphicsContext.h"
118 static GraphicsContext* scratchContext()
122 static GraphicsContext* context = new GraphicsContext(&painter);
131 GraphicsContext* context = scratchContext();
159 GraphicsContext* context = scratchContext();
  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp 41 #include "GraphicsContext.h"
77 m_context.set(new GraphicsContext(&m_data.m_platformContext));
91 GraphicsContext* ImageBuffer::context() const
112 void ImageBuffer::clip(GraphicsContext* context, const FloatRect& rect) const
117 void ImageBuffer::draw(GraphicsContext* context, ColorSpace styleColorSpace, const FloatRect& destRect, const FloatRect& srcRect,
140 void ImageBuffer::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const AffineTransform& patternTransform,
ImageSkia.cpp 39 #include "GraphicsContext.h"
338 void Image::drawPattern(GraphicsContext* context,
434 static void drawBitmapGLES2(GraphicsContext* ctxt, NativeImageSkia* bitmap, const FloatRect& srcRect, const FloatRect& dstRect, ColorSpace styleColorSpace, CompositeOperator compositeOp)
474 void BitmapImage::draw(GraphicsContext* ctxt, const FloatRect& dstRect,
511 void BitmapImageSingleFrameSkia::draw(GraphicsContext* ctxt,
  /external/webkit/Source/WebKit/chromium/src/
PlatformBridge.cpp 90 #include "GraphicsContext.h"
706 GraphicsContext* gc, int part, int state, int classicState,
714 GraphicsContext* gc, int part, int state, int classicState,
722 GraphicsContext* gc, int state, int classicState,
730 GraphicsContext* gc, int part, int state, int classicState,
738 GraphicsContext* gc, int part, int state, int classicState,
747 GraphicsContext* gc, int part, int state, int classicState,
755 GraphicsContext* gc, int part, int state, int classicState,
768 GraphicsContext* gc, int part, int state, int classicState,
776 GraphicsContext* gc, const IntRect& barRect, const IntRect& valueRect, bool determinate, double animatedSeconds
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/
GraphicsContext.h 227 class GraphicsContext {
228 WTF_MAKE_NONCOPYABLE(GraphicsContext); WTF_MAKE_FAST_ALLOCATED;
230 GraphicsContext(PlatformGraphicsContext*);
231 ~GraphicsContext();
302 /** platform-specific factory method to return a bitmap graphicscontext,
307 static GraphicsContext* createOffscreenContext(int width, int height);
469 GraphicsContext(HDC, bool hasAlpha = false); // FIXME: To be removed.
477 // FIXME: This is a layering violation. GraphicsContext shouldn't know
479 // to be passed as a parameter alongside the GraphicsContext, but doing
531 GraphicsContext(cairo_t*)
    [all...]
Path.h 81 class GraphicsContext;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
FindController.cpp 38 #include <WebCore/GraphicsContext.h>
183 OwnPtr<GraphicsContext> graphicsContext = findIndicatorTextBackingStore->createGraphicsContext();
189 graphicsContext->translate(-paintRect.x(), -paintRect.y());
193 selectedFrame->view()->paint(graphicsContext.get(), paintRect);
293 void FindController::drawRect(PageOverlay* pageOverlay, GraphicsContext& graphicsContext, const IntRect& dirtyRect)
300 graphicsContext.fillRect(dirtyRect, overlayBackgroundColor(fractionFadedIn), ColorSpaceSRGB);
302 graphicsContext.save();
303 graphicsContext.setShadow(FloatSize(shadowOffsetX, shadowOffsetY), shadowBlurRadius, holeShadowColor(fractionFaded (…)
    [all...]
  /external/webkit/Source/WebCore/page/wince/
FrameWinCE.cpp 33 #include "GraphicsContext.h"
139 GraphicsContext gc(bmpDC.get());
  /external/webkit/Source/WebCore/platform/
ScrollableArea.h 36 class GraphicsContext;
  /external/webkit/Source/WebCore/platform/graphics/android/context/
PlatformGraphicsContextRecording.h 106 GraphicsContext::TextCheckingLineStyle);
PlatformGraphicsContextSkia.h 90 GraphicsContext::TextCheckingLineStyle);
105 // have a GraphicsContext
  /external/webkit/Source/WebCore/platform/win/
ScrollbarThemeWin.cpp 29 #include "GraphicsContext.h"
214 void ScrollbarThemeWin::paintTrackBackground(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect)
221 void ScrollbarThemeWin::paintTrackPiece(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart partType)
274 void ScrollbarThemeWin::paintButton(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect, ScrollbarPart part)
351 void ScrollbarThemeWin::paintThumb(GraphicsContext* context, Scrollbar* scrollbar, const IntRect& rect)
  /external/webkit/Source/WebCore/platform/wx/wxcode/win/
non-kerned-drawing.cpp 28 #include "GraphicsContext.h"
72 void drawTextWithSpacing(GraphicsContext* graphicsContext, const SimpleFontData* font, const wxColour& color, const GlyphBuffer& glyphBuffer, int from, int numGlyphs, const FloatPoint& point)
75 wxGCDC* dc = static_cast<wxGCDC*>(graphicsContext->platformContext());
77 wxDC* dc = graphicsContext->platformContext();
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp 33 #include "GraphicsContext.h"
320 void updateGraphicsContext(GraphicsContext* context, const Color& fillColor, const Color& strokeColor, float strokeThickness, ColorSpace colorSpace)
363 FloatSize InlineTextBox::applyShadowToGraphicsContext(GraphicsContext* context, const ShadowData* shadow, const FloatRect& textRect, bool stroked, bool opaque, bool horizontal)
390 static void paintTextWithShadows(GraphicsContext* context, const Font& font, const TextRun& textRun, const AtomicString& emphasisMark, int emphasisMarkOffset, int startOffset, int endOffset, int truncationPoint, const FloatPoint& textOrigin,
515 GraphicsContext* context = paintInfo.context;
    [all...]
RenderThemeChromiumSkia.h 156 bool paintMediaButtonInternal(GraphicsContext*, const IntRect&, Image*);
  /external/webkit/Source/WebKit/mac/Misc/
WebCoreStatistics.mm 41 #import <WebCore/GraphicsContext.h>
307 GraphicsContext graphicsContext(cgContext);
308 PrintContext::spoolAllPagesWithBoundaries(coreFrame, graphicsContext, FloatSize(pageWidthInPixels, pageHeightInPixels));
  /external/webkit/Source/WebKit2/Shared/
ShareableBitmap.cpp 31 #include <WebCore/GraphicsContext.h>

Completed in 783 milliseconds

<<111213141516171819