Home
last modified time | relevance | path

Searched refs:applier (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/skia/
DPathSkia.cpp231 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) const in strokeBoundingRect()
236 if (applier) in strokeBoundingRect()
237 applier->strokeStyle(scratch); in strokeBoundingRect()
249 bool Path::strokeContains(StrokeStyleApplier* applier, const FloatPoint& point) const in strokeContains() argument
251 ASSERT(applier); in strokeContains()
255 applier->strokeStyle(scratch); in strokeContains()
/external/webkit/Source/WebCore/platform/graphics/cg/
DPathCG.cpp136 bool Path::strokeContains(StrokeStyleApplier* applier, const FloatPoint& point) const in strokeContains() argument
138 ASSERT(applier); in strokeContains()
147 applier->strokeStyle(&gc); in strokeContains()
169 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) const in strokeBoundingRect()
177 if (applier) { in strokeBoundingRect()
179 applier->strokeStyle(&graphicsContext); in strokeBoundingRect()
/external/webkit/Source/WebCore/platform/graphics/android/
DPathAndroid.cpp287 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) const in strokeBoundingRect()
292 if (applier) in strokeBoundingRect()
293 applier->strokeStyle(scratch); in strokeBoundingRect()
306 bool Path::strokeContains(StrokeStyleApplier* applier, const FloatPoint& point) const in strokeContains() argument
311 applier->strokeStyle(scratch); in strokeContains()
/external/webkit/Source/WebCore/platform/graphics/qt/
DPathQt.cpp126 bool Path::strokeContains(StrokeStyleApplier* applier, const FloatPoint& point) const in strokeContains() argument
128 ASSERT(applier); in strokeContains()
132 applier->strokeStyle(context); in strokeContains()
157 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) const in strokeBoundingRect()
161 if (applier) { in strokeBoundingRect()
162 applier->strokeStyle(context); in strokeBoundingRect()
/external/webkit/Source/WebCore/platform/graphics/cairo/
DPathCairo.cpp284 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) const in strokeBoundingRect()
287 if (applier) { in strokeBoundingRect()
289 applier->strokeStyle(&gc); in strokeBoundingRect()
309 bool Path::strokeContains(StrokeStyleApplier* applier, const FloatPoint& point) const in strokeContains() argument
311 ASSERT(applier); in strokeContains()
314 applier->strokeStyle(&gc); in strokeContains()
/external/webkit/Source/WebCore/platform/graphics/haiku/
DPathHaiku.cpp157 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) in strokeBoundingRect() argument
/external/webkit/Source/WebCore/platform/graphics/openvg/
DPathOpenVG.cpp142 bool Path::strokeContains(StrokeStyleApplier* applier, const FloatPoint& point) const in strokeContains() argument
172 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) const in strokeBoundingRect()
/external/webkit/Source/WebCore/platform/graphics/wx/
DPathWx.cpp108 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) const in strokeBoundingRect()
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-1421866 …CFDictionary applier function for when the throttle is disabled. Cancels all pending window displ…
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1660391 if the applier is non-null.
60401 if the applier is non-null. Simplify the empty path special case.
DChangeLog-2008-08-1056908 independent path applier functions to calculate properties such as
DChangeLog-2010-12-0687208 [Qt] Use a QImage for the stroke applier scratch context