Searched refs:mCacheHeight (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/ |
D | rsFont.cpp | 477 RS_ALLOCATION_CUBEMAP_FACE_POSITIVE_X, mCacheWidth, mCacheHeight, in cacheBitmap() 478 mCacheBuffer, mCacheWidth*mCacheHeight, mCacheWidth); in cacheBitmap() 551 mCacheHeight = 256; in initTextTexture() 554 mCacheWidth, mCacheHeight, 0, false, false, 0); in initTextTexture() 555 mCacheBuffer = new uint8_t[mCacheWidth * mCacheHeight]; in initTextTexture()
|
D | rsFont.h | 219 uint32_t mCacheHeight; variable
|