Home
last modified time | relevance | path

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

/third_party/flutter/skia/tools/skqp/src/
Dskqp_model.h26 constexpr SkAlphaType kAlphaType = kUnpremul_SkAlphaType; variable
/third_party/skia/tools/skqp/src/
Dskqp_model.h26 constexpr SkAlphaType kAlphaType = kUnpremul_SkAlphaType; variable
/third_party/flutter/skia/src/gpu/
DGrResourceProvider.cpp196 static constexpr auto kAlphaType = kUnpremul_SkAlphaType; in createTexture() local