Searched refs:kAllTypes (Results 1 – 2 of 2) sorted by relevance
32 static constexpr auto kAllTypes = SkYUVAPixmapInfo::SupportedDataTypes::All(); in codec_yuv() local36 bool success = codec->queryYUVAInfo(kAllTypes, nullptr); in codec_yuv()42 success = codec->queryYUVAInfo(kAllTypes, &yuvaPixmapInfo); in codec_yuv()
258 constexpr DataTypeSet kAllTypes =266 inline const DataTypeSet& AllTypes() { return kAllTypes; }