Home
last modified time | relevance | path

Searched refs:fEnd (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/skia/src/core/
DSkDeque.cpp16 char* fEnd; // end of used section in this chunk member
24 fBegin = fEnd = NULL; in init()
83 first->fEnd = first->fStop; in push_front()
126 end = last->fEnd + fElemSize; in push_back()
137 last->fEnd = end; in push_back()
168 SkASSERT(begin <= first->fEnd); in pop_front()
170 if (begin < fFrontBlock->fEnd) { in pop_front()
175 first->fBegin = first->fEnd = NULL; // mark as empty in pop_front()
193 if (last->fEnd == NULL) { // we were marked empty from before in pop_back()
201 char* end = last->fEnd - fElemSize; in pop_back()
[all …]
/external/skia/src/core/
DSkDeque.cpp16 char* fEnd; // end of used section in this chunk member
24 fBegin = fEnd = NULL; in init()
83 first->fEnd = first->fStop; in push_front()
126 end = last->fEnd + fElemSize; in push_back()
137 last->fEnd = end; in push_back()
168 SkASSERT(begin <= first->fEnd); in pop_front()
170 if (begin < fFrontBlock->fEnd) { in pop_front()
175 first->fBegin = first->fEnd = NULL; // mark as empty in pop_front()
193 if (last->fEnd == NULL) { // we were marked empty from before in pop_back()
201 char* end = last->fEnd - fElemSize; in pop_back()
[all …]
/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLNameAllocator.cpp34 GrGLuint end() const { return fEnd; } in end()
118 GrGLuint fEnd; member in GrGLNameAllocator::SparseNameRange
173 SkASSERT(fEnd + count > fEnd); // Check for integer wrap. in appendNames()
175 SkASSERT(fRight->end() == fEnd + count); in appendNames()
262 fEnd = fRight->end(); in updateStats()
279 fEnd = end; in ContiguousNameRange()
289 *removedCount = fEnd - fFirst; in removeLeftmostContiguousRange()
294 SkASSERT(fEnd + count > fEnd); // Check for integer wrap. in appendNames()
295 GrGLuint name = fEnd; in appendNames()
296 fEnd += count; in appendNames()
[all …]
/external/skia/src/gpu/gl/
DGrGLNameAllocator.cpp34 GrGLuint end() const { return fEnd; } in end()
118 GrGLuint fEnd; member in GrGLNameAllocator::SparseNameRange
173 SkASSERT(fEnd + count > fEnd); // Check for integer wrap. in appendNames()
175 SkASSERT(fRight->end() == fEnd + count); in appendNames()
262 fEnd = fRight->end(); in updateStats()
279 fEnd = end; in ContiguousNameRange()
289 *removedCount = fEnd - fFirst; in removeLeftmostContiguousRange()
294 SkASSERT(fEnd + count > fEnd); // Check for integer wrap. in appendNames()
295 GrGLuint name = fEnd; in appendNames()
296 fEnd += count; in appendNames()
[all …]
/external/chromium_org/third_party/icu/source/test/intltest/
Dsfwdchit.cpp33 fEnd = fStart+fLen;
54 fEnd = fStart+fLen; in SimpleFwdCharIterator()
60 fEnd = fStart + fLen; in SimpleFwdCharIterator()
107 if(fCurrent == fEnd) { in nextPostInc()
119 return fCurrent < fEnd; in hasNext()
Dsfwdchit.h71 UChar *fStart, *fEnd, *fCurrent; variable
/external/icu/icu4c/source/test/intltest/
Dsfwdchit.cpp33 fEnd = fStart+fLen;
54 fEnd = fStart+fLen; in SimpleFwdCharIterator()
60 fEnd = fStart + fLen; in SimpleFwdCharIterator()
107 if(fCurrent == fEnd) { in nextPostInc()
119 return fCurrent < fEnd; in hasNext()
Dsfwdchit.h71 UChar *fStart, *fEnd, *fCurrent; variable
/external/chromium_org/third_party/skia/src/pathops/
DSkOpAngle.cpp71 lh.fSegment->t(lh.fStart), lh.fSegment->t(lh.fEnd), in after()
73 fSegment->t(fEnd), in after()
75 rh.fSegment->t(rh.fStart), rh.fSegment->t(rh.fEnd)); in after()
91 lh.fSegment->t(lh.fStart), lh.fSegment->t(lh.fEnd), in after()
93 fSegment->t(fEnd), in after()
95 rh.fSegment->t(rh.fStart), rh.fSegment->t(rh.fEnd)); in after()
183 int lineStart = fStart < fEnd ? 0 : 1; in allOnOneSide()
293 int step = fStart < fEnd ? 1 : -1; in computeSector()
295 int checkEnd = fEnd; in computeSector()
317 if (checkEnd == fEnd || checkEnd - step == fEnd) { in computeSector()
[all …]
DSkOpAngle.h30 return fEnd; in end()
64 return SkSign32(fStart - fEnd); in sign()
130 int fEnd; variable
DSkPathOpsDebug.cpp124 const SkOpSpan& endSpan = fSegment->span(fEnd); in debugSameAs()
125 const SkOpSpan& oEndSpan = fSegment->span(compare->fEnd); in debugSameAs()
164 const SkOpSpan& span = segment->span(SkMin32(next->fStart, next->fEnd)); in debugValidateLoop()
189 const SkOpSpan& span = segment->span(SkMin32(next->fStart, next->fEnd)); in debugValidateLoop()
271 const SkOpSpan& span = segment->span(SkMin32(next->fStart, next->fEnd)); in debugValidateLoop()
/external/skia/src/pathops/
DSkOpAngle.cpp71 lh.fSegment->t(lh.fStart), lh.fSegment->t(lh.fEnd), in after()
73 fSegment->t(fEnd), in after()
75 rh.fSegment->t(rh.fStart), rh.fSegment->t(rh.fEnd)); in after()
91 lh.fSegment->t(lh.fStart), lh.fSegment->t(lh.fEnd), in after()
93 fSegment->t(fEnd), in after()
95 rh.fSegment->t(rh.fStart), rh.fSegment->t(rh.fEnd)); in after()
183 int lineStart = fStart < fEnd ? 0 : 1; in allOnOneSide()
296 int step = fStart < fEnd ? 1 : -1; in computeSector()
298 int checkEnd = fEnd; in computeSector()
320 if (checkEnd == fEnd || checkEnd - step == fEnd) { in computeSector()
[all …]
DSkOpAngle.h30 return fEnd; in end()
64 return SkSign32(fStart - fEnd); in sign()
130 int fEnd; variable
DSkPathOpsDebug.cpp123 const SkOpSpan& endSpan = fSegment->span(fEnd); in debugSameAs()
124 const SkOpSpan& oEndSpan = fSegment->span(compare->fEnd); in debugSameAs()
163 const SkOpSpan& span = segment->span(SkMin32(next->fStart, next->fEnd)); in debugValidateLoop()
188 const SkOpSpan& span = segment->span(SkMin32(next->fStart, next->fEnd)); in debugValidateLoop()
270 const SkOpSpan& span = segment->span(SkMin32(next->fStart, next->fEnd)); in debugValidateLoop()
/external/chromium_org/third_party/skia/samplecode/
DTransitionView.cpp158 fEnd[kPrevX] = -lr; in onSizeChange()
159 fEnd[kPrevY] = -ud; in onSizeChange()
160 fEnd[kNextX] = fEnd[kNextY] = 0; in onSizeChange()
164 fInterp.setKeyFrame(1, SkTime::GetMSecs()+kDurationMS, fEnd, blend); in onSizeChange()
192 SkScalar fEnd[4]; member in TransitionView
/external/skia/samplecode/
DTransitionView.cpp158 fEnd[kPrevX] = -lr; in onSizeChange()
159 fEnd[kPrevY] = -ud; in onSizeChange()
160 fEnd[kNextX] = fEnd[kNextY] = 0; in onSizeChange()
164 fInterp.setKeyFrame(1, SkTime::GetMSecs()+kDurationMS, fEnd, blend); in onSizeChange()
192 SkScalar fEnd[4]; member in TransitionView
/external/stlport/test/eh/
Dtest_construct.h93 : fItems( first ), fEnd( last ) { in test_construct_pointer_range()
98 T t( fItems, fEnd ); in operator()
104 const typename T::value_type* fItems, *fEnd; member
/external/skia/src/effects/gradients/
DSkLinearGradient.cpp59 , fEnd(pts[1]) { in SkLinearGradient()
66 , fEnd(buffer.readPoint()) { in SkLinearGradient()
72 buffer.writePoint(fEnd); in flatten()
276 info->fPoint[1] = fEnd; in asAGradient()
594 str->appendf(" end: (%f, %f) ", fEnd.fX, fEnd.fY); in toString()
DSkLinearGradient.h47 const SkPoint fEnd; variable
/external/chromium_org/third_party/skia/src/effects/gradients/
DSkLinearGradient.cpp58 , fEnd(pts[1]) in SkLinearGradient()
67 , fEnd(buffer.readPoint()) { in SkLinearGradient()
86 buffer.writePoint(fEnd); in flatten()
290 info->fPoint[1] = fEnd; in asAGradient()
608 str->appendf(" end: (%f, %f) ", fEnd.fX, fEnd.fY); in toString()
DSkLinearGradient.h48 const SkPoint fEnd; variable
/external/skia/experimental/PdfViewer/
DSkPdfConfig.h88 const unsigned char* fEnd; member
/external/chromium_org/third_party/skia/experimental/PdfViewer/
DSkPdfConfig.h88 const unsigned char* fEnd; member
/external/skia/tests/
DPathOpsDebug.cpp43 const SkOpSpan& mSpan = fSegment->span(SkMin32(fStart, fEnd)); in dumpOne()
58 fSegment->span(fEnd).fT, fEnd); in dumpOne()
/external/chromium_org/third_party/skia/tests/
DPathOpsDebug.cpp175 const SkOpSpan& mSpan = fSegment->span(SkMin32(fStart, fEnd)); in dumpOne()
190 fSegment->span(fEnd).fT, fEnd); in dumpOne()

12