Searched refs:pathToFill (Results 1 – 1 of 1) sorted by relevance
1320 void GraphicsContext::fillPath(const Path& pathToFill) in fillPath() argument1322 if (paintingDisabled() || pathToFill.isEmpty()) in fillPath()1326 SkPath& path = const_cast<SkPath&>(pathToFill.skPath()); in fillPath()