Home
last modified time | relevance | path

Searched refs:fPixelWidth (Results 1 – 2 of 2) sorted by relevance

/external/skia/third_party/ktx/
Dktx.h47 int width() const { return static_cast<int>(fHeader.fPixelWidth); } in width()
85 uint32_t fPixelWidth; member
Dktx.cpp220 fHeader.fPixelWidth = this->readInt(&buf, &bytesLeft); in readKTXFile()
261 if (fHeader.fPixelWidth <= 0 || fHeader.fPixelHeight <= 0) { in readKTXFile()
390 hdr.fPixelWidth = width; in WriteETC1ToKTX()
488 hdr.fPixelWidth = width; in WriteBitmapToKTX()