Home | History | Annotate | Download | only in context

Lines Matching refs:FillPath

870 void PlatformGraphicsContextRecording::fillPath(const Path& pathToFill, WindRule fillRule)
872 appendDrawingOperation(NEW_OP(FillPath)(pathToFill, fillRule), pathToFill.boundingRect());