Searched defs:currentIndex (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/libs/hwui/
H A DPathParser.cpp57 int currentIndex = start; local
62 for (; currentIndex < end; currentIndex++) {
65 char currentChar = s[currentIndex];
73 if (currentIndex != start && !isPrevExponential) {
98 *outEndPosition = currentIndex;
H A DPathTessellator.cpp187 int currentIndex = 0; local
193 buffer[currentIndex++] = perimeter[srcAindex];
195 buffer[currentIndex++] = perimeter[srcBindex];
212 int currentIndex = 0; local
225 Vertex::set(&buffer[currentIndex++],
229 Vertex::set(&buffer[currentIndex++],
238 buffer[currentIndex++] = buffer[0];
239 buffer[currentIndex++] = buffer[1];
245 const Vector2& normal, Vertex* buffer, int& currentIndex, bool begin) {
255 Vertex::set(&buffer[currentIndex
244 storeBeginEnd(const PaintInfo& paintInfo, const Vertex& center, const Vector2& normal, Vertex* buffer, int& currentIndex, bool begin) argument
307 int currentIndex = extra; local
353 int currentIndex = 0; local
[all...]
H A DSpotShadow.cpp621 int currentIndex = (i + offset) % polygonLength; local
622 float currentLengthSquared = (pivot - polygon[currentIndex]).lengthSquared();
628 resultIndex = currentIndex;
657 int currentIndex = (i + startPolyIndex) % polyLength; local
658 const Vector2& currentToCentroid = polyToCentroid[currentIndex];
659 const Vector2& nextToCentroid = polyToCentroid[(currentIndex + 1) % polyLength];
665 ALOGD("findPolyIndex loop %d times , index %d", i, currentIndex );
667 return currentIndex;
/frameworks/native/services/sensorservice/
H A DSensorService.cpp471 int currentIndex = (mNextSensorRegIndex - 1 + SENSOR_REGISTRATIONS_BUF_SIZE) % local
473 const int startIndex = currentIndex;
475 const SensorRegistrationInfo& reg_info = mLastNSensorRegistrations[currentIndex];
478 currentIndex = (currentIndex - 1 + SENSOR_REGISTRATIONS_BUF_SIZE) %
483 currentIndex = (currentIndex - 1 + SENSOR_REGISTRATIONS_BUF_SIZE) %
485 } while(startIndex != currentIndex);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawableContainer.java927 final boolean setLayoutDirection(int layoutDirection, int currentIndex) { argument
937 if (i == currentIndex) {
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java3048 private static int tryGetTrunkPrefixOmittedIndex(String str, int currentIndex) { argument
3050 for (int i = currentIndex ; i < length ; i++) {
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp279 int currentIndex = startIndex; local
281 String8 part = parts[currentIndex];
349 return ++currentIndex;
354 if (++currentIndex == size) {
358 return currentIndex;
361 part = parts[currentIndex];
364 if (++currentIndex == size) {
370 return currentIndex;
/frameworks/native/services/inputflinger/
H A DInputReader.cpp6253 uint32_t currentIndex = mCurrentRawState.rawPointerData.idToIndex[id]; local
6257 deltaX = (mCurrentRawState.rawPointerData.pointers[currentIndex].x
6260 deltaY = (mCurrentRawState.rawPointerData.pointers[currentIndex].y
6278 mCurrentCookedState.cookedPointerData.pointerCoords[currentIndex]);
6285 mCurrentCookedState.cookedPointerData.pointerProperties[currentIndex].toolType;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 246 milliseconds