Home
last modified time | relevance | path

Searched defs:DrawWebView (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp652 struct DrawWebView final : Op { struct
653 static const auto kType = Type::DrawWebView;
654 DrawWebView(skiapipeline::FunctorDrawable* drawable) : drawable(sk_ref_sp(drawable)) {} in DrawWebView() argument
655 sk_sp<skiapipeline::FunctorDrawable> drawable;
664 static bool needsCompositedLayer(SkCanvas* c) { in needsCompositedLayer()
675 mutable SkImageInfo mLayerImageInfo;
676 mutable sk_sp<SkSurface> mLayerSurface = nullptr;
679 void draw(SkCanvas* c, const SkMatrix&) const { in draw()