Home
last modified time | relevance | path

Searched refs:kAllocatedWithMalloc (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkColorTable.h59 kAllocatedWithMalloc enumerator
/external/skia/src/core/
DSkColorTable.cpp110 return new SkColorTable(colors.detach(), count, kAllocatedWithMalloc); in Create()