Home
last modified time | relevance | path

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

/external/chromium_org/third_party/skia/src/gpu/gl/
DGrGLPath.cpp94 pathCommands.resize_back(verbCnt); in InitPathObject()
95 pathPoints.resize_back(pointCnt); in InitPathObject()
DGrGLVertexArray.h57 fAttribArrayStates.resize_back(newCount); in resize()
/external/skia/src/gpu/gl/
DGrGLPath.cpp99 pathCommands.resize_back(verbCnt); in GrGLPath()
100 pathPoints.resize_back(pointCnt); in GrGLPath()
DGrGLVertexArray.h57 fAttribArrayStates.resize_back(newCount); in resize()
/external/chromium_org/third_party/skia/include/core/
DSkTArray.h263 void resize_back(int newCount) { in resize_back() function
/external/skia/include/core/
DSkTArray.h263 void resize_back(int newCount) { in resize_back() function
/external/chromium_org/third_party/skia/experimental/iOSSampleApp/Shared/
DSkOptionsTableViewController.mm86 options.resize_back(count);
/external/skia/experimental/iOSSampleApp/Shared/
DSkOptionsTableViewController.mm86 options.resize_back(count);
/external/chromium_org/third_party/skia/src/ports/
DSkFontConfigParser_android.cpp241 family->fFonts.resize_back(count); in purgeUndesiredWeights()