Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/libs/hwui/
H A DRecordingCanvas.cpp584 struct DrawAtlas final : Op { struct
585 static const auto kType = Type::DrawAtlas;
586 DrawAtlas(const SkImage* atlas, int count, SkBlendMode mode, const SkSamplingOptions& sampling, in DrawAtlas() argument
597 sk_sp<const SkImage> atlas;
598 int count;
599 SkBlendMode mode;
600 SkSamplingOptions sampling;
601 SkRect cull = kUnset;
602 SkPaint paint;
603 bool has_colors;
[all …]
/aosp_15_r20/external/skia/src/gpu/graphite/text/
H A DTextAtlasManager.cpp321 using DrawAtlas = skgpu::graphite::DrawAtlas; typedef
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DDrawAtlas.cpp78 DrawAtlas::DrawAtlas(SkColorType colorType, size_t bpp, int width, int height, in DrawAtlas() function in skgpu::graphite::DrawAtlas