Searched defs:PaintContext (Results 1 – 2 of 2) sorted by relevance
18 struct PaintContext { struct19 PaintContext(SkCanvas* skCvs, in PaintContext() function24 std::shared_ptr<flutter::OHOS::TextureRegistry> textureRegistry;25 SkCanvas* skCanvas = nullptr;
72 struct PaintContext { struct95 // draws a checkerboard over the layer if that is enabled in the PaintContext. argument