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

  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
Region.h 68 Span(int y, size_t segmentIndex)
69 : y(y), segmentIndex(segmentIndex)
74 size_t segmentIndex;
180 return a.y == b.y && a.segmentIndex == b.segmentIndex;
Region.cpp 258 SegmentIterator lastSpanBegin = m_segments.data() + m_spans.last().segmentIndex;
309 if (it->segmentIndex == m_segments.size())
312 return &m_segments[it->segmentIndex];
321 if (it->segmentIndex == m_segments.size())
325 size_t segmentIndex = (it + 1)->segmentIndex;
327 ASSERT_WITH_SECURITY_IMPLICATION(segmentIndex <= m_segments.size());
328 return m_segments.data() + segmentIndex;
  /frameworks/av/media/libstagefright/
VBRISeeker.cpp 160 size_t segmentIndex = 0;
161 while (segmentIndex < mSegments.size() && nowUs < *timeUs) {
163 *pos += mSegments.itemAt(segmentIndex++);
  /external/chromium_org/third_party/codesighs/
maptsvdifftool.c 485 unsigned segmentIndex = 0;
488 for(segmentIndex = 0; segmentIndex < theModule->mSegmentCount; segmentIndex++)
490 if(0 == strcmp(segment, theModule->mSegments[segmentIndex].mSegment))
496 if(segmentIndex == theModule->mSegmentCount)
505 memset(theModule->mSegments + segmentIndex, 0, sizeof(SegmentStats));
507 theModule->mSegments[segmentIndex].mClass = segmentClass;
508 theModule->mSegments[segmentIndex].mSegment = strdup(segment);
509 if(NULL == theModule->mSegments[segmentIndex].mSegment
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
SharedBuffer.cpp 45 static inline unsigned segmentIndex(unsigned position)
350 unsigned segment = segmentIndex(position);
  /external/chromium_org/third_party/skia/src/pathops/
SkOpContour.h 109 void alignTPt(int segmentIndex, const SkOpContour* other, int otherIndex,
SkOpContour.cpp 227 void SkOpContour::alignTPt(int segmentIndex, const SkOpContour* other, int otherIndex,
231 alignPt(segmentIndex, point, zeroPt);
  /external/skia/src/pathops/
SkOpContour.h 109 void alignTPt(int segmentIndex, const SkOpContour* other, int otherIndex,
SkOpContour.cpp 219 void SkOpContour::alignTPt(int segmentIndex, const SkOpContour* other, int otherIndex,
223 alignPt(segmentIndex, point, zeroPt);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.20.0/
org.eclipse.tycho.p2.resolver.impl-0.20.0.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.tycho.p2.resolver.impl/0.18.1/
org.eclipse.tycho.p2.resolver.impl-0.18.1.jar 
  /external/chromium_org/third_party/skia/experimental/Intersection/
Simplify.cpp     [all...]
  /external/skia/experimental/Intersection/
Simplify.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 796 milliseconds