Searched refs:resize_back (Results 1 – 10 of 10) sorted by relevance
/external/skia/include/private/ |
D | SkPathRef.h | 458 fPoints.resize_back(pointCount); 461 fVerbs.resize_back(verbCount); 464 fConicWeights.resize_back(conicCount);
|
/external/skia/src/gpu/ganesh/gl/ |
D | GrGLVertexArray.h | 33 fAttribArrayStates.resize_back(newCount); in resize()
|
D | GrGLCaps.cpp | 856 fProgramBinaryFormats.resize_back(count); in init()
|
/external/skia/tools/viewer/ |
D | BisectSlide.cpp | 66 fFoundPaths.resize_back(midpt); in onChar()
|
D | SkSLSlide.cpp | 141 fChildren.resize_back(effect->children().size()); in rebuild()
|
/external/sdv/vsomeip/third_party/boost/container/test/ |
D | devector_test.cpp | 1415 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/ |
D | SkTArray.h | 343 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/ |
D | devector.hpp | 998 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/ |
D | GrDrawingManager.cpp | 447 fDAG.resize_back(newCount); in reorderTasks()
|
/external/skia/src/shaders/gradients/ |
D | SkGradientBaseShader.cpp | 127 array->resize_back(count); in validate_array()
|