HomeSort by relevance Sort by last modified time
    Searched defs:mCurrentCol (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/rs/
rsFont.h 169 uint32_t mCurrentCol;
174 mCurrentCol(currentCol), mDirty(false) {
  /frameworks/base/libs/hwui/
FontRenderer.h 241 uint32_t mCurrentCol;
249 mCurrentCol(currentCol),
258 if (mCurrentCol + glyph.fWidth + 2 < mMaxWidth) {
259 *retOriginX = mCurrentCol + 1;
261 mCurrentCol += glyph.fWidth + 2;

Completed in 33 milliseconds