Searched defs:fHeap (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPathHeap.h48 SkChunkAlloc fHeap; member in class:SkPathHeap
49 // we just store ptrs into fHeap here
H A DSkPictureFlat.h578 : fHeap(minSize)
586 fLastAllocated = fHeap.allocThrow(bytes);
591 // fHeap can only free a pointer if it was the last one allocated. Otherwise, we'll just
592 // have to wait until fHeap is destroyed.
593 if (ptr == fLastAllocated) (void)fHeap.unalloc(ptr);
605 SkChunkAlloc fHeap; member in class:SkChunkFlatController
/external/skia/src/core/
H A DSkPathHeap.h48 SkChunkAlloc fHeap; member in class:SkPathHeap
49 // we just store ptrs into fHeap here
H A DSkPictureFlat.h575 : fHeap(minSize)
583 fLastAllocated = fHeap.allocThrow(bytes);
588 // fHeap can only free a pointer if it was the last one allocated. Otherwise, we'll just
589 // have to wait until fHeap is destroyed.
590 if (ptr == fLastAllocated) (void)fHeap.unalloc(ptr);
602 SkChunkAlloc fHeap; member in class:SkChunkFlatController
/external/chromium_org/third_party/skia/include/core/
H A DSkDataTable.h173 SkChunkAlloc* fHeap; member in class:SkDataTableBuilder
/external/skia/include/core/
H A DSkDataTable.h173 SkChunkAlloc* fHeap; member in class:SkDataTableBuilder

Completed in 118 milliseconds