Searched refs:pathToFill (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp1327 void GraphicsContext::fillPath(const Path& pathToFill) argument
1329 if (contextDisabled() || pathToFill.isEmpty())
1333 SkPath& path = const_cast<SkPath&>(pathToFill.skPath());

Completed in 200 milliseconds