Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/skia/
DPathSkia.cpp284 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) in strokeBoundingRect() argument
291 if (applier) in strokeBoundingRect()
292 applier->strokeStyle(scratch); in strokeBoundingRect()
299 bool Path::strokeContains(StrokeStyleApplier* applier, const FloatPoint& point) const in strokeContains() argument
301 ASSERT(applier); in strokeContains()
305 applier->strokeStyle(scratch); in strokeContains()
/external/webkit/WebCore/platform/graphics/cg/
DPathCG.cpp138 bool Path::strokeContains(StrokeStyleApplier* applier, const FloatPoint& point) const in strokeContains() argument
140 ASSERT(applier); in strokeContains()
149 applier->strokeStyle(&gc); in strokeContains()
171 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) in strokeBoundingRect() argument
179 if (applier) { in strokeBoundingRect()
181 applier->strokeStyle(&graphicsContext); in strokeBoundingRect()
/external/webkit/WebCore/platform/graphics/android/
DPathAndroid.cpp362 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) in strokeBoundingRect() argument
369 if (applier) in strokeBoundingRect()
370 applier->strokeStyle(scratch); in strokeBoundingRect()
378 bool Path::strokeContains(StrokeStyleApplier* applier, const FloatPoint& point) const in strokeContains() argument
381 ASSERT(applier); in strokeContains()
385 applier->strokeStyle(scratch); in strokeContains()
/external/webkit/WebCore/platform/graphics/qt/
DPathQt.cpp89 bool Path::strokeContains(StrokeStyleApplier* applier, const FloatPoint& point) const in strokeContains() argument
91 ASSERT(applier); in strokeContains()
98 applier->strokeStyle(gc); in strokeContains()
123 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) in strokeBoundingRect() argument
130 if (applier) { in strokeBoundingRect()
131 applier->strokeStyle(gc); in strokeBoundingRect()
/external/webkit/WebCore/platform/graphics/cairo/
DPathCairo.cpp267 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) in strokeBoundingRect() argument
270 if (applier) { in strokeBoundingRect()
272 applier->strokeStyle(&gc); in strokeBoundingRect()
293 bool Path::strokeContains(StrokeStyleApplier* applier, const FloatPoint& point) const in strokeContains() argument
295 ASSERT(applier); in strokeContains()
298 applier->strokeStyle(&gc); in strokeContains()
/external/webkit/WebCore/platform/graphics/wx/
DPathWx.cpp107 FloatRect Path::strokeBoundingRect(StrokeStyleApplier* applier) in strokeBoundingRect() argument
/external/webkit/WebKit/mac/
DChangeLog-2007-10-1421866 …CFDictionary applier function for when the throttle is disabled. Cancels all pending window displ…
/external/webkit/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