Searched refs:CanvasPaintMethod (Results 1 – 6 of 6) sorted by relevance
24 void SaveOp::Draw(CanvasPaintMethod* method) const in Draw()29 void RestoreOp::Draw(CanvasPaintMethod* method) const in Draw()34 void FillRectOp::Draw(CanvasPaintMethod* method) const in Draw()39 void FillTextOp::Draw(CanvasPaintMethod* method) const in Draw()86 void FillOp::Draw(CanvasPaintMethod* method) const in Draw()91 void Fill2DOp::Draw(CanvasPaintMethod* method) const in Draw()96 void MoveToOp::Draw(CanvasPaintMethod* method) const in Draw()178 void ClipOp::Draw(CanvasPaintMethod* method) const in Draw()193 void ArcOp::Draw(CanvasPaintMethod* method) const in Draw()198 void ArcToOp::Draw(CanvasPaintMethod* method) const in Draw()[all …]
31 class CanvasPaintMethod; variable49 void Draw(CanvasPaintMethod* method) const;54 void Draw(CanvasPaintMethod* method) const;61 void Draw(CanvasPaintMethod* method) const;71 void Draw(CanvasPaintMethod* method) const;78 void Draw(CanvasPaintMethod* method) const;85 void Draw(CanvasPaintMethod* method) const;92 void Draw(CanvasPaintMethod* method) const;99 void Draw(CanvasPaintMethod* method) const;106 void Draw(CanvasPaintMethod* method) const;[all …]
230 auto task = [](CanvasPaintMethod& paintMethod) { in Fill()254 auto task = [](CanvasPaintMethod& paintMethod) { in Stroke()278 auto task = [](CanvasPaintMethod& paintMethod) { in Clip()302 auto task = [](CanvasPaintMethod& paintMethod) { in BeginPath()314 auto task = [](CanvasPaintMethod& paintMethod) { in ClosePath()896 auto task = [](CanvasPaintMethod& paintMethod) { in Save()909 auto task = [](CanvasPaintMethod& paintMethod) { in Restore()961 auto task = [](CanvasPaintMethod& paintMethod) { in ResetTransform()1080 auto task = [](CanvasPaintMethod& paintMethod) { in SaveLayer()1092 auto task = [](CanvasPaintMethod& paintMethod) { in RestoreLayer()[all …]
28 class CanvasPaintMethod; variable29 using TaskFunc = std::function<void(CanvasPaintMethod&)>;31 class CanvasPaintMethod : public CustomPaintPaintMethod {32 DECLARE_ACE_TYPE(CanvasPaintMethod, CustomPaintPaintMethod)34 CanvasPaintMethod() = default;35 CanvasPaintMethod(RefPtr<CanvasModifier> contentModifier, const RefPtr<FrameNode>& frameNode);36 ~CanvasPaintMethod() override = default;138 ACE_DISALLOW_COPY_AND_MOVE(CanvasPaintMethod);
40 CanvasPaintMethod::CanvasPaintMethod(RefPtr<CanvasModifier> contentModifier, const RefPtr<FrameNode… in CanvasPaintMethod() function in OHOS::Ace::NG::CanvasPaintMethod52 void CanvasPaintMethod::PushTask(const TaskFunc& task) in PushTask()68 bool CanvasPaintMethod::HasTask() const in HasTask()77 void CanvasPaintMethod::FlushTask() in FlushTask()204 void CanvasPaintMethod::CloseImageBitmap(const std::string& src) in CloseImageBitmap()215 std::unique_ptr<Ace::ImageData> CanvasPaintMethod::GetImageData( in GetImageData()261 void CanvasPaintMethod::GetImageData( in GetImageData()395 std::string CanvasPaintMethod::GetJsonData(const std::string& path) in GetJsonData()405 void CanvasPaintMethod::Reset() in Reset()423 std::string CanvasPaintMethod::GetDumpInfo() in GetDumpInfo()[all …]
34 class CanvasPaintMethod; variable210 RefPtr<CanvasPaintMethod> paintMethod_;