Home
last modified time | relevance | path

Searched refs:AutoSTArray (Results 1 – 25 of 34) sorted by relevance

12

/aosp_15_r20/external/skia/include/private/base/
H A DSkTemplates.h174 template <int kCountRequested, typename T> class AutoSTArray {
176 AutoSTArray(AutoSTArray&&) = delete;
177 AutoSTArray(const AutoSTArray&) = delete;
178 AutoSTArray& operator=(AutoSTArray&&) = delete;
179 AutoSTArray& operator=(const AutoSTArray&) = delete;
182 AutoSTArray() { in AutoSTArray() function
189 AutoSTArray(int count) { in AutoSTArray() function
195 ~AutoSTArray() { in ~AutoSTArray()
/aosp_15_r20/external/skia/src/core/
H A DSkStrikeSpec.h121 skia_private::AutoSTArray<kTypicalGlyphCount, const SkGlyph*> fGlyphs;
137 skia_private::AutoSTArray<kTypicalGlyphCount, const SkGlyph*> fGlyphs;
151 skia_private::AutoSTArray<kTypicalGlyphCount, const SkGlyph*> fGlyphs;
166 skia_private::AutoSTArray<kTypicalGlyphCount, const SkGlyph*> fGlyphs;
H A DSkFontPriv.h114 skia_private::AutoSTArray<32, uint16_t> fStorage;
H A DSkImageFilter_Base.h302 skia_private::AutoSTArray<2, sk_sp<SkImageFilter>> fInputs;
/aosp_15_r20/external/skia/modules/skshaper/src/
H A DSkShaper_coretext.cpp264 AutoSTArray<4096, CGSize> advances(runGlyphs); in shape()
298 AutoSTArray<4096, CGPoint> positions(runGlyphs); in shape()
300 AutoSTArray<4096, CFIndex> indices; in shape()
H A DSkShaper_harfbuzz.cpp1386 AutoSTArray<32, SkGlyphID> glyphIDs(len); in shape()
1390 AutoSTArray<32, SkRect> glyphBounds(len); in shape()
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrResourceProvider.cpp107 AutoSTArray<14, GrMipLevel> tmpTexels; in createTexture()
108 AutoSTArray<14, std::unique_ptr<char[]>> tmpDatas; in createTexture()
918 AutoSTArray<14, GrMipLevel> tmpTexels; in writePixels()
919 AutoSTArray<14, std::unique_ptr<char[]>> tmpDatas; in writePixels()
H A DGrResourceProvider.h397 using TempLevels = skia_private::AutoSTArray<14, GrMipLevel>;
398 using TempLevelDatas = skia_private::AutoSTArray<14, std::unique_ptr<char[]>>;
H A DGrWritePixelsRenderTask.h55 skia_private::AutoSTArray<16, GrMipLevel> fLevels;
H A DGrPipeline.h235 skia_private::AutoSTArray<3, std::unique_ptr<const GrFragmentProcessor>>;
H A DGrStyle.h219 skia_private::AutoSTArray<4, SkScalar> fIntervals;
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DSmallPathShapeData.h56 skia_private::AutoSTArray<24, uint32_t> fKey;
/aosp_15_r20/external/skia/include/gpu/graphite/precompile/
H A DPrecompileImageFilter.h72 skia_private::AutoSTArray<2, sk_sp<PrecompileImageFilter>> fInputs;
/aosp_15_r20/external/skia/src/svg/
H A DSkSVGDevice.cpp453 AutoSTArray<16, SkColor> grColors(grInfo.fColorCount); in addGradientShaderResources()
454 AutoSTArray<16, SkScalar> grOffsets(grInfo.fColorCount); in addGradientShaderResources()
1054 AutoSTArray<64, SkUnichar> unichars(runSize); in SVGTextBuilder()
/aosp_15_r20/external/skia/tests/
H A DTemplatesTest.cpp115 test_container_apis<AutoSTArray<kStackPreallocCount, int>, int>(reporter); in DEF_TEST()
H A DUtilsTest.cpp70 AutoSTArray<2, sk_sp<RefClass> > tmp; in test_autostarray()
99 AutoSTArray<2, sk_sp<RefClass> > tmp(4); in test_autostarray()
/aosp_15_r20/external/skia/src/gpu/ganesh/geometry/
H A DGrStyledShape.h318 skia_private::AutoSTArray<8, uint32_t> fInheritedKey;
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkPipelineState.cpp145 AutoSTArray<8, SamplerBindings> samplerBindings(fNumSamplers); in setAndBindTextures()
/aosp_15_r20/external/skia/src/effects/
H A DSkDashPathEffect.cpp401 AutoSTArray<32, SkScalar> intervals(count); in CreateProc()
/aosp_15_r20/external/skia/src/effects/imagefilters/
H A DSkMatrixConvolutionImageFilter.cpp291 AutoSTArray<16, SkScalar> kernel(count); in CreateProc()
/aosp_15_r20/external/skia/src/gpu/ganesh/glsl/
H A DGrGLSLProgramBuilder.cpp101 AutoSTArray<4, SamplerHandle> texSamplers(geomProc.numTextureSamplers()); in emitAndInstallPrimProc()
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DPipelineStateBuilder.cpp489 AutoSTArray<4, D3D12_INPUT_ELEMENT_DESC> inputElements(totalAttributeCnt); in create_pipeline_state()
/aosp_15_r20/external/skia/modules/skunicode/src/
H A DSkUnicode_icu.cpp510 AutoSTArray<128, uint16_t> upper16(upper16len); in toUpper()
/aosp_15_r20/external/skia/modules/skparagraph/src/
H A DTextLine.cpp146 AutoSTArray<kPreallocCount, SkUnicode::BidiLevel> runLevels(numRuns); in TextLine()
163 AutoSTArray<kPreallocCount, int32_t> logicalOrder(numRuns); in TextLine()
/aosp_15_r20/external/skia/modules/svg/src/
H A DSkSVGText.cpp652 AutoSTArray<64, SkRect> glyphBounds; in onObjectBoundingBox()

12