Home
last modified time | relevance | path

Searched refs:reserve_back (Results 1 – 25 of 46) sorted by relevance

12

/third_party/skia/experimental/sktext/src/
DVisualRun.h27 fPositions.reserve_back(positions.size()); in VisualRun()
32 fGlyphs.reserve_back(glyphs.size()); in VisualRun()
36 fClusters.reserve_back(clusters.size()); in VisualRun()
/third_party/skia/include/sksl/
DDSLFunction.h37 parameterArray.reserve_back(sizeof...(parameters)); in DSLFunction()
77 argArray.reserve_back(sizeof...(args)); in operator()
DDSLBlock.h28 fStatements.reserve_back(sizeof...(statements)); in DSLBlock()
DDSLCase.h29 fStatements.reserve_back(sizeof...(statements)); in DSLCase()
DDSLCore.h178 caseArray.reserve_back(sizeof...(cases)); in StaticSwitch()
195 caseArray.reserve_back(sizeof...(cases)); in Switch()
/third_party/skia/src/sksl/ir/
DSkSLSwitchStatement.cpp26 cases.reserve_back(this->cases().size()); in clone()
91 blockStmts.reserve_back(block.children().size()); in move_all_but_break()
148 caseStmts.reserve_back(std::distance(startIter, iter) + 1); in BlockForCase()
DSkSLExternalFunctionCall.h56 cloned.reserve_back(this->arguments().size()); in clone()
DSkSLConstructorArrayCast.cpp26 typecastArgs.reserve_back(inputArgs.size()); in cast_constant_array()
DSkSLBlock.cpp63 cloned.reserve_back(this->children().size()); in clone()
DSkSLChildCall.cpp24 cloned.reserve_back(this->arguments().size()); in clone()
DSkSLConstructorCompound.cpp63 flattened.reserve_back(fields); in Make()
DSkSLConstructorCompoundCast.cpp53 typecastArgs.reserve_back(numSlots); in cast_constant_composite()
DSkSLConstructor.h132 clonedArgs.reserve_back(this->arguments().size()); in cloneArguments()
/third_party/skia/modules/svg/src/
DSkSVGTextPriv.h133 fUtf8.reserve_back(SkToInt(size)); in reserve()
134 fUtf8PosAdjust.reserve_back(SkToInt(size)); in reserve()
/third_party/skia/tests/
DTArrayTest.cpp328 array2.reserve_back(reserveCount); in test_reserve()
333 array3.reserve_back(reserveCount); in test_reserve()
339 array4.reserve_back(reserveCount); in test_reserve()
/third_party/skia/src/sksl/dsl/
DDSLBlock.cpp23 fStatements.reserve_back(statements.count()); in DSLBlock()
DDSLCase.cpp24 fStatements.reserve_back(statements.count()); in DSLCase()
DDSLStatement.cpp88 stmts.reserve_back(2); in operator ,()
DDSLFunction.cpp112 released.reserve_back(args.size()); in call()
/third_party/skia/bench/
DCreateBackendTextureBench.cpp31 fBackendTextures.reserve_back(loops); in onDraw()
/third_party/skia/include/private/
DSkTArray.h51 explicit SkTArray(int reserveCount) : SkTArray() { this->reserve_back(reserveCount); } in SkTArray()
176 void reserve_back(int n) { in reserve_back() function
613 this->reserve_back(reserveCount); in SkSTArray()
/third_party/skia/experimental/sktext/editor/
DTexts.cpp54 merged.reserve_back(fDecorations.size() + fSelection->count()); in mergeSelectionIntoDecorations()
/third_party/skia/src/sksl/
DSkSLRehydrator.cpp316 statements.reserve_back(count); in statement()
374 cases.reserve_back(caseCount); in statement()
403 array.reserve_back(count); in expressionArray()
/third_party/skia/src/pdf/
DSkPDFMakeCIDGlyphWidthsArray.cpp118 advances.reserve_back(glyphs.size()); in SkPDFMakeCIDGlyphWidthsArray()
/third_party/skia/src/sksl/dsl/priv/
DDSLWriter.cpp105 stmts.reserve_back(2); in AddVarDeclaration()

12