Searched refs:ktxFile (Results 1 – 1 of 1) sorted by relevance
57 SkKTXFile ktxFile(data); in onDecode() local58 if (!ktxFile.valid()) { in onDecode()62 const unsigned short width = ktxFile.width(); in onDecode()63 const unsigned short height = ktxFile.height(); in onDecode()67 const bool bSrcIsPremul = ktxFile.getValueForKey(premulKey) == SkString("True"); in onDecode()74 if (ktxFile.isRGBA8()) { in onDecode()93 if (ktxFile.isCompressedFormat(fmt)) { in onDecode()139 const uint8_t *buf = reinterpret_cast<const uint8_t *>(ktxFile.pixelData()); in onDecode()157 } else if (ktxFile.isCompressedFormat(SkTextureCompressor::kETC1_Format)) { in onDecode()168 const uint8_t *buf = reinterpret_cast<const uint8_t *>(ktxFile.pixelData()); in onDecode()[all …]