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

  /frameworks/base/libs/hwui/
FontRenderer.cpp 623 const uint32_t floatsPerVert = 5;
624 float* currentPos = mTextMeshPtr + mCurrentQuadIndex * vertsPerQuad * floatsPerVert;
  /frameworks/base/libs/rs/
rsFont.cpp 654 const uint32_t floatsPerVert = 5;
655 float *currentPos = mTextMeshPtr + mCurrentQuadIndex * vertsPerQuad * floatsPerVert;

Completed in 25 milliseconds