HomeSort by relevance Sort by last modified time
    Searched defs:GrAtlas (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrAtlas.cpp 11 #include "GrAtlas.h"
47 GrAtlas::GrAtlas(GrAtlasMgr* mgr, int plotX, int plotY, GrMaskFormat format) {
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* atlas
    [all...]
GrAtlas.h 22 class GrAtlas {
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...]

Completed in 337 milliseconds