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

  /external/skia/src/gpu/
GrTraceMarker.h 73 fCurrentIndex = i.fCurrentIndex;
78 return fCurrentIndex == i.fCurrentIndex && fMarkers == i.fMarkers;
81 const GrGpuTraceMarker& operator*() const { return fMarkers->fMarkerArray[fCurrentIndex]; }
84 ++fCurrentIndex;
91 : fMarkers(markers), fCurrentIndex(index) {
96 int fCurrentIndex;
  /external/skia/src/core/
SkTDynamicHash.h 35 explicit Iter(SkTDynamicHash* hash) : fHash(hash), fCurrentIndex(-1) {
40 SkASSERT(fCurrentIndex <= fHash->fCapacity);
41 return fCurrentIndex == fHash->fCapacity;
49 fCurrentIndex++;
54 T* current() const { return fHash->fArray[fCurrentIndex]; }
57 int fCurrentIndex;
62 explicit ConstIter(const SkTDynamicHash* hash) : fHash(hash), fCurrentIndex(-1) {
67 SkASSERT(fCurrentIndex <= fHash->fCapacity);
68 return fCurrentIndex == fHash->fCapacity;
76 fCurrentIndex++
    [all...]
  /external/guice/lib/build/jdiff/
xerces.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench.texteditor_3.6.1.r361_v20100714-0800.jar 

Completed in 247 milliseconds