Home
last modified time | relevance | path

Searched refs:getAlphaType (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/tools/flags/
DCommonFlagsConfig.h81 SkAlphaType getAlphaType() const { return fAlphaType; } in getAlphaType() function
130 SkAlphaType getAlphaType() const { return fAlphaType; } in getAlphaType() function
/third_party/flutter/skia/tools/flags/
DCommonFlagsConfig.h73 SkAlphaType getAlphaType() const { return fAlphaType; } in getAlphaType() function
/third_party/flutter/skia/dm/
DDM.cpp937 gpuConfig->getColorType(), gpuConfig->getAlphaType(), in create_sink()
943 gpuConfig->getColorType(), gpuConfig->getAlphaType(), in create_sink()
949 gpuConfig->getColorType(), gpuConfig->getAlphaType(), in create_sink()
/third_party/flutter/skia/tools/skpbench/
Dskpbench.cpp503 SkImageInfo::Make(width, height, config->getColorType(), config->getAlphaType(), in main()
/third_party/skia/tools/skpbench/
Dskpbench.cpp600 width, height, config->getColorType(), config->getAlphaType(), config->refColorSpace()); in main()
/third_party/skia/dm/
DDMSrcSink.cpp1491 , fAlphaType(config->getAlphaType()) in GPUSink()
2148 , fAlphaType(config->getAlphaType()) in GraphiteSink()