Searched refs:SkArenaAllocWithReset (Results 1 – 7 of 7) sorted by relevance
/external/skia/src/core/ |
D | SkArenaAlloc.cpp | 143 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()
|
D | SkArenaAlloc.h | 289 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} {}
|
D | SkRemoteGlyphCache.cpp | 359 SkArenaAllocWithReset fPathAlloc{256};
|
/external/skia/src/xml/ |
D | SkDOM.h | 88 SkArenaAllocWithReset fAlloc;
|
D | SkDOM.cpp | 192 SkDOMParser(SkArenaAllocWithReset* chunk) : SkXMLParser(&fParserError), fAlloc(chunk) { in SkDOMParser() 285 SkArenaAllocWithReset* fAlloc;
|
/external/skia/bench/ |
D | TriangulatorBench.cpp | 91 SkArenaAllocWithReset fArena{GrTriangulator::kArenaDefaultChunkSize};
|
/external/skia/src/gpu/ |
D | GrOpFlushState.h | 292 SkArenaAllocWithReset fArena{sizeof(GrPipeline) * 100};
|