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

/external/chromium_org/third_party/skia/src/core/
H A DSkPathHeap.h43 SkChunkAlloc fHeap; member in class:SkPathHeap
44 // we just store ptrs into fHeap here
H A DSkPictureFlat.h729 : fHeap(minSize)
737 fLastAllocated = fHeap.allocThrow(bytes);
742 // fHeap can only free a pointer if it was the last one allocated. Otherwise, we'll just
743 // have to wait until fHeap is destroyed.
744 if (ptr == fLastAllocated) (void)fHeap.unalloc(ptr);
756 SkChunkAlloc fHeap; member in class:SkChunkFlatController
/external/skia/src/core/
H A DSkPathHeap.h43 SkChunkAlloc fHeap; member in class:SkPathHeap
44 // we just store ptrs into fHeap here
H A DSkPictureFlat.h729 : fHeap(minSize)
737 fLastAllocated = fHeap.allocThrow(bytes);
742 // fHeap can only free a pointer if it was the last one allocated. Otherwise, we'll just
743 // have to wait until fHeap is destroyed.
744 if (ptr == fLastAllocated) (void)fHeap.unalloc(ptr);
756 SkChunkAlloc fHeap; member in class:SkChunkFlatController
/external/chromium_org/third_party/skia/include/core/
H A DSkDataTable.h180 SkChunkAlloc* fHeap; member in class:SkDataTableBuilder
/external/skia/include/core/
H A DSkDataTable.h180 SkChunkAlloc* fHeap; member in class:SkDataTableBuilder

Completed in 142 milliseconds