Searched refs:RowIter (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 536 RowIter first_row = Rows.begin() + seq.FirstRowIndex; in findRowInSeq() 537 RowIter last_row = Rows.begin() + seq.LastRowIndex; in findRowInSeq() 538 LineTable::RowIter row_pos = std::lower_bound( in findRowInSeq()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 212 typedef RowVector::const_iterator RowIter; typedef
|
/external/skqp/src/core/ |
D | SkAAClip.cpp | 1477 class RowIter { class 1479 RowIter(const uint8_t* row, const SkIRect& bounds) { in RowIter() function in RowIter 1524 static void adjust_row(RowIter& iter, int& leftA, int& riteA, int rite) { in adjust_row() 1550 RowIter& iterA, RowIter& iterB, in operatorX() 1675 RowIter rowIterA(rowA, rowA ? A.getBounds() : bounds); in operateY() 1676 RowIter rowIterB(rowB, rowB ? B.getBounds() : bounds); in operateY()
|
/external/skia/src/core/ |
D | SkAAClip.cpp | 1477 class RowIter { class 1479 RowIter(const uint8_t* row, const SkIRect& bounds) { in RowIter() function in RowIter 1524 static void adjust_row(RowIter& iter, int& leftA, int& riteA, int rite) { in adjust_row() 1550 RowIter& iterA, RowIter& iterB, in operatorX() 1675 RowIter rowIterA(rowA, rowA ? A.getBounds() : bounds); in operateY() 1676 RowIter rowIterB(rowB, rowB ? B.getBounds() : bounds); in operateY()
|