Searched refs:outAlloc (Results 1 – 1 of 1) sorted by relevance
1779 SkAutoTDeleteArray<uint16_t> outAlloc(NULL); in drawVertices() local1817 outAlloc.reset(SkNEW_ARRAY(uint16_t, indexCount)); in drawVertices()1818 outIndices = outAlloc.get(); in drawVertices()1819 uint16_t* auxIndices = outAlloc.get(); in drawVertices()