Home
last modified time | relevance | path

Searched refs:totalSizeInBytes (Results 1 - 1 of 1) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DTextureOp.cpp422 size_t totalSizeInBytes() const { in totalSizeInBytes() function
431 fPrePreparedVertices = arena->makeArrayDefault<char>(this->totalSizeInBytes()); in allocatePrePreparedVertices()
753 SkASSERT(desc->totalSizeInBytes() == (size_t)(tessellator.vertices() - vertexData)); in FillInVertices()
914 memcpy(vdata, fDesc->fPrePreparedVertices, fDesc->totalSizeInBytes());

Completed in 3 milliseconds