Home
last modified time | relevance | path

Searched refs:mCurrentRow (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/rs/
H A DrsFont.h169 uint32_t mCurrentRow; member
174 : mMaxHeight(maxHeight), mMaxWidth(maxWidth), mCurrentRow(currentRow), in CacheTextureLine()
H A DrsFont.cpp847 *retOriginY = mCurrentRow; in fitBitmap()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DKeyboardBuilder.java148 private KeyboardRow mCurrentRow = null; field in KeyboardBuilder
836 mCurrentRow = row; in startRow()
842 if (mCurrentRow == null) { in endRow()
851 mCurrentRow = null; in endRow()