Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.cpp476 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, mCacheWidth, mCacheHeight, in cacheBitmap()
477 mCacheBuffer, mCacheWidth*mCacheHeight, mCacheWidth); in cacheBitmap()
550 mCacheWidth = 1024; in initTextTexture()
551 … ObjectBaseRef<Type> texType = Type::getTypeRef(mRSC, alphaElem.get(), mCacheWidth, mCacheHeight); in initTextTexture()
553 mCacheBuffer = new uint8_t[mCacheWidth * mCacheHeight]; in initTextTexture()
DrsFont.h218 uint32_t mCacheWidth; variable