Home
last modified time | relevance | path

Searched refs:setupStrokePaint (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/
DPathAndroid.cpp297 scratch->setupStrokePaint(&paint); in strokeBoundingRect()
315 scratch->setupStrokePaint(&paint); in strokeContains()
/external/webkit/Source/WebCore/platform/graphics/android/context/
DGraphicsContextAndroid.cpp343 void GraphicsContext::setupStrokePaint(SkPaint* paint) in setupStrokePaint() function in WebCore::GraphicsContext
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext.h293 void setupStrokePaint(SkPaint*);
/external/webkit/Source/WebCore/platform/graphics/android/fonts/
DFontAndroid.cpp83 gc->setupStrokePaint(paint); in setupStroke()