HomeSort by relevance Sort by last modified time
    Searched defs:fEnd (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/third_party/skia/src/effects/gradients/
SkLinearGradient.h 47 const SkPoint fEnd;
  /external/skia/src/effects/gradients/
SkLinearGradient.h 47 const SkPoint fEnd;
  /external/chromium_org/third_party/icu/source/test/intltest/
sfwdchit.h 71 UChar *fStart, *fEnd, *fCurrent;
  /external/icu/icu4c/source/test/intltest/
sfwdchit.h 71 UChar *fStart, *fEnd, *fCurrent;
  /external/stlport/test/eh/
test_construct.h 93 : fItems( first ), fEnd( last ) {
98 T t( fItems, fEnd );
104 const typename T::value_type* fItems, *fEnd;
  /frameworks/compile/mclinker/unittests/
FactoriesTest.cpp 212 MCLDFileFactory::iterator fEnd = m_pFileAlloc->end();
214 while (file!=fEnd) {
  /external/chromium_org/third_party/skia/experimental/PdfViewer/
SkPdfConfig.h 88 const unsigned char* fEnd;
  /external/skia/experimental/PdfViewer/
SkPdfConfig.h 88 const unsigned char* fEnd;
  /external/chromium_org/third_party/skia/src/core/
SkDeque.cpp 16 char* fEnd; // end of used section in this chunk
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 - fElemSize
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
GrGLNameAllocator.cpp 13 * 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;
173 SkASSERT(fEnd + count > fEnd); // Check for integer wrap.
175 SkASSERT(fRight->end() == fEnd + count);
262 fEnd = fRight->end()
    [all...]
  /external/skia/src/core/
SkDeque.cpp 16 char* fEnd; // end of used section in this chunk
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 - fElemSize
    [all...]
  /external/skia/src/gpu/gl/
GrGLNameAllocator.cpp 13 * 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;
173 SkASSERT(fEnd + count > fEnd); // Check for integer wrap.
175 SkASSERT(fRight->end() == fEnd + count);
262 fEnd = fRight->end()
    [all...]
  /external/chromium_org/third_party/skia/samplecode/
TransitionView.cpp 158 fEnd[kPrevX] = -lr;
159 fEnd[kPrevY] = -ud;
160 fEnd[kNextX] = fEnd[kNextY] = 0;
164 fInterp.setKeyFrame(1, SkTime::GetMSecs()+kDurationMS, fEnd, blend);
192 SkScalar fEnd[4];
  /external/chromium_org/third_party/skia/src/pathops/
SkOpAngle.h 30 return fEnd;
64 return SkSign32(fStart - fEnd);
130 int fEnd;
  /external/skia/samplecode/
TransitionView.cpp 158 fEnd[kPrevX] = -lr;
159 fEnd[kPrevY] = -ud;
160 fEnd[kNextX] = fEnd[kNextY] = 0;
164 fInterp.setKeyFrame(1, SkTime::GetMSecs()+kDurationMS, fEnd, blend);
192 SkScalar fEnd[4];
  /external/skia/src/pathops/
SkOpAngle.h 30 return fEnd;
64 return SkSign32(fStart - fEnd);
130 int fEnd;
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFFont.cpp 402 uint16_t fEnd;
437 cmap->writeHexAsText(bfrange[i + j].fEnd, 4);
512 i == currentRangeEntry.fEnd + 1 &&
518 if (currentRangeEntry.fEnd > currentRangeEntry.fStart) {
529 currentRangeEntry.fEnd = i;
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp 402 uint16_t fEnd;
437 cmap->writeHexAsText(bfrange[i + j].fEnd, 4);
512 i == currentRangeEntry.fEnd + 1 &&
518 if (currentRangeEntry.fEnd > currentRangeEntry.fStart) {
529 currentRangeEntry.fEnd = i;
    [all...]
  /external/chromium_org/third_party/skia/tools/
PictureRenderer.cpp 713 , fEnd(end)
730 for (int i = fStart; i < fEnd; i++) {
780 const int fEnd;
    [all...]
  /external/skia/tools/
PictureRenderer.cpp 713 , fEnd(end)
730 for (int i = fStart; i < fEnd; i++) {
780 const int fEnd;
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp 726 if (cmp && (*fSpans)[fEnd].fOther != rh.fSegment // tangents not absolutely identical
727 && (*rh.fSpans)[rh.fEnd].fOther != fSegment) { // and not intersecting
751 if ((*rh.fSpans)[SkMin32(rh.fStart, rh.fEnd)].fTiny
752 || (*fSpans)[SkMin32(fStart, fEnd)].fTiny) {
823 return fEnd;
831 int newEnd = fEnd;
832 if (fStart < fEnd ? ++newEnd < fSpans->count() : --newEnd >= 0) {
833 fEnd = newEnd;
845 if (fStart > fEnd ? ++newEnd < fSpans->count() : --newEnd >= 0) {
846 fEnd = newEnd
    [all...]
  /external/skia/experimental/Intersection/
Simplify.cpp 726 if (cmp && (*fSpans)[fEnd].fOther != rh.fSegment // tangents not absolutely identical
727 && (*rh.fSpans)[rh.fEnd].fOther != fSegment) { // and not intersecting
751 if ((*rh.fSpans)[SkMin32(rh.fStart, rh.fEnd)].fTiny
752 || (*fSpans)[SkMin32(fStart, fEnd)].fTiny) {
823 return fEnd;
831 int newEnd = fEnd;
832 if (fStart < fEnd ? ++newEnd < fSpans->count() : --newEnd >= 0) {
833 fEnd = newEnd;
845 if (fStart > fEnd ? ++newEnd < fSpans->count() : --newEnd >= 0) {
846 fEnd = newEnd
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 

Completed in 688 milliseconds

1 2