/aosp_15_r20/external/skia/include/private/base/ |
H A D | SkTemplates.h | 174 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 D | SkStrikeSpec.h | 121 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 D | SkFontPriv.h | 114 skia_private::AutoSTArray<32, uint16_t> fStorage;
|
H A D | SkImageFilter_Base.h | 302 skia_private::AutoSTArray<2, sk_sp<SkImageFilter>> fInputs;
|
/aosp_15_r20/external/skia/modules/skshaper/src/ |
H A D | SkShaper_coretext.cpp | 264 AutoSTArray<4096, CGSize> advances(runGlyphs); in shape() 298 AutoSTArray<4096, CGPoint> positions(runGlyphs); in shape() 300 AutoSTArray<4096, CFIndex> indices; in shape()
|
H A D | SkShaper_harfbuzz.cpp | 1386 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 D | GrResourceProvider.cpp | 107 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 D | GrResourceProvider.h | 397 using TempLevels = skia_private::AutoSTArray<14, GrMipLevel>; 398 using TempLevelDatas = skia_private::AutoSTArray<14, std::unique_ptr<char[]>>;
|
H A D | GrWritePixelsRenderTask.h | 55 skia_private::AutoSTArray<16, GrMipLevel> fLevels;
|
H A D | GrPipeline.h | 235 skia_private::AutoSTArray<3, std::unique_ptr<const GrFragmentProcessor>>;
|
H A D | GrStyle.h | 219 skia_private::AutoSTArray<4, SkScalar> fIntervals;
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/ |
H A D | SmallPathShapeData.h | 56 skia_private::AutoSTArray<24, uint32_t> fKey;
|
/aosp_15_r20/external/skia/include/gpu/graphite/precompile/ |
H A D | PrecompileImageFilter.h | 72 skia_private::AutoSTArray<2, sk_sp<PrecompileImageFilter>> fInputs;
|
/aosp_15_r20/external/skia/src/svg/ |
H A D | SkSVGDevice.cpp | 453 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 D | TemplatesTest.cpp | 115 test_container_apis<AutoSTArray<kStackPreallocCount, int>, int>(reporter); in DEF_TEST()
|
H A D | UtilsTest.cpp | 70 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 D | GrStyledShape.h | 318 skia_private::AutoSTArray<8, uint32_t> fInheritedKey;
|
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/ |
H A D | GrVkPipelineState.cpp | 145 AutoSTArray<8, SamplerBindings> samplerBindings(fNumSamplers); in setAndBindTextures()
|
/aosp_15_r20/external/skia/src/effects/ |
H A D | SkDashPathEffect.cpp | 401 AutoSTArray<32, SkScalar> intervals(count); in CreateProc()
|
/aosp_15_r20/external/skia/src/effects/imagefilters/ |
H A D | SkMatrixConvolutionImageFilter.cpp | 291 AutoSTArray<16, SkScalar> kernel(count); in CreateProc()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/glsl/ |
H A D | GrGLSLProgramBuilder.cpp | 101 AutoSTArray<4, SamplerHandle> texSamplers(geomProc.numTextureSamplers()); in emitAndInstallPrimProc()
|
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/ |
H A D | GrD3DPipelineStateBuilder.cpp | 489 AutoSTArray<4, D3D12_INPUT_ELEMENT_DESC> inputElements(totalAttributeCnt); in create_pipeline_state()
|
/aosp_15_r20/external/skia/modules/skunicode/src/ |
H A D | SkUnicode_icu.cpp | 510 AutoSTArray<128, uint16_t> upper16(upper16len); in toUpper()
|
/aosp_15_r20/external/skia/modules/skparagraph/src/ |
H A D | TextLine.cpp | 146 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 D | SkSVGText.cpp | 652 AutoSTArray<64, SkRect> glyphBounds; in onObjectBoundingBox()
|