Home
last modified time | relevance | path

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

1234

/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()
/external/skia/src/gpu/
DGrQuad.h246 fXYs.push_back_n(that.fXYs.count(), that.fXYs.begin());
250 fWs.push_back_n(that.fWs.count(), that.fWs.begin());
254 fWs.push_back_n(4 * that.count(), 1.f);
268 fWs.push_back_n(4, 1.f);
281 fWs.push_back_n(4, quad.fW);
301 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()
/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/ops/
DGrAAHairLinePathRenderer.cpp283 SkPoint* pts = lines->push_back_n(4); in gather_lines_and_quads()
295 SkPoint* pts = quads->push_back_n(3); in gather_lines_and_quads()
339 SkPoint* pts = lines->push_back_n(4); in gather_lines_and_quads()
352 SkPoint* pts = conics->push_back_n(3); in gather_lines_and_quads()
367 SkPoint* pts = lines->push_back_n(2); in gather_lines_and_quads()
381 SkPoint* pts = lines->push_back_n(2); in gather_lines_and_quads()
439 SkPoint* pts = lines->push_back_n(2); in gather_lines_and_quads()
451 SkPoint* pts = lines->push_back_n(2); in gather_lines_and_quads()
462 SkPoint* pts = lines->push_back_n(2); in gather_lines_and_quads()
887 fPaths.push_back_n(that->fPaths.count(), that->fPaths.begin()); in onCombineIfPossible()
DGrAAFillRRectOp.h53 return fInstanceData.push_back_n(sizeof(T) * count); in appendInstanceData()
/external/skia/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/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/skqp/src/core/
DSkLatticeIter.cpp169 fRectTypes.push_back_n(fNumRectsInLattice); in SkLatticeIter()
170 fColors.push_back_n(fNumRectsInLattice); in SkLatticeIter()
/external/skia/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.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/modules/skottie/src/
DSkottieAdapter.cpp437 fGlyphs .push_back_n(count); in makeBlob()
438 fPositions.push_back_n(count); in makeBlob()
/external/skia/src/gpu/ccpr/
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()
DGrCCStrokeGeometry.cpp225 fNormals.push_back_n(2, normals); in quadraticTo()
380 fNormals.push_back_n(2, normals); in cubicTo()
/external/skqp/src/gpu/ccpr/
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()
DGrCCStrokeGeometry.cpp225 fNormals.push_back_n(2, normals); in quadraticTo()
380 fNormals.push_back_n(2, normals); in cubicTo()
/external/skia/gm/
Dcompositor_quads.cpp463 drawCounts.push_back_n(fRenderers.count(), 0); in onDraw()
513 fMatrices.push_back_n(kMatrixCount); in configureMatrices()
719 fDstClips.push_back_n(4, clip); in drawTile()

1234