#include <gpu_surface_vulkan_impeller.h>
◆ GPUSurfaceVulkanImpeller()
Definition at line 53 of file gpu_surface_vulkan_impeller.cc.
56 : delegate_(delegate) {
57 if (!context || !context->IsValid()) {
58 return;
59 }
60
61 auto aiks_context = std::make_shared<impeller::AiksContext>(
63 if (!aiks_context->IsValid()) {
64 return;
65 }
66
67 impeller_context_ = std::move(context);
68 aiks_context_ = std::move(aiks_context);
69 is_valid_ = !!aiks_context_;
70}
static std::shared_ptr< TypographerContext > Make()
References impeller::TypographerContextSkia::Make().
◆ ~GPUSurfaceVulkanImpeller()
| flutter::GPUSurfaceVulkanImpeller::~GPUSurfaceVulkanImpeller |
( |
| ) |
|
|
overridedefault |
◆ IsValid()
| bool flutter::GPUSurfaceVulkanImpeller::IsValid |
( |
| ) |
|
|
overridevirtual |
The documentation for this class was generated from the following files: