Home
last modified time | relevance | path

Searched refs:SkArenaAllocWithReset (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/core/
DSkArenaAlloc.cpp143 SkArenaAllocWithReset::SkArenaAllocWithReset(char* block, in SkArenaAllocWithReset() function in SkArenaAllocWithReset
151 void SkArenaAllocWithReset::reset() { in reset()
152 this->~SkArenaAllocWithReset(); in reset()
153 new (this) SkArenaAllocWithReset{fFirstBlock, fFirstSize, fFirstHeapAllocationSize}; in reset()
DSkArenaAlloc.h289 class SkArenaAllocWithReset : public SkArenaAlloc {
291 SkArenaAllocWithReset(char* block, size_t blockSize, size_t firstHeapAllocation);
293 explicit SkArenaAllocWithReset(size_t firstHeapAllocation) in SkArenaAllocWithReset() function
294 : SkArenaAllocWithReset(nullptr, 0, firstHeapAllocation) {} in SkArenaAllocWithReset()
319 : private std::array<char, InlineStorageSize>, public SkArenaAllocWithReset {
322 : SkArenaAllocWithReset{this->data(), this->size(), firstHeapAllocation} {}
DSkRemoteGlyphCache.cpp359 SkArenaAllocWithReset fPathAlloc{256};
/external/skia/src/xml/
DSkDOM.h88 SkArenaAllocWithReset fAlloc;
DSkDOM.cpp192 SkDOMParser(SkArenaAllocWithReset* chunk) : SkXMLParser(&fParserError), fAlloc(chunk) { in SkDOMParser()
285 SkArenaAllocWithReset* fAlloc;
/external/skia/bench/
DTriangulatorBench.cpp91 SkArenaAllocWithReset fArena{GrTriangulator::kArenaDefaultChunkSize};
/external/skia/src/gpu/
DGrOpFlushState.h292 SkArenaAllocWithReset fArena{sizeof(GrPipeline) * 100};