Searched refs:GrAtlas (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/gpu/
H A DGrAtlas.h22 class GrAtlas { class
24 GrAtlas(GrAtlasMgr*, int plotX, int plotY, GrMaskFormat);
34 static void FreeLList(GrAtlas* atlas) {
36 GrAtlas* next = atlas->fNext;
43 GrAtlas* nextAtlas() const { return fNext; }
46 ~GrAtlas(); // does not try to delete the fNext field
48 GrAtlas* fNext;
65 GrAtlas* addToAtlas(GrAtlas*, int width, int height, const void*,
73 // to be called by ~GrAtlas()
[all...]
H A DGrAtlas.cpp11 #include "GrAtlas.h"
47 GrAtlas::GrAtlas(GrAtlasMgr* mgr, int plotX, int plotY, GrMaskFormat format) { function in class:GrAtlas
59 // GrPrintf(" GrAtlas %p [%d %d] %d\n", this, plotX, plotY, gCounter);
64 GrAtlas::~GrAtlas() {
71 // GrPrintf("~GrAtlas %p [%d %d] %d\n", this, fPlot.fX, fPlot.fY, gCounter);
87 bool GrAtlas::addSubImage(int width, int height, const void* image,
159 GrAtlas* GrAtlasMgr::addToAtlas(GrAtlas* atla
[all...]
H A DGrTextStrike.h47 GrAtlas* getAtlas() const { return fAtlas; }
62 GrAtlas* fAtlas; // linklist
68 bool purgeAtlasAtY(GrAtlas* atlas, int yCoord);
H A DGrTextStrike.cpp11 #include "GrAtlas.h"
144 GrAtlas::FreeLList(fAtlas);
192 GrAtlas* atlas = fAtlasMgr->addToAtlas(fAtlas, glyph->width(),
/external/skia/include/gpu/
H A DGrGlyph.h17 class GrAtlas;
28 GrAtlas* fAtlas;
H A DGrContext.h740 friend class GrAtlas;
/external/skia/
H A DAndroid.mk357 src/gpu/GrAtlas.cpp \

Completed in 299 milliseconds