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

  /external/chromium_org/third_party/skia/src/core/
SkPictureFlat.h 363 fNextIndex = 1;
371 SkASSERT(fIndexedData.count() == fNextIndex);
372 SkASSERT(fHash.count() == fNextIndex - 1);
373 return fNextIndex - 1;
421 // findAndReturnMutableFlat gave us index (fNextIndex-1), but we'll use the old one.
423 fNextIndex--;
507 const SkFlatData& scratch = this->resetScratch(element, fNextIndex);
514 *fIndexedData.insert(fNextIndex) = detached;
515 fNextIndex++;
577 int fNextIndex;
    [all...]
  /external/skia/src/core/
SkPictureFlat.h 363 fNextIndex = 1;
371 SkASSERT(fIndexedData.count() == fNextIndex);
372 SkASSERT(fHash.count() == fNextIndex - 1);
373 return fNextIndex - 1;
421 // findAndReturnMutableFlat gave us index (fNextIndex-1), but we'll use the old one.
423 fNextIndex--;
507 const SkFlatData& scratch = this->resetScratch(element, fNextIndex);
514 *fIndexedData.insert(fNextIndex) = detached;
515 fNextIndex++;
577 int fNextIndex;
    [all...]
  /external/skia/tests/
skia_test.cpp 60 : fNextIndex(0)
87 fNextIndex++;
89 SkDebugf("[%3d/%3d] (%d) %s\n", fNextIndex, fTotal, fPending, test->getName());
103 if (fNextIndex == fTotal) {
111 SkMutex fStartEndMutex; // Guards fNextIndex and fPending.
112 int32_t fNextIndex;
  /external/chromium_org/third_party/icu/source/common/
rbbiscan.cpp 103 fNextIndex = 0;
259 n->fFirstPos = fNextIndex; // move past the '='
424 n->fLastPos = fNextIndex;
435 n->fLastPos = fNextIndex;
445 n->fLastPos = fNextIndex;
456 n->fLastPos = fNextIndex;
471 n->fLastPos = fNextIndex;
796 if (fNextIndex >= fRB->fRules.length()) {
799 ch = fRB->fRules.char32At(fNextIndex);
800 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1)
    [all...]
rbbiscan.h 100 int32_t fNextIndex; // Index of the next character, which
  /external/icu4c/common/
rbbiscan.cpp 103 fNextIndex = 0;
260 n->fFirstPos = fNextIndex; // move past the '='
425 n->fLastPos = fNextIndex;
436 n->fLastPos = fNextIndex;
446 n->fLastPos = fNextIndex;
457 n->fLastPos = fNextIndex;
472 n->fLastPos = fNextIndex;
797 if (fNextIndex >= fRB->fRules.length()) {
800 ch = fRB->fRules.char32At(fNextIndex);
801 fNextIndex = fRB->fRules.moveIndex32(fNextIndex, 1)
    [all...]
rbbiscan.h 100 int32_t fNextIndex; // Index of the next character, which
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLShaderBuilder.h 260 CodeStage() : fNextIndex(0), fCurrentIndex(-1), fEffectStage(NULL) {}
287 codeStage->fCurrentIndex = codeStage->fNextIndex++;
304 int fNextIndex;
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.h 260 CodeStage() : fNextIndex(0), fCurrentIndex(-1), fEffectStage(NULL) {}
287 codeStage->fCurrentIndex = codeStage->fNextIndex++;
304 int fNextIndex;
  /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 224 milliseconds