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

  /frameworks/rs/
rsFont.cpp 336 mCurrentQuadIndex = 0;
403 if (mCurrentQuadIndex != 0) {
405 mCurrentQuadIndex = 0;
665 mMesh->renderPrimitiveRange(mRSC, 0, 0, mCurrentQuadIndex * 6);
678 float *currentPos = mTextMeshPtr + mCurrentQuadIndex * vertsPerQuad * floatsPerVert;
717 mCurrentQuadIndex ++;
719 if (mCurrentQuadIndex == mMaxNumberOfQuads) {
721 mCurrentQuadIndex = 0;
781 if (mCurrentQuadIndex != 0) {
783 mCurrentQuadIndex = 0
    [all...]
rsFont.h 234 uint32_t mCurrentQuadIndex;

Completed in 110 milliseconds