Home | History | Annotate | Download | only in gpu

Lines Matching full:plot

129     GrPlot* plot = atlasMgr->getUnusedPlot();
130 if (NULL == plot) {
133 plot->resetRects();
145 strikeToPurge->removePlot(plot);
273 void GrTextStrike::removePlot(const GrPlot* plot) {
276 if (plot == glyphArray[i]->fPlot) {
281 fAtlasMgr->removePlot(&fAtlas, plot);
317 GrPlot* plot = fAtlasMgr->addToAtlas(&fAtlas, glyph->width(),
321 if (NULL == plot) {
325 glyph->fPlot = plot;