Searched defs:DrawAtlas (Results 1 – 3 of 3) sorted by relevance
584 struct DrawAtlas final : Op { struct585 static const auto kType = Type::DrawAtlas;586 DrawAtlas(const SkImage* atlas, int count, SkBlendMode mode, const SkSamplingOptions& sampling, in DrawAtlas() argument597 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 …]
321 using DrawAtlas = skgpu::graphite::DrawAtlas; typedef
78 DrawAtlas::DrawAtlas(SkColorType colorType, size_t bpp, int width, int height, in DrawAtlas() function in skgpu::graphite::DrawAtlas