HomeSort by relevance Sort by last modified time
    Searched refs:fPixelHeight (Results 1 - 2 of 2) sorted by null

  /external/skia/third_party/ktx/
ktx.h 48 int height() const { return static_cast<int>(fHeader.fPixelHeight); }
86 uint32_t fPixelHeight;
ktx.cpp 221 fHeader.fPixelHeight = this->readInt(&buf, &bytesLeft);
261 if (fHeader.fPixelWidth <= 0 || fHeader.fPixelHeight <= 0) {
391 hdr.fPixelHeight = height;
489 hdr.fPixelHeight = height;

Completed in 166 milliseconds