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

  /external/skia/include/views/
SkWidgetViews.h 266 bool getRowRect(int index, SkRect*) const;
SkWidget.h 409 bool getRowRect(int index, SkRect*) const;
  /external/skia/src/views/
SkListWidget.cpp 127 if (this->getRowRect(fCurrIndex, &r))
172 bool SkListView::getRowRect(int index, SkRect* r) const
SkListView.cpp 291 if (this->getRowRect(fCurrIndex, &r))
318 bool SkListView::getRowRect(int index, SkRect* r) const
373 (void)this->getRowRect(fScrollIndex, &r);

Completed in 1247 milliseconds