Home
last modified time | relevance | path

Searched defs:Paint (Results 1 – 25 of 50) sorted by relevance

12

/third_party/flutter/engine/flutter/lib/ui/painting/
Dpaint.cc25 Paint::Paint(uint32_t encoded_color) { in Paint() function in flutter::Paint
32 Paint::Paint(Dart_Handle paint_objects, Dart_Handle paint_data) { in Paint() function in flutter::Paint
/third_party/flutter/engine/flutter/flow/ohos_layers/
Dbackdrop_filter_layer.cpp16 void BackdropFilterLayer::Paint(const PaintContext& paintContext) const in Paint() function in flutter::OHOS::BackdropFilterLayer
Dshader_mask_layer.cpp14 void ShaderMaskLayer::Paint(const PaintContext& paintContext) const in Paint() function in flutter::OHOS::ShaderMaskLayer
Dfilter_layer.cpp12 void FilterLayer::Paint(const PaintContext& paintContext) const in Paint() function in flutter::OHOS::FilterLayer
Dtexture_layer.cpp19 void TextureLayer::Paint(const PaintContext& paintContext) const in Paint() function in flutter::OHOS::TextureLayer
Dpicture_layer.cpp20 void PictureLayer::Paint(const PaintContext& paintContext) const in Paint() function in flutter::OHOS::PictureLayer
Dclip_rect_layer.cpp27 void ClipRectLayer::Paint(const PaintContext& paintContext) const in Paint() function in flutter::OHOS::ClipRectLayer
Dclip_path_layer.cpp25 void ClipPathLayer::Paint(const PaintContext& paintContext) const in Paint() function in flutter::OHOS::ClipPathLayer
Dclip_rrect_layer.cpp28 void ClipRRectLayer::Paint(const PaintContext& paintContext) const in Paint() function in flutter::OHOS::ClipRRectLayer
Dtransform_layer.cpp24 void TransformLayer::Paint(const PaintContext& paintContext) const in Paint() function in flutter::OHOS::TransformLayer
Dopacity_layer.cpp23 void OpacityLayer::Paint(const PaintContext& paintContext) const in Paint() function in flutter::OHOS::OpacityLayer
Dmask_layer.cpp16 void MaskLayer::Paint(const PaintContext& paintContext) const in Paint() function in flutter::OHOS::MaskLayer
/third_party/flutter/engine/flutter/flow/layers/
Dfilter_layer.cc9 void FilterLayer::Paint(PaintContext& context) const { in Paint() function in flutter::FilterLayer
Dbackdrop_filter_layer.cc14 void BackdropFilterLayer::Paint(PaintContext& context) const { in Paint() function in flutter::BackdropFilterLayer
Dcolor_filter_layer.cc14 void ColorFilterLayer::Paint(PaintContext& context) const { in Paint() function in flutter::ColorFilterLayer
Dshader_mask_layer.cc16 void ShaderMaskLayer::Paint(PaintContext& context) const { in Paint() function in flutter::ShaderMaskLayer
Dplatform_view_layer.cc36 void PlatformViewLayer::Paint(PaintContext& context) const { in Paint() function in flutter::PlatformViewLayer
Dhole_layer.cc23 void HoleLayer::Paint(PaintContext& context) const { in Paint() function in flutter::HoleLayer
Dtexture_layer.cc25 void TextureLayer::Paint(PaintContext& context) const { in Paint() function in flutter::TextureLayer
Dchild_scene_layer.cc24 void ChildSceneLayer::Paint(PaintContext& context) const { in Paint() function in flutter::ChildSceneLayer
Dclip_rect_layer.cc43 void ClipRectLayer::Paint(PaintContext& context) const { in Paint() function in flutter::ClipRectLayer
Dmask_layer.cc12 void MaskLayer::Paint(PaintContext& context) const { in Paint() function in flutter::MaskLayer
Dclip_path_layer.cc50 void ClipPathLayer::Paint(PaintContext& context) const { in Paint() function in flutter::ClipPathLayer
Dclip_rrect_layer.cc44 void ClipRRectLayer::Paint(PaintContext& context) const { in Paint() function in flutter::ClipRRectLayer
/third_party/flutter/engine/flutter/shell/platform/embedder/
Dembedder_external_texture_gl.cc21 void EmbedderExternalTextureGL::Paint(SkCanvas& canvas, in Paint() function in flutter::EmbedderExternalTextureGL

12