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

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

Completed in 1026 milliseconds