Searched defs:RowIter (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.h195 typedef RowVector::const_iterator RowIter; typedef in struct:llvm::DWARFDebugLine::LineTable
/external/chromium_org/third_party/skia/src/core/
H A DSkAAClip.cpp1454 class RowIter { class
1456 RowIter(const uint8_t* row, const SkIRect& bounds) { function in class:RowIter
1501 static void adjust_row(RowIter& iter, int& leftA, int& riteA, int rite) {
1527 RowIter& iterA, RowIter& iterB,
1652 RowIter rowIterA(rowA, rowA ? A.getBounds() : bounds);
1653 RowIter rowIterB(rowB, rowB ? B.getBounds() : bounds);
/external/skia/src/core/
H A DSkAAClip.cpp1386 class RowIter { class
1388 RowIter(const uint8_t* row, const SkIRect& bounds) { function in class:RowIter
1433 static void adjust_row(RowIter& iter, int& leftA, int& riteA, int rite) {
1459 RowIter& iterA, RowIter& iterB,
1584 RowIter rowIterA(rowA, rowA ? A.getBounds() : bounds);
1585 RowIter rowIterB(rowB, rowB ? B.getBounds() : bounds);

Completed in 162 milliseconds