Searched refs:kPng (Results 1 – 12 of 12) sorted by relevance
22 static const char* kPng = "png"; variable33 { SkEncodedImageFormat::kPNG, 100, kPng},65 if (rec.name == kPng && bm.colorType() == kRGB_565_SkColorType) { in DEF_TEST()83 if (rec.name == kPng || rec.name == kWebpLossless) { in DEF_TEST()
584 enum class PredictorType : uint8_t { kNone, kFlate, kPng }; enumerator587 return PredictorType::kPng; in GetPredictor()728 case PredictorType::kPng: in GetNextLineWithPredictedPitch()756 case PredictorType::kPng: in GetNextLineWithoutPredictedPitch()836 case PredictorType::kPng: in FlateOrLZWDecode()
82 kPng enumerator
38 BRILLO_EXPORT extern const char kPng[]; // image/png
27 const char mime::image::kPng[] = "image/png"; member in brillo::mime::image
115 if (!fBmhParser->exampleToScript(example, BmhParser::ExampleOptions::kPng, &result)) { in pngOut()
25 kPng, enumerator
1070 if (ExampleOptions::kPng == exampleOptions) { in exampleToScript()
243 if (file_type == amber::BufferDataFileType::kPng) in LoadBufferData()
369 if (file_type == amber::BufferDataFileType::kPng) { in LoadBufferData()
1245 ASSERT_EQ(static_cast<uint8_t>(amber::BufferDataFileType::kPng), in TEST_F()
2283 BufferDataFileType file_type = BufferDataFileType::kPng; in ParseBufferInitializerFile()