Home
last modified time | relevance | path

Searched refs:FunctorDrawable (Results 1 – 12 of 12) sorted by relevance

/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DVkFunctorDrawable.h32 class VkFunctorDrawHandler : public FunctorDrawable::GpuDrawHandler {
54 class VkFunctorDrawable : public FunctorDrawable {
56 using FunctorDrawable::FunctorDrawable;
63 std::unique_ptr<FunctorDrawable::GpuDrawHandler> onSnapGpuDrawHandler(
H A DGLFunctorDrawable.h32 class GLFunctorDrawable : public FunctorDrawable {
34 using FunctorDrawable::FunctorDrawable;
H A DVkInteropFunctorDrawable.h34 class VkInteropFunctorDrawable : public FunctorDrawable {
36 using FunctorDrawable::FunctorDrawable;
H A DFunctorDrawable.h35 class FunctorDrawable : public SkDrawable {
39 FunctorDrawable(int functor, SkCanvas* canvas) in FunctorDrawable() function
43 virtual ~FunctorDrawable() {} in ~FunctorDrawable()
H A DSkiaDisplayList.h46 class FunctorDrawable; variable
169 std::deque<FunctorDrawable*> mChildFunctors;
H A DTransformCanvas.cpp54 if (drawableName == nullptr || strcmp(drawableName, FunctorDrawable::TYPE_NAME) != 0) { in onDrawDrawable()
H A DVkFunctorDrawable.cpp124 std::unique_ptr<FunctorDrawable::GpuDrawHandler> VkFunctorDrawable::onSnapGpuDrawHandler( in onSnapGpuDrawHandler()
H A DDumpOpsCanvas.h143 FunctorDrawable* getFunctorDrawable(SkDrawable* drawable) { in getFunctorDrawable()
H A DVkInteropFunctorDrawable.cpp195 FunctorDrawable::syncFunctor(data); in syncFunctor()
H A DSkiaRecordingCanvas.cpp181 FunctorDrawable* functorDrawable; in drawWebViewFunctor()
/aosp14/frameworks/base/libs/hwui/
H A DRecordingCanvas.h50 class FunctorDrawable; variable
184 void drawWebView(skiapipeline::FunctorDrawable*);
267 void drawWebView(skiapipeline::FunctorDrawable*);
H A DRecordingCanvas.cpp645 DrawWebView(skiapipeline::FunctorDrawable* drawable) : drawable(sk_ref_sp(drawable)) {} in DrawWebView()
646 sk_sp<skiapipeline::FunctorDrawable> drawable;
915 void DisplayListData::drawWebView(skiapipeline::FunctorDrawable* drawable) { in drawWebView()
1258 void RecordingCanvas::drawWebView(skiapipeline::FunctorDrawable* drawable) { in drawWebView()