Searched refs:currIndex (Results 1 – 11 of 11) sorted by relevance
318 Index currIndex = null; // The entry which is emitted in emitIndexEntries() local322 if (currIndex == null) { in emitIndexEntries()323 currIndex = nextIndex; // Prime the pump in emitIndexEntries()325 if (nextIndex.name_.compareTo(currIndex.name_) == 0) { in emitIndexEntries()332 oldsw = emitIndexEntry(currIndex, oldsw, multipleMarker); in emitIndexEntries()336 oldsw = emitIndexEntry(currIndex, oldsw, multipleMarker); in emitIndexEntries()339 currIndex = nextIndex; in emitIndexEntries()345 if (currIndex != null) in emitIndexEntries()346 oldsw = emitIndexEntry(currIndex, oldsw, multipleMarker); in emitIndexEntries()377 Index currIndex = (Index)(iter.next()); in emitMissingSinces() local[all …]
180 int currIndex = 0; in SkIsConvexPolygon() local183 SkVector v0 = polygonVerts[currIndex] - polygonVerts[prevIndex]; in SkIsConvexPolygon()184 SkVector v1 = polygonVerts[nextIndex] - polygonVerts[currIndex]; in SkIsConvexPolygon()185 SkVector w0 = polygonVerts[currIndex] - origin; in SkIsConvexPolygon()211 prevIndex = currIndex; in SkIsConvexPolygon()212 currIndex = nextIndex; in SkIsConvexPolygon()213 nextIndex = (currIndex + 1) % polygonSize; in SkIsConvexPolygon()215 v1 = polygonVerts[nextIndex] - polygonVerts[currIndex]; in SkIsConvexPolygon()423 int currIndex = 0; in SkInsetConvexPolygon() local428 (*insetPolygon)[currIndex], in SkInsetConvexPolygon()[all …]
191 int currIndex = 0; in SkIsConvexPolygon() local194 SkVector v0 = polygonVerts[currIndex] - polygonVerts[prevIndex]; in SkIsConvexPolygon()195 SkVector v1 = polygonVerts[nextIndex] - polygonVerts[currIndex]; in SkIsConvexPolygon()196 SkVector w0 = polygonVerts[currIndex] - origin; in SkIsConvexPolygon()222 prevIndex = currIndex; in SkIsConvexPolygon()223 currIndex = nextIndex; in SkIsConvexPolygon()224 nextIndex = (currIndex + 1) % polygonSize; in SkIsConvexPolygon()226 v1 = polygonVerts[nextIndex] - polygonVerts[currIndex]; in SkIsConvexPolygon()447 int currIndex = 0; in SkInsetConvexPolygon() local452 (*insetPolygon)[currIndex], in SkInsetConvexPolygon()[all …]
126 private int currIndex; field in TextElementIteratorsFactory.ComposedIterator130 currIndex = 0; in ComposedIterator()135 if (currIndex >= elements.size()) { in hasNext()138 if (elements.get(currIndex).hasNext()){ in hasNext()141 currIndex++; in hasNext()150 return elements.get(currIndex).next(); in next()155 elements.get(currIndex).remove(); in remove()
331 int32_t currIndex; member379 if (((Context *)en->context)->currIndex < fCSRecognizers_size) { in enumNext()382 currName = fCSRecognizers[((Context *)en->context)->currIndex]->recognizer->getName(); in enumNext()383 ((Context *)en->context)->currIndex++; in enumNext()389 … while (currName == NULL && ((Context *)en->context)->currIndex < fCSRecognizers_size) { in enumNext()390 if (enabledArray[((Context *)en->context)->currIndex]) { in enumNext()391 … currName = fCSRecognizers[((Context *)en->context)->currIndex]->recognizer->getName(); in enumNext()393 ((Context *)en->context)->currIndex++; in enumNext()397 … while (currName == NULL && ((Context *)en->context)->currIndex < fCSRecognizers_size) { in enumNext()398 if (fCSRecognizers[((Context *)en->context)->currIndex]->isDefaultEnabled) { in enumNext()[all …]
40 int32_t currIndex; member69 if(cont->currIndex >= cont->maxIndex) { in chArrayUNext()77 cont->currChar = (cont->array)[cont->currIndex]; in chArrayUNext()80 cont->currIndex++; in chArrayUNext()87 if(cont->currIndex >= cont->maxIndex) { in chArrayNext()91 cont->currChar = (cont->array)[cont->currIndex]; in chArrayNext()93 cont->currIndex++; in chArrayNext()100 cont->currIndex = 0; in chArrayReset()150 int32_t currIndex; member174 if(ucont->currIndex >= ucont->maxIndex) { in uchArrayUNext()[all …]
65 int currIndex = 0; in DrawShipView() local71 fTex[currIndex] = SkRect::MakeLTRB(0.0f, 0.0f, in DrawShipView()74 fXform[currIndex] = SkRSXform::MakeFromRadians(0.1f, SK_ScalarPI*0.5f, in DrawShipView()76 currIndex++; in DrawShipView()79 fTex[currIndex] = SkRect::MakeLTRB(0.0f, 0.0f, in DrawShipView()82 fXform[currIndex] = SkRSXform::MakeFromRadians(0.5f, SK_ScalarPI*0.5f, in DrawShipView()
64 int currIndex = 0; in DrawShipView() local70 fTex[currIndex] = SkRect::MakeLTRB(0.0f, 0.0f, in DrawShipView()73 fXform[currIndex] = SkRSXform::MakeFromRadians(0.1f, SK_ScalarPI*0.5f, in DrawShipView()75 currIndex++; in DrawShipView()78 fTex[currIndex] = SkRect::MakeLTRB(0.0f, 0.0f, in DrawShipView()81 fXform[currIndex] = SkRSXform::MakeFromRadians(0.5f, SK_ScalarPI*0.5f, in DrawShipView()
META-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API ...
2381 int32_t currIndex = 0; in ucurr_forLocaleAndDate() local2452 currIndex++; in ucurr_forLocaleAndDate()2453 if (currIndex == index) in ucurr_forLocaleAndDate()2465 currIndex++; in ucurr_forLocaleAndDate()2466 if (currIndex == index) in ucurr_forLocaleAndDate()
META-INF/MANIFEST.MF META-INF/ com/ com/github/ com/ ...