Home
last modified time | relevance | path

Searched refs:SkAutoSTArray (Results 1 – 19 of 19) sorted by relevance

/external/skia/include/private/
DSkTemplates.h141 template <int kCountRequested, typename T> class SkAutoSTArray : SkNoncopyable {
144 SkAutoSTArray() { in SkAutoSTArray() function
151 SkAutoSTArray(int count) { in SkAutoSTArray() function
157 ~SkAutoSTArray() { in ~SkAutoSTArray()
/external/skia/include/core/
DSkImageFilter.h265 SkAutoSTArray<2, sk_sp<SkImageFilter>> fInputs; in SK_DEFINE_FLATTENABLE_TYPE()
426 SkAutoSTArray<2, sk_sp<SkImageFilter>> fInputs;
/external/skia/src/shaders/gradients/
DSkGradientShader.cpp294 SkAutoSTArray<8, SkColor> colorsTemp(count); in FlipGradientColors()
300 SkAutoSTArray<8, Rec> recsTemp(count); in FlipGradientColors()
915 SkAutoSTArray<8, SkColor> colorStorage; in commonAsAGradient()
916 SkAutoSTArray<8, Rec> recStorage; in commonAsAGradient()
1208 SkAutoSTArray<8, SkColor4f> colorsNew(opt.fCount); in MakeTwoPointConical()
1209 SkAutoSTArray<8, SkScalar> posNew(opt.fCount); in MakeTwoPointConical()
1380 SkAutoSTArray<4 * kSmallCount, float> vals(4 * count); in set_after_interp_color_uni_array()
1399 SkAutoSTArray<4 * kSmallCount, float> vals(4 * count); in set_before_interp_color_uni_array()
1424 SkAutoSTArray<4*kSmallCount, float> vals(4*count); in set_after_interp_color_uni_array()
1443 SkAutoSTArray<4*kSmallCount, float> vals(4*count); in set_before_interp_color_uni_array()
/external/skia/tests/
DUtilsTest.cpp56 SkAutoSTArray<2, sk_sp<RefClass> > tmp; in test_autostarray()
85 SkAutoSTArray<2, sk_sp<RefClass> > tmp(4); in test_autostarray()
DTemplatesTest.cpp102 test_container_apis<SkAutoSTArray<kStackPreallocCount, int>, int>(reporter); in DEF_TEST()
/external/skia/src/gpu/
DGrProcessorSet.h163 SkAutoSTArray<4, const GrFragmentProcessor*> fFragmentProcessors;
DGrStyle.h204 SkAutoSTArray<4, SkScalar> fIntervals;
DGrPipeline.h273 using FragmentProcessorArray = SkAutoSTArray<8, PendingFragmentProcessor>;
DGrDrawingManager.cpp131 SkAutoSTArray<1, uint32_t> opListIds(fOpLists.count()); in internalFlush()
DGrShape.h461 SkAutoSTArray<8, uint32_t> fInheritedKey;
/external/skia/src/gpu/ops/
DGrSmallPathRenderer.h106 SkAutoSTArray<24, uint32_t> fKey;
/external/skia/src/effects/
DSkMergeImageFilter.cpp124 SkAutoSTArray<4, uint8_t> modes8(count); in CreateProc()
DSkDashPathEffect.cpp370 SkAutoSTArray<32, SkScalar> intervals(count); in CreateProc()
DSkMatrixConvolutionImageFilter.cpp91 SkAutoSTArray<16, SkScalar> kernel(count); in CreateProc()
/external/skia/src/svg/
DSkSVGDevice.cpp133 SkAutoSTArray<64, SkUnichar> unichars(count); in SVGTextBuilder()
436 SkAutoSTArray<16, SkColor> grColors(grInfo.fColorCount); in addShaderResources()
437 SkAutoSTArray<16, SkScalar> grOffsets(grInfo.fColorCount); in addShaderResources()
/external/skia/src/utils/
DSkShadowUtils.cpp397 SkAutoSTArray<32 * 4, uint8_t> keyStorage; in draw_shadow()
/external/skia/src/core/
DSkTextBlob.cpp423 SkAutoSTArray<16, SkRect> glyphBounds(run.glyphCount()); in TightRunBounds()
/external/skia/samplecode/
DSampleQuadStroker.cpp282 SkAutoSTArray<32, SkPoint> pts(n); in draw_points()
/external/skia/src/ports/
DSkFontHost_win.cpp109 SkAutoSTArray<LF_FULLFACESIZE, TCHAR> fontName(fontNameLen+1); in dcfontname_to_skstring()