Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkVertices.cpp117 fIntermediateFanIndices.reset(new uint8_t[sizes.fBuilderTriFanISize]); in init()
143 if (fIntermediateFanIndices.get()) { in detach()
205 if (fIntermediateFanIndices) { in indices()
206 return reinterpret_cast<uint16_t*>(fIntermediateFanIndices.get()); in indices()
/external/skqp/src/core/
DSkVertices.cpp117 fIntermediateFanIndices.reset(new uint8_t[sizes.fBuilderTriFanISize]); in init()
143 if (fIntermediateFanIndices.get()) { in detach()
205 if (fIntermediateFanIndices) { in indices()
206 return reinterpret_cast<uint16_t*>(fIntermediateFanIndices.get()); in indices()
/external/skia/include/core/
DSkVertices.h205 std::unique_ptr<uint8_t[]> fIntermediateFanIndices; variable
/external/skqp/include/core/
DSkVertices.h205 std::unique_ptr<uint8_t[]> fIntermediateFanIndices; variable