Home
last modified time | relevance | path

Searched refs:fNodeAllocator (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/
DGrDynamicAtlas.cpp85 fNodeAllocator.reset(); in reset()
107 ? (GrRectanizer*)fNodeAllocator.make<GrRectanizerSkyline>(width, height) in makeNode()
108 : fNodeAllocator.make<GrRectanizerPow2>(width, height); in makeNode()
109 return fNodeAllocator.make<Node>(previous, rectanizer, l, t); in makeNode()
DGrDynamicAtlas.h92 SkSTArenaAllocWithReset<512> fNodeAllocator; variable