Searched defs:lastIndex (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DProgramCache.cpp799 ssize_t lastIndex = 0; local
802 String8 line(str, index - lastIndex);
806 str += (index - lastIndex);
807 lastIndex = index;
H A DPathTessellator.cpp254 const int lastIndex = vertices.size() - 1; local
261 - (vertices[lastIndex].position[0] - vertices[lastIndex - 1].position[0]),
262 vertices[lastIndex].position[1] - vertices[lastIndex - 1].position[1]);
285 vertices[lastIndex].position[0] + endRadialOffset.x,
286 vertices[lastIndex].position[1] + endRadialOffset.y);
316 storeBeginEnd(paintInfo, vertices[lastIndex], lastNormal, buffer, currentIndex, false);
/frameworks/native/libs/binder/
H A DParcel.cpp370 int firstIndex = -1, lastIndex = -2; local
390 lastIndex = i;
393 int numObjects = lastIndex - firstIndex + 1;
425 for (int i = firstIndex; i <= lastIndex; i++) {
/frameworks/base/services/input/
H A DInputReader.cpp5412 uint32_t lastIndex = mCurrentRawPointerData.idToIndex[id]; local
5414 - mLastRawPointerData.pointers[lastIndex].x)
5417 - mLastRawPointerData.pointers[lastIndex].y)

Completed in 536 milliseconds