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

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsELFDynamic.cpp 82 ELFSegmentFactory::const_iterator baseSeg =
85 return m_pParent.elfSegmentTable().end() == baseSeg ? 0 : (*baseSeg)->vaddr();
  /external/skia/src/pathops/
SkOpCoincidence.cpp 279 const SkOpSegment* baseSeg = base->segment();
289 if (testSeg == baseSeg) {
295 if (this->contains(baseSeg, testSeg, testPtT->fT)) {
299 SkDVector dxdy = baseSeg->dSlopeAtT(base->t());
    [all...]
SkPathOpsDebug.cpp     [all...]

Completed in 69 milliseconds