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 255 plotIter.init(fPages[pageIdx].fPlotList, PlotList::Iter::kHead_IterStart);
272 Plot* plot = fPages[pageIdx].fPlotList.tail();
293 Plot* plot = fPages[pageIdx].fPlotList.head();
308 Plot* currentPlot = fPages[pageIdx].fPlotList.tail();
326 fPages[pageIdx].fPlotList.remove(plot);
327 sk_sp<Plot>& newPlot = fPages[pageIdx].fPlotArray[plot->index()];
330 fPages[pageIdx].fPlotList.addToHead(newPlot.get());
364 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart);
392 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart);
425 plotIter.init(fPages[lastPageIndex].fPlotList, PlotList::Iter::kHead_IterStart)
    [all...]
GrDrawOpAtlas.h 127 return fPages[page].fPlotArray[plot]->genID() == GetGenerationFromID(id);
137 Plot* plot = fPages[pageIdx].fPlotArray[plotIdx].get();
211 Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get();
351 if (fPages[pageIdx].fPlotList.head() == plot) {
355 fPages[pageIdx].fPlotList.remove(plot);
356 fPages[pageIdx].fPlotList.addToHead(plot);
398 Page fPages[kMaxMultitexturePages];
  /external/skia/src/utils/
SkMultiPictureDocument.cpp 52 SkTArray<sk_sp<SkPicture>> fPages;
66 fPages.push_back(fPictureRecorder.finishRecordingAsPicture());
73 wStream->write32(SkToU32(fPages.count()));
79 for (const sk_sp<SkPicture>& page : fPages) {
85 fPages.reset();
90 fPages.reset();
  /external/skqp/src/utils/
SkMultiPictureDocument.cpp 52 SkTArray<sk_sp<SkPicture>> fPages;
66 fPages.push_back(fPictureRecorder.finishRecordingAsPicture());
73 wStream->write32(SkToU32(fPages.count()));
79 for (const sk_sp<SkPicture>& page : fPages) {
85 fPages.reset();
90 fPages.reset();
  /external/skqp/src/gpu/
GrDrawOpAtlas.cpp 228 plotIter.init(fPages[pageIdx].fPlotList, PlotList::Iter::kHead_IterStart);
245 Plot* plot = fPages[pageIdx].fPlotList.tail();
265 Plot* plot = fPages[pageIdx].fPlotList.head();
280 Plot* currentPlot = fPages[pageIdx].fPlotList.tail();
298 fPages[pageIdx].fPlotList.remove(plot);
299 sk_sp<Plot>& newPlot = fPages[pageIdx].fPlotArray[plot->index()];
302 fPages[pageIdx].fPlotList.addToHead(newPlot.get());
339 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart);
367 plotIter.init(fPages[pageIndex].fPlotList, PlotList::Iter::kHead_IterStart);
400 plotIter.init(fPages[lastPageIndex].fPlotList, PlotList::Iter::kHead_IterStart)
    [all...]
GrDrawOpAtlas.h 123 return fPages[page].fPlotArray[plot]->genID() == GetGenerationFromID(id);
133 Plot* plot = fPages[pageIdx].fPlotArray[plotIdx].get();
207 Plot* plot = fPages[pd.fPageIndex].fPlotArray[pd.fPlotIndex].get();
343 if (fPages[pageIdx].fPlotList.head() == plot) {
347 fPages[pageIdx].fPlotList.remove(plot);
348 fPages[pageIdx].fPlotList.addToHead(plot);
390 Page fPages[kMaxMultitexturePages];
  /external/skia/src/pdf/
SkPDFDocument.h 79 SkTArray<sk_sp<SkPDFDict>> fPages;
SkPDFDocument.cpp 192 if (fPages.empty()) {
234 fPages.emplace_back(std::move(page));
244 fPages.reset();
395 if (fPages.empty()) {
407 SkASSERT(!fPages.empty());
408 docCatalog->insertObjRef("Pages", generate_page_tree(&fPages));
409 SkASSERT(fPages.empty());
  /external/skqp/src/pdf/
SkPDFDocument.h 79 SkTArray<sk_sp<SkPDFDict>> fPages;
SkPDFDocument.cpp 192 if (fPages.empty()) {
234 fPages.emplace_back(std::move(page));
244 fPages.reset();
395 if (fPages.empty()) {
407 SkASSERT(!fPages.empty());
408 docCatalog->insertObjRef("Pages", generate_page_tree(&fPages));
409 SkASSERT(fPages.empty());
  /external/skia/dm/
DMSrcSink.cpp     [all...]
DMSrcSink.h 324 mutable SkTArray<SkDocumentPage> fPages;
  /external/skqp/dm/
DMSrcSink.cpp     [all...]
DMSrcSink.h 324 mutable SkTArray<SkDocumentPage> fPages;

Completed in 739 milliseconds