Searched defs:currentRow (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DFontRenderer.h244 CacheTextureLine(uint16_t maxWidth, uint16_t maxHeight, uint32_t currentRow, argument
248 mCurrentRow(currentRow),
/frameworks/base/libs/rs/
H A DrsFont.h172 CacheTextureLine(uint32_t maxHeight, uint32_t maxWidth, uint32_t currentRow, uint32_t currentCol) argument
173 : mMaxHeight(maxHeight), mMaxWidth(maxWidth), mCurrentRow(currentRow),

Completed in 725 milliseconds