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

  /external/skia/src/gpu/
GrDrawOpAtlas.cpp 243 plotIter.init(fPages[pageIdx].fPlotList, PlotList::Iter::kHead_IterStart);
288 Plot* plot = fPages[pageIdx].fPlotList.tail();
324 Plot* currentPlot = fPages[pageIdx].fPlotList.tail();
342 fPages[pageIdx].fPlotList.remove(plot);
343 sk_sp<Plot>& newPlot = fPages[pageIdx].fPlotArray[plot->index()];
346 fPages[pageIdx].fPlotList.addToHead(newPlot.get());
380 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart);
408 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart);
441 plotIter.init(fPages[lastPageIndex].fPlotList, PlotList::Iter::kHead_IterStart);
479 plotIter.init(fPages[lastPageIndex].fPlotList, PlotList::Iter::kHead_IterStart)
    [all...]
GrDrawOpAtlas.h 140 return fPages[page].fPlotArray[plot]->genID() == GetGenerationFromID(id);
150 Plot* plot = fPages[pageIdx].fPlotArray[plotIdx].get();
226 Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get();
363 if (fPages[pageIdx].fPlotList.head() == plot) {
367 fPages[pageIdx].fPlotList.remove(plot);
368 fPages[pageIdx].fPlotList.addToHead(plot);
414 Page fPages[kMaxMultitexturePages];
  /external/skqp/src/gpu/
GrDrawOpAtlas.cpp 243 plotIter.init(fPages[pageIdx].fPlotList, PlotList::Iter::kHead_IterStart);
288 Plot* plot = fPages[pageIdx].fPlotList.tail();
324 Plot* currentPlot = fPages[pageIdx].fPlotList.tail();
342 fPages[pageIdx].fPlotList.remove(plot);
343 sk_sp<Plot>& newPlot = fPages[pageIdx].fPlotArray[plot->index()];
346 fPages[pageIdx].fPlotList.addToHead(newPlot.get());
380 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart);
408 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart);
441 plotIter.init(fPages[lastPageIndex].fPlotList, PlotList::Iter::kHead_IterStart);
479 plotIter.init(fPages[lastPageIndex].fPlotList, PlotList::Iter::kHead_IterStart)
    [all...]
GrDrawOpAtlas.h 140 return fPages[page].fPlotArray[plot]->genID() == GetGenerationFromID(id);
150 Plot* plot = fPages[pageIdx].fPlotArray[plotIdx].get();
226 Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get();
363 if (fPages[pageIdx].fPlotList.head() == plot) {
367 fPages[pageIdx].fPlotList.remove(plot);
368 fPages[pageIdx].fPlotList.addToHead(plot);
414 Page fPages[kMaxMultitexturePages];
  /external/skia/src/utils/
SkMultiPictureDocument.cpp 54 SkTArray<sk_sp<SkPicture>> fPages;
68 fPages.push_back(fPictureRecorder.finishRecordingAsPicture());
75 wStream->write32(SkToU32(fPages.count()));
81 for (const sk_sp<SkPicture>& page : fPages) {
87 fPages.reset();
92 fPages.reset();
  /external/skqp/src/utils/
SkMultiPictureDocument.cpp 54 SkTArray<sk_sp<SkPicture>> fPages;
68 fPages.push_back(fPictureRecorder.finishRecordingAsPicture());
75 wStream->write32(SkToU32(fPages.count()));
81 for (const sk_sp<SkPicture>& page : fPages) {
87 fPages.reset();
92 fPages.reset();
  /external/skia/src/pdf/
SkPDFDocumentPriv.h 95 size_t currentPageIndex() { return fPages.size(); }
117 std::vector<std::unique_ptr<SkPDFDict>> fPages;
SkPDFDocument.cpp 230 if (fPages.empty()) {
291 fPages.emplace_back(std::move(page));
455 if (fPages.empty()) {
468 docCatalog->insertRef("Pages", generate_page_tree(this, std::move(fPages), fPageRefs));
  /external/skqp/src/pdf/
SkPDFDocumentPriv.h 95 size_t currentPageIndex() { return fPages.size(); }
117 std::vector<std::unique_ptr<SkPDFDict>> fPages;
SkPDFDocument.cpp 230 if (fPages.empty()) {
292 fPages.emplace_back(std::move(page));
456 if (fPages.empty()) {
469 docCatalog->insertRef("Pages", generate_page_tree(this, std::move(fPages), fPageRefs));
  /external/skia/dm/
DMSrcSink.cpp     [all...]
DMSrcSink.h 314 mutable SkTArray<SkDocumentPage> fPages;
  /external/skqp/dm/
DMSrcSink.cpp     [all...]
DMSrcSink.h 328 mutable SkTArray<SkDocumentPage> fPages;

Completed in 323 milliseconds