Searched refs:fPlotArray (Results 1 – 4 of 4) sorted by relevance
64 return fPlotArray[index]->genID() == GetGenerationFromID(id); in hasID()72 this->makeMRU(fPlotArray[index]); in setLastUseToken()73 fPlotArray[index]->setLastUseToken(batchToken); in setLastUseToken()130 BatchPlot* plot = fPlotArray[updater.fPlotsToUpdate[i]]; in setLastUseTokenBulk()263 SkAutoTUnref<BatchPlot>* fPlotArray; variable
96 fPlotArray = new Plot[numPlotsX * numPlotsY]; in GrLayerAtlas()98 Plot* currPlot = fPlotArray; in GrLayerAtlas()118 delete[] fPlotArray; in ~GrLayerAtlas()
156 fPlotArray = new SkAutoTUnref<BatchPlot>[numPlotsX * numPlotsY]; in GrBatchAtlas()158 SkAutoTUnref<BatchPlot>* currPlot = fPlotArray; in GrBatchAtlas()174 delete[] fPlotArray; in ~GrBatchAtlas()247 SkAutoTUnref<BatchPlot>& newPlot = fPlotArray[plot->index()]; in addToAtlas()
153 Plot* fPlotArray; variable