Lines Matching refs:height
64 const unsigned short height = ktxFile.height();
71 SkScaledBitmapSampler sampler(width, height, this->getSampleSize());
135 int nPixels = width * height;
142 outRGBDataPtr, width, buf, width, height, ktxCompressedFormat)) {
164 int nPixels = width * height;
171 outRGBDataPtr, width*3, buf, width, height, SkTextureCompressor::kETC1_Format)) {
292 etc1_uint32 height = etc1_pkm_get_height(bytes);
296 if (width == 0 || (width & 3) != 0 || height == 0 || (height & 3) != 0) {
303 return SkKTXFile::WriteETC1ToKTX(stream, bytes, width, height);