Home
last modified time | relevance | path

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

12

/third_party/skia/gm/
H A 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); in DEF_SIMPLE_GM()
H A Dgetpostextpath.cpp55 SkAutoTArray<SkPoint> pos(count); in DEF_SIMPLE_GM()
56 SkAutoTArray<SkScalar> widths(count); in DEF_SIMPLE_GM()
H A Dfontregen.cpp41 SkAutoTArray<SkScalar> pos(len); in make_blob()
42 SkAutoTArray<SkGlyphID> glyphs(len); in make_blob()
H A Ddftext.cpp133 SkAutoTArray<SkGlyphID> glyphs(SkToInt(textLen));
135 SkAutoTArray<SkPoint> pos(count);
H A Dstrokerect.cpp44 SkAutoTArray<SkPoint> points(n); in draw_path()
H A Dpathcontourstart.cpp110 SkAutoTArray<SkPoint> points(n); in drawOneColumn()
/third_party/skia/include/private/
H A DSkTemplates.h80 template <typename T> class SkAutoTArray { class
82 SkAutoTArray() {} in SkAutoTArray() function in SkAutoTArray
85 explicit SkAutoTArray(int count) { in SkAutoTArray() function in SkAutoTArray
93 SkAutoTArray(SkAutoTArray&& other) : fArray(std::move(other.fArray)) { in SkAutoTArray() function in SkAutoTArray
96 SkAutoTArray& operator=(SkAutoTArray&& other) { in operator =()
106 void reset(int count = 0) { *this = SkAutoTArray(count); } in reset()
128 /** Wraps SkAutoTArray, with room for kCountRequested elements preallocated.
H A DSkTHash.h268 SkAutoTArray<Slot> oldSlots = std::move(fSlots); in resize()
269 fSlots = SkAutoTArray<Slot>(capacity); in resize()
408 SkAutoTArray<Slot> fSlots;
/third_party/skia/bench/
H A DHardStopGradientBench_ScaleNumHardStops.cpp54 SkAutoTArray<SkColor> colors(fColorCount);
61 SkAutoTArray<SkScalar> positions(fColorCount);
H A 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<SkPat
[all...]
H A DCompositingImagesBench.cpp131 SkAutoTArray<SkCanvas::ImageSetEntry> set(
172 SkAutoTArray<SkPoint> dstQuads(4 * (fTileGridSize.fWidth - 1));
198 SkAutoTArray<SkPoint> dstQuads(
/third_party/skia/tests/
H A DPaintTest.cpp193 SkAutoTArray<uint16_t> glyphStorage(count);
197 SkAutoTArray<SkScalar> widthStorage(count);
198 SkAutoTArray<SkScalar> xposStorage(count);
199 SkAutoTArray<SkPoint> posStorage(count);
H A DAsADashTest.cpp48 SkAutoTArray<SkScalar> intervals(info.fCount); in DEF_TEST()
H A DTemplatesTest.cpp109 test_container_apis<SkAutoTArray<int>, int>(reporter); in DEF_TEST()
/third_party/skia/src/gpu/d3d/
H A DGrD3DRootSignature.cpp26 SkAutoTArray<D3D12_DESCRIPTOR_RANGE> samplerRanges(numTextureSamplers); in Make()
27 SkAutoTArray<D3D12_DESCRIPTOR_RANGE> shaderViewRanges(numShaderViews); in Make()
/third_party/skia/modules/skunicode/src/
H A DSkUnicode.cpp46 SkAutoTArray<char> utf8(utf8Units); in convertUtf16ToUtf8()
65 SkAutoTArray<uint16_t> utf16(utf16Units); in convertUtf8ToUtf16()
/third_party/skia/samplecode/
H A DSamplePathText.cpp244 SkAutoTArray<SkMatrix> fFrontMatrices;
245 SkAutoTArray<SkMatrix> fBackMatrices;
355 SkAutoTArray<SkPath> fFrontPaths;
356 SkAutoTArray<SkPath> fBackPaths;
/third_party/skia/include/ports/
H A DSkRemotableFontMgr.h51 SkAutoTArray<SkFontIdentity> fData;
/third_party/skia/src/gpu/text/
H A DGrDistanceFieldAdjustTable.cpp65 SkAutoTArray<uint8_t> data((int)size); in build_distance_adjust_table()
/third_party/skia/src/gpu/
H A DGrTestUtils.h93 SkAutoTArray<SkScalar> fIntervals;
/third_party/skia/src/utils/
H A DSkTextUtils.cpp30 SkAutoTArray<SkPoint> pos(ag.count()); in GetPath()
/third_party/skia/tools/
H A DDDLTileHelper.h140 SkAutoTArray<TileData> fTiles; // 'fNumXDivisions' x 'fNumYDivisions'
/third_party/skia/docs/examples/
H A Dstrokerect_gm.cpp58 SkAutoTArray<SkPoint> points(n); in REG_FIDDLE()
/third_party/skia/tools/debugger/
H A DDrawCommand.h721 SkAutoTArray<SkCanvas::ImageSetEntry> fSet;
723 SkAutoTArray<SkPoint> fDstClips;
724 SkAutoTArray<SkMatrix> fPreViewMatrices;
/third_party/skia/src/core/
H A DSkGlyphBuffer.h229 SkAutoTArray<SkGlyphVariant> fMultiBuffer;

Completed in 13 milliseconds

12