Home
last modified time | relevance | path

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

/frameworks/rs/
DrsFont.cpp121 uint32_t cacheWidth = state->getCacheTextureType()->getDimX(); in drawCachedGlyph()
273 uint32_t cacheWidth = state->getCacheTextureType()->getDimX(); in updateGlyphCache()
274 uint32_t cacheHeight = state->getCacheTextureType()->getDimY(); in updateGlyphCache()
459 uint32_t cacheWidth = getCacheTextureType()->getDimX(); in cacheBitmap()
DrsFont.h226 const Type* getCacheTextureType() { in getCacheTextureType() function