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

  /external/chromium_org/third_party/skia/include/core/
SkChunkAlloc.h 26 enum AllocFailType {
31 void* alloc(size_t bytes, AllocFailType);
65 Block* newBlock(size_t bytes, AllocFailType ftype);
  /external/skia/include/core/
SkChunkAlloc.h 26 enum AllocFailType {
31 void* alloc(size_t bytes, AllocFailType);
65 Block* newBlock(size_t bytes, AllocFailType ftype);

Completed in 33 milliseconds