5#include "flutter/shell/platform/embedder/tests/embedder_test_compositor_metal.h"
9#include "flutter/fml/logging.h"
10#include "flutter/shell/platform/embedder/tests/embedder_assertions.h"
24bool EmbedderTestCompositorMetal::UpdateOffscrenComposition(
26 size_t layers_count) {
42 FML_LOG(
ERROR) <<
"Could not update the off-screen composition.";
46 auto canvas =
surface->getCanvas();
52 for (
size_t i = 0;
i < layers_count; ++
i) {
53 const auto* layer = layers[
i];
60 switch (layer->type) {
63 reinterpret_cast<SkSurface*
>(layer->backing_store->user_data)
64 ->makeImageSnapshot();
78 FML_LOG(
ERROR) <<
"Could not snapshot layer in test compositor: "
88 canvas->drawImage(layer_image.
get(), canvas_offset.
x(),
96 FML_LOG(
ERROR) <<
"Could not update the contents of the sub-composition.";
105 callback(std::move(last_composition_snapshot));
@ kTopLeft_GrSurfaceOrigin
constexpr SkColor SK_ColorTRANSPARENT
sk_sp< SkImage > makeRasterImage(GrDirectContext *, CachingHint cachingHint=kDisallow_CachingHint) const
NextSceneCallback next_scene_callback_
const SkISize surface_size_
sk_sp< GrDirectContext > context_
sk_sp< SkImage > last_composition_
PlatformViewRendererCallback platform_view_renderer_callback_
@ kFlutterLayerContentTypePlatformView
Indicates that the contents of this layer are determined by the embedder.
@ kFlutterLayerContentTypeBackingStore
FlKeyEvent uint64_t FlKeyResponderAsyncCallback callback
#define FML_LOG(severity)
#define FML_CHECK(condition)
SK_API sk_sp< SkSurface > RenderTarget(GrRecordingContext *context, skgpu::Budgeted budgeted, const SkImageInfo &imageInfo, int sampleCount, GrSurfaceOrigin surfaceOrigin, const SkSurfaceProps *surfaceProps, bool shouldCreateWithMips=false, bool isProtected=false)
constexpr int32_t y() const
static constexpr SkIPoint Make(int32_t x, int32_t y)
constexpr int32_t x() const
static SkImageInfo MakeN32Premul(int width, int height)