Searched defs:commands (Results 1 – 7 of 7) sorted by relevance
32 void PathPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath()37 SizeF PathPainter::GetPathSize(const std::string& commands) in GetPathSize()
28 void SkPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const ShapePaintProperty& s… in DrawPath()142 void SkPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) in DrawPath()158 SizeF SkPainter::GetPathSize(const std::string& commands) in GetPathSize()
2897 void RosenRenderContext::SetClipBoundsWithCommands(const std::string& commands)
59 JSRef<JSVal> commands = obj->GetProperty("commands"); in Create() local66 void JSPath::SetCommands(const std::string& commands) in SetCommands()88 JSRef<JSVal> commands = params->GetProperty("commands"); in ConstructorCallback() local
23 void PathPainter::DrawPath(RSCanvas& canvas, const std::string& commands, const OffsetF& offset) {} in DrawPath()25 SizeF PathPainter::GetPathSize(const std::string& commands) in GetPathSize()
48 struct ListNode commands; member
160 virtual void SetClipBoundsWithCommands(const std::string& commands) {}; in SetClipBoundsWithCommands()