Searched refs:drawToken (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/gpu/
H A DGrAtlas.h28 // If all GrPlots are allocated, the replacement strategy is up to the client. The drawToken is
40 GrDrawTarget::DrawToken drawToken() const { return fDrawToken; } function in class:GrPlot
H A DGrAtlas.cpp274 if (plot->drawToken().isIssued()) {
H A DGrBitmapTextContext.cpp509 GrDrawTarget::DrawToken drawToken = fDrawTarget->getCurrentDrawToken(); local
510 glyph->fPlot->setDrawToken(drawToken);
H A DGrDistanceFieldTextContext.cpp283 GrDrawTarget::DrawToken drawToken = fDrawTarget->getCurrentDrawToken(); local
284 glyph->fPlot->setDrawToken(drawToken);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAtlas.h28 // If all GrPlots are allocated, the replacement strategy is up to the client. The drawToken is
44 GrDrawTarget::DrawToken drawToken() const { return fDrawToken; } function in class:GrPlot
H A DGrBitmapTextContext.cpp509 GrDrawTarget::DrawToken drawToken = fDrawTarget->getCurrentDrawToken(); local
510 glyph->fPlot->setDrawToken(drawToken);
H A DGrDistanceFieldTextContext.cpp329 GrDrawTarget::DrawToken drawToken = fDrawTarget->getCurrentDrawToken(); local
330 glyph->fPlot->setDrawToken(drawToken);
H A DGrAtlas.cpp274 if (plot->drawToken().isIssued()) {

Completed in 196 milliseconds