Home
last modified time | relevance | path

Searched refs:resize_back (Results 1 – 8 of 8) sorted by relevance

/external/skia/include/private/
DSkPathRef.h433 fPoints.resize_back(pointCount);
438 fVerbs.resize_back(verbCount);
439 fConicWeights.resize_back(conicCount);
/external/skia/src/gpu/ganesh/gl/
DGrGLVertexArray.h31 fAttribArrayStates.resize_back(newCount); in resize()
DGrGLCaps.cpp777 fProgramBinaryFormats.resize_back(count); in init()
/external/skia/tools/viewer/
DBisectSlide.cpp62 fFoundPaths.resize_back(midpt); in onChar()
DSkSLSlide.cpp121 fChildren.resize_back(effect->children().size()); in rebuild()
/external/skia/include/private/base/
DSkTArray.h304 void resize_back(int newCount) { in resize_back() function
362 void resize(size_t count) { this->resize_back((int)count); } in resize()
/external/skia/src/gpu/ganesh/
DGrDrawingManager.cpp429 fDAG.resize_back(newCount); in reorderTasks()
/external/skia/src/shaders/gradients/
DSkGradientShaderBase.cpp111 array->resize_back(count); in validate_array()