Home
last modified time | relevance | path

Searched refs:push_back_n (Results 1 – 25 of 73) sorted by relevance

123

/external/skia/experimental/sktext/src/
DTextRun.cpp15 fGlyphs.push_back_n(info.glyphCount); in TextRun()
16 fBounds.push_back_n(info.glyphCount); in TextRun()
17 fPositions.push_back_n(info.glyphCount + 1); in TextRun()
18 fClusters.push_back_n(info.glyphCount + 1); in TextRun()
/external/skqp/src/gpu/
DGrQuad.h213 fXYs.push_back_n(that.fXYs.count(), that.fXYs.begin());
217 fWs.push_back_n(that.fWs.count(), that.fWs.begin());
221 fWs.push_back_n(4 * that.count(), 1.f);
235 fWs.push_back_n(4, 1.f);
248 fWs.push_back_n(4, quad.fW);
268 fWs.push_back_n(4 * this->count(), 1.f);
DGrProcessor.h36 fData->push_back_n(4, reinterpret_cast<uint8_t*>(&v)); in add32()
44 return reinterpret_cast<uint32_t*>(fData->push_back_n(4 * count)); in add32n()
DGrPathUtils.cpp411 SkPoint* degQuad = quads->push_back_n(3); in convert_noninflect_cubic_to_quads()
449 SkPoint* pts = quads->push_back_n(3); in convert_noninflect_cubic_to_quads()
476 SkPoint* degQuad = quads->push_back_n(3); in convert_noninflect_cubic_to_quads_with_constraint()
522 SkPoint* qpts = quads->push_back_n(6); in convert_noninflect_cubic_to_quads_with_constraint()
530 SkPoint* qpts = quads->push_back_n(3); in convert_noninflect_cubic_to_quads_with_constraint()
577 SkPoint* pts = quads->push_back_n(3); in convert_noninflect_cubic_to_quads_with_constraint()
DGrProgramDesc.cpp211 desc->key().push_back_n(kProcessorKeysOffset); in Build()
/external/skia/modules/skparagraph/src/
DRun.cpp37 fGlyphs.push_back_n(info.glyphCount); in Run()
38 fBounds.push_back_n(info.glyphCount); in Run()
39 fPositions.push_back_n(info.glyphCount + 1); in Run()
40 fClusterIndexes.push_back_n(info.glyphCount + 1); in Run()
41 fShifts.push_back_n(info.glyphCount + 1, 0.0); in Run()
DParagraphImpl.cpp133 this->fCodeUnitProperties.push_back_n(fText.size() + 1, CodeUnitFlags::kNoCodeUnitFlag); in layout()
170 this->fClustersIndexFromCodeUnit.push_back_n(fText.size() + 1, EMPTY_INDEX); in layout()
854 fCodeUnitProperties.push_back_n(fText.size() + 1, kNoCodeUnitFlag); in setState()
/external/skqp/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp284 SkPoint* pts = lines->push_back_n(4); in gather_lines_and_quads()
296 SkPoint* pts = quads->push_back_n(3); in gather_lines_and_quads()
340 SkPoint* pts = lines->push_back_n(4); in gather_lines_and_quads()
353 SkPoint* pts = conics->push_back_n(3); in gather_lines_and_quads()
368 SkPoint* pts = lines->push_back_n(2); in gather_lines_and_quads()
382 SkPoint* pts = lines->push_back_n(2); in gather_lines_and_quads()
440 SkPoint* pts = lines->push_back_n(2); in gather_lines_and_quads()
452 SkPoint* pts = lines->push_back_n(2); in gather_lines_and_quads()
463 SkPoint* pts = lines->push_back_n(2); in gather_lines_and_quads()
886 fPaths.push_back_n(that->fPaths.count(), that->fPaths.begin()); in onCombineIfPossible()
DGrAAFillRRectOp.h49 return fInstanceData.push_back_n(sizeof(T) * count); in appendInstanceData()
DGrRegionOp.cpp149 fRegions.push_back_n(that->fRegions.count(), that->fRegions.begin()); in onCombineIfPossible()
/external/skia/src/gpu/geometry/
DGrPathUtils.cpp330 SkPoint* degQuad = quads->push_back_n(3); in convert_noninflect_cubic_to_quads()
368 SkPoint* pts = quads->push_back_n(3); in convert_noninflect_cubic_to_quads()
395 SkPoint* degQuad = quads->push_back_n(3); in convert_noninflect_cubic_to_quads_with_constraint()
441 SkPoint* qpts = quads->push_back_n(6); in convert_noninflect_cubic_to_quads_with_constraint()
449 SkPoint* qpts = quads->push_back_n(3); in convert_noninflect_cubic_to_quads_with_constraint()
496 SkPoint* pts = quads->push_back_n(3); in convert_noninflect_cubic_to_quads_with_constraint()
/external/skia/src/gpu/ops/
DGrAAHairLinePathRenderer.cpp285 SkPoint* pts = lines->push_back_n(4); in gather_lines_and_quads()
297 SkPoint* pts = quads->push_back_n(3); in gather_lines_and_quads()
341 SkPoint* pts = lines->push_back_n(4); in gather_lines_and_quads()
354 SkPoint* pts = conics->push_back_n(3); in gather_lines_and_quads()
369 SkPoint* pts = lines->push_back_n(2); in gather_lines_and_quads()
383 SkPoint* pts = lines->push_back_n(2); in gather_lines_and_quads()
441 SkPoint* pts = lines->push_back_n(2); in gather_lines_and_quads()
453 SkPoint* pts = lines->push_back_n(2); in gather_lines_and_quads()
464 SkPoint* pts = lines->push_back_n(2); in gather_lines_and_quads()
961 fPaths.push_back_n(that->fPaths.count(), that->fPaths.begin()); in onCombineIfPossible()
DGrRegionOp.cpp164 fRegions.push_back_n(that->fRegions.count(), that->fRegions.begin()); in onCombineIfPossible()
DGrFillRRectOp.cpp91 return reinterpret_cast<T*>(fInstanceData.push_back_n(sizeof(T) * count)); in appendInstanceData()
273 fInstanceData.push_back_n(that.fInstanceData.count(), that.fInstanceData.begin()); in onCombineIfPossible()
/external/skqp/include/private/
DSkTArray.h213 T* push_back_n(int n) { in push_back_n() function
226 T* push_back_n(int n, const T& t) { in push_back_n() function
239 T* push_back_n(int n, const T t[]) { in push_back_n() function
293 this->push_back_n(newCount - fCount); in resize_back()
/external/skia/include/private/
DSkTArray.h245 T* push_back_n(int n) { in push_back_n() function
258 T* push_back_n(int n, const T& t) { in push_back_n() function
271 T* push_back_n(int n, const T t[]) { in push_back_n() function
325 this->push_back_n(newCount - fCount); in resize_back()
/external/skia/src/core/
DSkLatticeIter.cpp169 fRectTypes.push_back_n(fNumRectsInLattice); in SkLatticeIter()
170 fColors.push_back_n(fNumRectsInLattice); in SkLatticeIter()
/external/skqp/src/core/
DSkLatticeIter.cpp169 fRectTypes.push_back_n(fNumRectsInLattice); in SkLatticeIter()
170 fColors.push_back_n(fNumRectsInLattice); in SkLatticeIter()
/external/skqp/src/gpu/gl/
DGrGLExtensions.cpp96 fStrings.push_back_n(extensionCnt); in init()
DGrGLProgramDataManager.cpp23 fUniforms.push_back_n(count); in GrGLProgramDataManager()
38 fPathProcVaryings.push_back_n(count); in GrGLProgramDataManager()
/external/skia/src/gpu/gl/
DGrGLExtensions.cpp102 fStrings.push_back_n(extensionCnt); in init()
/external/skia/gm/
Dcompositor_quads.cpp458 drawCounts.push_back_n(fRenderers.count(), 0); in onDraw()
509 fMatrices.push_back_n(kMatrixCount); in configureMatrices()
712 fDstClips.push_back_n(4, clip); in drawTile()
921 fDstClips.push_back_n(4, clip); in drawTile()
/external/skqp/src/gpu/ccpr/
DGrCCStrokeGeometry.cpp225 fNormals.push_back_n(2, normals); in quadraticTo()
380 fNormals.push_back_n(2, normals); in cubicTo()
DGrCCFillGeometry.cpp307 pts.store(chops->push_back_n(2)); in find_chops_around_inflection_points()
314 pts.store(chops->push_back_n(2)); in find_chops_around_inflection_points()
460 chops->push_back_n(2, &roots[i]); in find_chops_around_loop_intersection()
/external/skqp/tests/
DTArrayTest.cpp236 array4.push_back_n(reserveCount); in test_reserve()

123