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

  /frameworks/base/libs/hwui/font/
CacheTexture.cpp 127 mHasUnpackRowLength = mCaches.extensions().hasUnpackRowLength();
207 uint32_t x = mHasUnpackRowLength ? dirtyRect.left : 0;
209 uint32_t width = mHasUnpackRowLength ? dirtyRect.getWidth() : getWidth();
214 if (mHasUnpackRowLength) {
221 return mHasUnpackRowLength;
CacheTexture.h 195 bool mHasUnpackRowLength;

Completed in 1954 milliseconds