Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkVertices.cpp118 fIntermediateFanIndices.reset(new uint8_t[sizes.fBuilderTriFanISize]); in init()
149 if (fIntermediateFanIndices) { in detach()
191 if (fIntermediateFanIndices) { in indices()
192 return reinterpret_cast<uint16_t*>(fIntermediateFanIndices.get()); in indices()
/external/skia/include/core/
DSkVertices.h89 std::unique_ptr<uint8_t[]> fIntermediateFanIndices; variable