HomeSort by relevance Sort by last modified time
    Searched defs:fHeap (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/src/core/
SkPathHeap.h 43 SkChunkAlloc fHeap;
44 // we just store ptrs into fHeap here
SkPictureFlat.h 729 : 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;
  /external/skia/src/core/
SkPathHeap.h 43 SkChunkAlloc fHeap;
44 // we just store ptrs into fHeap here
SkPictureFlat.h 729 : 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;
  /external/chromium_org/third_party/skia/include/core/
SkDataTable.h 180 SkChunkAlloc* fHeap;
  /external/skia/include/core/
SkDataTable.h 180 SkChunkAlloc* fHeap;

Completed in 771 milliseconds