Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp643 struct DrawWebView final : Op { struct
644 static const auto kType = Type::DrawWebView;
645 DrawWebView(skiapipeline::FunctorDrawable* drawable) : drawable(sk_ref_sp(drawable)) {} in DrawWebView() function
646 sk_sp<skiapipeline::FunctorDrawable> drawable;
655 static bool needsCompositedLayer(SkCanvas* c) { in needsCompositedLayer()
666 mutable SkImageInfo mLayerImageInfo;
667 mutable sk_sp<SkSurface> mLayerSurface = nullptr;
670 void draw(SkCanvas* c, const SkMatrix&) const { in draw()