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

  /external/skia/src/gpu/
GrDrawOpAtlas.cpp 382 uint32_t lastPageIndex = fNumActivePages - 1;
386 for (uint32_t pageIndex = 0; pageIndex < lastPageIndex; ++pageIndex) {
425 plotIter.init(fPages[lastPageIndex].fPlotList, PlotList::Iter::kHead_IterStart);
429 SkDebugf("page %d: ", lastPageIndex);
463 plotIter.init(fPages[lastPageIndex].fPlotList, PlotList::Iter::kHead_IterStart);
563 uint32_t lastPageIndex = fNumActivePages - 1;
568 fPages[lastPageIndex].fPlotList.reset();
573 Plot* currPlot = fPages[lastPageIndex].fPlotArray[plotIndex].get();
580 fPages[lastPageIndex].fPlotList.addToHead(currPlot);
585 fProxies[lastPageIndex]->deInstantiate()
    [all...]
  /external/skqp/src/gpu/
GrDrawOpAtlas.cpp 357 uint32_t lastPageIndex = fNumPages - 1;
361 for (uint32_t pageIndex = 0; pageIndex < lastPageIndex; ++pageIndex) {
400 plotIter.init(fPages[lastPageIndex].fPlotList, PlotList::Iter::kHead_IterStart);
404 SkDebugf("page %d: ", lastPageIndex);
503 uint32_t lastPageIndex = fNumPages - 1;
505 fPages[lastPageIndex].fPlotList.reset();
506 fPages[lastPageIndex].fPlotArray.reset(nullptr);
508 fProxies[lastPageIndex].reset(nullptr);
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
FolderPagedView.java 396 int lastPageIndex = getChildCount() - 1;
397 if (lastPageIndex < 0) {
401 return getPageAt(lastPageIndex).getShortcutsAndWidgets().getChildCount()
402 + lastPageIndex * mMaxItemsPerPage;

Completed in 88 milliseconds