Lines Matching refs:GrPlot
23 GrPlot::GrPlot() in GrPlot() function in GrPlot
36 GrPlot::~GrPlot() { in ~GrPlot()
42 void GrPlot::init(GrAtlas* atlas, int id, int offX, int offY, int width, int height, size_t bpp, in init()
60 bool GrPlot::addSubImage(int width, int height, const void* image, SkIPoint16* loc) { in addSubImage()
109 void GrPlot::uploadToTexture() { in uploadToTexture()
139 void GrPlot::resetRects() { in resetRects()
172 fPlotArray = SkNEW_ARRAY(GrPlot, (fNumPlotsX*fNumPlotsY)); in GrAtlas()
174 GrPlot* currPlot = fPlotArray; in GrAtlas()
196 void GrAtlas::makeMRU(GrPlot* plot) { in makeMRU()
205 GrPlot* GrAtlas::addToAtlas(ClientPlotUsage* usage, in addToAtlas()
211 GrPlot* plot = usage->fPlots[i]; in addToAtlas()
237 GrPlot* plot; in addToAtlas()
255 void GrAtlas::RemovePlot(ClientPlotUsage* usage, const GrPlot* plot) { in RemovePlot()
256 int index = usage->fPlots.find(const_cast<GrPlot*>(plot)); in RemovePlot()
263 GrPlot* GrAtlas::getUnusedPlot() { in getUnusedPlot()
266 GrPlot* plot; in getUnusedPlot()
281 GrPlot* plot; in uploadPlotsToTexture()