Searched defs:currentRow (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/libs/hwui/ |
H A D | FontRenderer.h | 244 CacheTextureLine(uint16_t maxWidth, uint16_t maxHeight, uint32_t currentRow, argument 248 mCurrentRow(currentRow),
|
/frameworks/base/libs/rs/ |
H A D | rsFont.h | 172 CacheTextureLine(uint32_t maxHeight, uint32_t maxWidth, uint32_t currentRow, uint32_t currentCol) argument 173 : mMaxHeight(maxHeight), mMaxWidth(maxWidth), mCurrentRow(currentRow),
|
Completed in 5 milliseconds