Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkPathRef.h458 fPoints.resize_back(pointCount);
461 fVerbs.resize_back(verbCount);
464 fConicWeights.resize_back(conicCount);
/external/skia/src/gpu/ganesh/gl/
DGrGLVertexArray.h33 fAttribArrayStates.resize_back(newCount); in resize()
DGrGLCaps.cpp856 fProgramBinaryFormats.resize_back(count); in init()
/external/skia/tools/viewer/
DBisectSlide.cpp66 fFoundPaths.resize_back(midpt); in onChar()
DSkSLSlide.cpp141 fChildren.resize_back(effect->children().size()); in rebuild()
/external/sdv/vsomeip/third_party/boost/container/test/
Ddevector_test.cpp1415 BOOST_TEST_THROWS(d.resize_back(256), test_exception); in test_resize_back_throwing()
1433 a.resize_back(8); in test_resize_back()
1442 b.resize_back(8); in test_resize_back()
1466 e.resize_back(4); in test_resize_back()
1475 g.resize_back(128); in test_resize_back()
1482 e.resize_back(6); in test_resize_back()
1500 BOOST_TEST_THROWS(c.resize_back(256, T(404)), test_exception); in test_resize_back_copy_throwing()
1513 BOOST_TEST_THROWS(c.resize_back(256, T(404)), test_exception); in test_resize_back_copy_throwing()
1527 BOOST_TEST_THROWS(c.resize_back(256, T(404)), test_exception); in test_resize_back_copy_throwing()
1546 a.resize_back(8, T(9)); in test_resize_back_copy()
[all …]
/external/skia/include/private/base/
DSkTArray.h343 void resize_back(int newCount) { in resize_back() function
423 void resize(size_t count) { this->resize_back((int)count); } in resize()
/external/sdv/vsomeip/third_party/boost/container/include/boost/container/
Ddevector.hpp998 void resize(size_type sz) { resize_back(sz); } in resize()
1001 void resize(size_type sz, const T& c) { resize_back(sz, c); } in resize()
1068 void resize_back(size_type sz) in resize_back() function in boost::container::devector
1090 void resize_back(size_type sz, const T& c) in resize_back() function in boost::container::devector
/external/skia/src/gpu/ganesh/
DGrDrawingManager.cpp447 fDAG.resize_back(newCount); in reorderTasks()
/external/skia/src/shaders/gradients/
DSkGradientBaseShader.cpp127 array->resize_back(count); in validate_array()