Searched defs:currentPos (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DGradientCache.cpp265 int currentPos = 1; local
272 if (pos > positions[currentPos]) {
274 startPos = positions[currentPos];
276 currentPos++;
278 (this->*split)(colors[currentPos], end);
279 distance = positions[currentPos] - startPos;
/frameworks/av/libvideoeditor/vss/3gpwriter/inc/
H A DM4MP4W_Types.h203 M4OSA_UInt32 currentPos; /* Init to 0 */ member in struct:__anon105
245 M4OSA_UInt32 currentPos ; /* Init to 0*/ member in struct:__anon106
/frameworks/rs/
H A DrsFont.cpp678 float *currentPos = mTextMeshPtr + mCurrentQuadIndex * vertsPerQuad * floatsPerVert; local
689 (*currentPos++) = x1;
690 (*currentPos++) = y1;
691 (*currentPos++) = z1;
692 (*currentPos++) = 0;
693 (*currentPos++) = u1;
694 (*currentPos++) = v1;
696 (*currentPos++) = x2;
697 (*currentPos++) = y2;
698 (*currentPos
[all...]

Completed in 336 milliseconds