Searched refs:fEnd (Results 1 - 15 of 15) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dsfwdchit.cpp33 fEnd = fStart+fLen;
54 fEnd = fStart+fLen;
60 fEnd = fStart + fLen;
107 if(fCurrent == fEnd) {
119 return fCurrent < fEnd;
H A Dsfwdchit.h71 UChar *fStart, *fEnd, *fCurrent; member in class:SimpleFwdCharIterator
/external/skia/src/core/
H A DSkDeque.cpp16 char* fEnd; // end of used section in this chunk member in struct:SkDeque::Block
24 fBegin = fEnd = NULL;
83 first->fEnd = first->fStop;
126 end = last->fEnd + fElemSize;
137 last->fEnd = end;
168 SkASSERT(begin <= first->fEnd);
170 if (begin < fFrontBlock->fEnd) {
175 first->fBegin = first->fEnd = NULL; // mark as empty
193 if (last->fEnd == NULL) { // we were marked empty from before
201 char* end = last->fEnd
[all...]
/external/skia/src/gpu/gl/
H A DGrGLNameAllocator.cpp13 * names within the half-open range [fFirst, fEnd). The inner nodes can be
16 * is fEnd - 1.
34 GrGLuint end() const { return fEnd; }
50 * range [fFirst, fEnd).
98 * the very beginning or very end of the range, the boundaries [fFirst, fEnd)
118 GrGLuint fEnd; member in class:GrGLNameAllocator::SparseNameRange
173 SkASSERT(fEnd + count > fEnd); // Check for integer wrap.
175 SkASSERT(fRight->end() == fEnd + count);
262 fEnd
[all...]
/external/skia/experimental/PdfViewer/
H A DSkPdfConfig.h88 const unsigned char* fEnd; member in struct:SkPdfInputStream
/external/skia/src/pathops/
H A DSkOpAngle.cpp71 lh->fStart->t(), lh->fEnd->t(),
72 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(),
74 rh->fStart->t(), rh->fEnd->t());
91 lh->fStart->t(), lh->fEnd->t(),
92 segment()->debugID(), debugID(), fSectorStart, fSectorEnd, fStart->t(), fEnd->t(),
94 rh->fStart->t(), rh->fEnd->t());
182 int lineStart = fStart->t() < fEnd->t() ? 0 : 1;
330 bool stepUp = fStart->t() < fEnd->t();
331 const SkOpSpanBase* checkEnd = fEnd;
357 SkOpSpanBase* computedEnd = stepUp ? checkEnd ? checkEnd->prev() : fEnd
[all...]
H A DSkOpAngle.h68 return fEnd;
133 SkOpSpanBase* fEnd; member in struct:SkOpAngle
/external/skia/src/effects/gradients/
H A DSkLinearGradient.h49 const SkPoint fEnd; member in class:SkLinearGradient
H A DSkLinearGradient.cpp60 , fEnd(pts[1]) {
78 buffer.writePoint(fEnd);
284 info->fPoint[1] = fEnd;
609 str->appendf(" end: (%f, %f) ", fEnd.fX, fEnd.fY);
/external/skia/src/pdf/
H A DSkPDFFont.cpp421 uint16_t fEnd; member in struct:BFRange
456 cmap->writeHexAsText(bfrange[i + j].fEnd, 4);
531 i == currentRangeEntry.fEnd + 1 &&
537 if (currentRangeEntry.fEnd > currentRangeEntry.fStart) {
548 currentRangeEntry.fEnd = i;
/external/skia/tests/
H A DPathOpsDebug.cpp732 SkASSERT(fStart->t() != fEnd->t());
733 return fStart->t() < fEnd->t() ? -1 : 1;
748 const SkOpSpan& mSpan = *fStart->starter(fEnd);
763 fEnd->t(), fEnd->debugID());
/external/v8/tools/
H A Dtickprocessor.js323 name, startAddr, endAddr, function(fName, fStart, fEnd) {
324 self.profile_.addStaticCode(fName, fStart, fEnd);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1400 milliseconds