Home
last modified time | relevance | path

Searched refs:SkAutoTArray (Results 1 – 25 of 45) sorted by relevance

12

/third_party/skia/include/private/
DSkTemplates.h80 template <typename T> class SkAutoTArray {
82 SkAutoTArray() {} in SkAutoTArray() function
85 explicit SkAutoTArray(int count) { in SkAutoTArray() function
93 SkAutoTArray(SkAutoTArray&& other) : fArray(std::move(other.fArray)) { in SkAutoTArray() function
96 SkAutoTArray& operator=(SkAutoTArray&& other) {
106 void reset(int count = 0) { *this = SkAutoTArray(count); }
DSkTHash.h268 SkAutoTArray<Slot> oldSlots = std::move(fSlots); in resize()
269 fSlots = SkAutoTArray<Slot>(capacity); in resize()
408 SkAutoTArray<Slot> fSlots;
/third_party/skia/gm/
Dtexteffects.cpp55 SkAutoTArray<SkGlyphID> glyphs(glyphCount); in MakeFancyBlob()
57 SkAutoTArray<SkScalar> widths(glyphCount); in MakeFancyBlob()
158 SkAutoTArray<SkScalar> xpos(count); in make_posh()
169 SkAutoTArray<SkPoint> pos(count); in make_pos()
215 SkAutoTArray<SkScalar> intervals(count); in draw_blob_adorned()
245 SkAutoTArray<SkGlyphID> glyphs(count);
Dgetpostextpath.cpp55 SkAutoTArray<SkPoint> pos(count);
56 SkAutoTArray<SkScalar> widths(count);
Dfontregen.cpp41 SkAutoTArray<SkScalar> pos(len); in make_blob()
42 SkAutoTArray<SkGlyphID> glyphs(len); in make_blob()
Ddftext.cpp133 SkAutoTArray<SkGlyphID> glyphs(SkToInt(textLen)); in onDraw()
135 SkAutoTArray<SkPoint> pos(count); in onDraw()
Dpathcontourstart.cpp110 SkAutoTArray<SkPoint> points(n); in drawOneColumn()
Dstrokerect.cpp44 SkAutoTArray<SkPoint> points(n); in draw_path()
/third_party/skia/tests/
DPaintTest.cpp193 SkAutoTArray<uint16_t> glyphStorage(count);
197 SkAutoTArray<SkScalar> widthStorage(count);
198 SkAutoTArray<SkScalar> xposStorage(count);
199 SkAutoTArray<SkPoint> posStorage(count);
DAsADashTest.cpp48 SkAutoTArray<SkScalar> intervals(info.fCount); in DEF_TEST()
DTemplatesTest.cpp109 test_container_apis<SkAutoTArray<int>, int>(reporter); in DEF_TEST()
/third_party/skia/bench/
DPathBench.cpp391 SkAutoTArray<int> fVerbCnts;
392 SkAutoTArray<SkPath::Verb> fVerbs;
393 SkAutoTArray<SkPoint> fPoints;
461 SkAutoTArray<SkPath> fPaths;
462 SkAutoTArray<SkPath> fCopies;
507 SkAutoTArray<SkPath> fPaths;
508 SkAutoTArray<SkPath> fTransformed;
549 SkAutoTArray<SkPath> fPaths;
550 SkAutoTArray<SkPath> fCopies;
646 SkAutoTArray<SkPath> fPaths0;
[all …]
DHardStopGradientBench_ScaleNumHardStops.cpp54 SkAutoTArray<SkColor> colors(fColorCount); in onPreDraw()
61 SkAutoTArray<SkScalar> positions(fColorCount); in onPreDraw()
DCompositingImagesBench.cpp131 SkAutoTArray<SkCanvas::ImageSetEntry> set( in onDraw()
172 SkAutoTArray<SkPoint> dstQuads(4 * (fTileGridSize.fWidth - 1)); in onDraw()
198 SkAutoTArray<SkPoint> dstQuads( in onDraw()
/third_party/skia/modules/skunicode/src/
DSkUnicode.cpp46 SkAutoTArray<char> utf8(utf8Units); in convertUtf16ToUtf8()
65 SkAutoTArray<uint16_t> utf16(utf16Units); in convertUtf8ToUtf16()
/third_party/skia/src/gpu/d3d/
DGrD3DRootSignature.cpp26 SkAutoTArray<D3D12_DESCRIPTOR_RANGE> samplerRanges(numTextureSamplers); in Make()
27 SkAutoTArray<D3D12_DESCRIPTOR_RANGE> shaderViewRanges(numShaderViews); in Make()
/third_party/skia/samplecode/
DSamplePathText.cpp244 SkAutoTArray<SkMatrix> fFrontMatrices;
245 SkAutoTArray<SkMatrix> fBackMatrices;
355 SkAutoTArray<SkPath> fFrontPaths;
356 SkAutoTArray<SkPath> fBackPaths;
/third_party/skia/include/ports/
DSkRemotableFontMgr.h51 SkAutoTArray<SkFontIdentity> fData;
/third_party/skia/src/gpu/text/
DGrDistanceFieldAdjustTable.cpp65 SkAutoTArray<uint8_t> data((int)size);
/third_party/skia/src/utils/
DSkTextUtils.cpp30 SkAutoTArray<SkPoint> pos(ag.count()); in GetPath()
/third_party/skia/src/gpu/
DGrTestUtils.h93 SkAutoTArray<SkScalar> fIntervals;
/third_party/skia/docs/examples/
Dstrokerect_gm.cpp58 SkAutoTArray<SkPoint> points(n); in draw()
/third_party/skia/tools/
DDDLTileHelper.h140 SkAutoTArray<TileData> fTiles; // 'fNumXDivisions' x 'fNumYDivisions'
/third_party/skia/tools/debugger/
DDrawCommand.h721 SkAutoTArray<SkCanvas::ImageSetEntry> fSet;
723 SkAutoTArray<SkPoint> fDstClips;
724 SkAutoTArray<SkMatrix> fPreViewMatrices;
/third_party/skia/src/core/
DSkGlyphBuffer.h229 SkAutoTArray<SkGlyphVariant> fMultiBuffer;

12