Searched refs:SkAutoTArray (Results 1 – 25 of 45) sorted by relevance
12
80 template <typename T> class SkAutoTArray {82 SkAutoTArray() {} in SkAutoTArray() function85 explicit SkAutoTArray(int count) { in SkAutoTArray() function93 SkAutoTArray(SkAutoTArray&& other) : fArray(std::move(other.fArray)) { in SkAutoTArray() function96 SkAutoTArray& operator=(SkAutoTArray&& other) {106 void reset(int count = 0) { *this = SkAutoTArray(count); }
268 SkAutoTArray<Slot> oldSlots = std::move(fSlots); in resize()269 fSlots = SkAutoTArray<Slot>(capacity); in resize()408 SkAutoTArray<Slot> fSlots;
55 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);
55 SkAutoTArray<SkPoint> pos(count);56 SkAutoTArray<SkScalar> widths(count);
41 SkAutoTArray<SkScalar> pos(len); in make_blob()42 SkAutoTArray<SkGlyphID> glyphs(len); in make_blob()
133 SkAutoTArray<SkGlyphID> glyphs(SkToInt(textLen)); in onDraw()135 SkAutoTArray<SkPoint> pos(count); in onDraw()
110 SkAutoTArray<SkPoint> points(n); in drawOneColumn()
44 SkAutoTArray<SkPoint> points(n); in draw_path()
193 SkAutoTArray<uint16_t> glyphStorage(count);197 SkAutoTArray<SkScalar> widthStorage(count);198 SkAutoTArray<SkScalar> xposStorage(count);199 SkAutoTArray<SkPoint> posStorage(count);
48 SkAutoTArray<SkScalar> intervals(info.fCount); in DEF_TEST()
109 test_container_apis<SkAutoTArray<int>, int>(reporter); in DEF_TEST()
391 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 …]
54 SkAutoTArray<SkColor> colors(fColorCount); in onPreDraw()61 SkAutoTArray<SkScalar> positions(fColorCount); in onPreDraw()
131 SkAutoTArray<SkCanvas::ImageSetEntry> set( in onDraw()172 SkAutoTArray<SkPoint> dstQuads(4 * (fTileGridSize.fWidth - 1)); in onDraw()198 SkAutoTArray<SkPoint> dstQuads( in onDraw()
46 SkAutoTArray<char> utf8(utf8Units); in convertUtf16ToUtf8()65 SkAutoTArray<uint16_t> utf16(utf16Units); in convertUtf8ToUtf16()
26 SkAutoTArray<D3D12_DESCRIPTOR_RANGE> samplerRanges(numTextureSamplers); in Make()27 SkAutoTArray<D3D12_DESCRIPTOR_RANGE> shaderViewRanges(numShaderViews); in Make()
244 SkAutoTArray<SkMatrix> fFrontMatrices;245 SkAutoTArray<SkMatrix> fBackMatrices;355 SkAutoTArray<SkPath> fFrontPaths;356 SkAutoTArray<SkPath> fBackPaths;
51 SkAutoTArray<SkFontIdentity> fData;
65 SkAutoTArray<uint8_t> data((int)size);
30 SkAutoTArray<SkPoint> pos(ag.count()); in GetPath()
93 SkAutoTArray<SkScalar> fIntervals;
58 SkAutoTArray<SkPoint> points(n); in draw()
140 SkAutoTArray<TileData> fTiles; // 'fNumXDivisions' x 'fNumYDivisions'
721 SkAutoTArray<SkCanvas::ImageSetEntry> fSet;723 SkAutoTArray<SkPoint> fDstClips;724 SkAutoTArray<SkMatrix> fPreViewMatrices;
229 SkAutoTArray<SkGlyphVariant> fMultiBuffer;