HomeSort by relevance Sort by last modified time
    Searched defs:fNextIndex (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/icu/source/common/
rbbiscan.h 100 int32_t fNextIndex; // Index of the next character, which
  /external/icu4c/common/
rbbiscan.h 100 int32_t fNextIndex; // Index of the next character, which
  /external/skia/tests/
skia_test.cpp 61 : fNextIndex(0)
87 const int index = sk_atomic_inc(&fNextIndex);
101 if (fNextIndex == fTotal) {
109 int32_t fNextIndex;
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.h 357 CodeStage() : fNextIndex(0), fCurrentIndex(-1), fEffectStage(NULL) {}
384 codeStage->fCurrentIndex = codeStage->fNextIndex++;
401 int fNextIndex;
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.h 357 CodeStage() : fNextIndex(0), fCurrentIndex(-1), fEffectStage(NULL) {}
384 codeStage->fCurrentIndex = codeStage->fNextIndex++;
401 int fNextIndex;
  /external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 421 , fNextIndex(1) { // set to 1 since returning a zero from find() indicates failure
450 fNextIndex = 1;
473 // findAndReturnFlat set the index to fNextIndex and increased
474 // fNextIndex by one. Reuse the index from the one being
475 // replaced and reset fNextIndex to the proper value.
479 fNextIndex--;
542 const SkFlatData& scratch = this->resetScratch(element, fNextIndex);
569 SkASSERT(detached->index() == fNextIndex);
570 SkASSERT(fSortedData.count() == fNextIndex);
571 SkASSERT(fIndexedData.count() == fNextIndex+1)
    [all...]
  /external/skia/src/core/
SkPictureFlat.h 421 , fNextIndex(1) { // set to 1 since returning a zero from find() indicates failure
450 fNextIndex = 1;
473 // findAndReturnFlat set the index to fNextIndex and increased
474 // fNextIndex by one. Reuse the index from the one being
475 // replaced and reset fNextIndex to the proper value.
479 fNextIndex--;
542 const SkFlatData& scratch = this->resetScratch(element, fNextIndex);
569 SkASSERT(detached->index() == fNextIndex);
570 SkASSERT(fSortedData.count() == fNextIndex);
571 SkASSERT(fIndexedData.count() == fNextIndex+1)
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 213 milliseconds