Searched refs:fPrePreparedVertices (Results 1 – 2 of 2) sorted by relevance
231 SkASSERT(!fPrePreparedVertices); in onPrePrepareDraws()243 fPrePreparedVertices = arena->makeArrayDefault<char>(totalVertexSizeInBytes); in onPrePrepareDraws()245 this->tessellate(vertexSpec, fPrePreparedVertices); in onPrePrepareDraws()282 if (fPrePreparedVertices) { in onPrepareDraws()285 memcpy(vdata, fPrePreparedVertices, totalVertexSizeInBytes); in onPrepareDraws()450 char* fPrePreparedVertices = nullptr; member in __anon231916b10111::FillRectOpImpl
413 char* fPrePreparedVertices = nullptr; member431 fPrePreparedVertices = arena->makeArrayDefault<char>(this->totalSizeInBytes()); in allocatePrePreparedVertices()708 FillInVertices(*context->priv().caps(), this, fDesc, fDesc->fPrePreparedVertices); in onPrePrepareDraws()886 SkASSERT(!fDesc || fDesc->fPrePreparedVertices); in onPrepareDraws()892 SkASSERT(!fDesc->fPrePreparedVertices); in onPrepareDraws()913 if (fDesc->fPrePreparedVertices) { in onPrepareDraws()914 memcpy(vdata, fDesc->fPrePreparedVertices, fDesc->totalSizeInBytes()); in onPrepareDraws()