Home
last modified time | relevance | path

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

12

/third_party/skia/include/private/
DSkTemplates.h130 template <int kCountRequested, typename T> class SkAutoSTArray {
132 SkAutoSTArray(SkAutoSTArray&&) = delete;
133 SkAutoSTArray(const SkAutoSTArray&) = delete;
134 SkAutoSTArray& operator=(SkAutoSTArray&&) = delete;
135 SkAutoSTArray& operator=(const SkAutoSTArray&) = delete;
138 SkAutoSTArray() { in SkAutoSTArray() function
145 SkAutoSTArray(int count) { in SkAutoSTArray() function
151 ~SkAutoSTArray() { in ~SkAutoSTArray()
/third_party/skia/src/core/
DSkStrikeSpec.h122 SkAutoSTArray<kTypicalGlyphCount, const SkGlyph*> fGlyphs;
138 SkAutoSTArray<kTypicalGlyphCount, const SkGlyph*> fGlyphs;
153 SkAutoSTArray<kTypicalGlyphCount, const SkGlyph*> fGlyphs;
DSkFontPriv.h105 SkAutoSTArray<32, uint16_t> fStorage;
DSkImageFilter_Base.h430 SkAutoSTArray<2, sk_sp<SkImageFilter>> fInputs;
/third_party/skia/modules/skshaper/src/
DSkShaper_coretext.cpp255 SkAutoSTArray<4096, CGSize> advances(runGlyphs); in shape()
289 SkAutoSTArray<4096, CGPoint> positions(runGlyphs); in shape()
291 SkAutoSTArray<4096, CFIndex> indices; in shape()
DSkShaper_harfbuzz.cpp1425 SkAutoSTArray<32, SkGlyphID> glyphIDs(len); in shape()
1429 SkAutoSTArray<32, SkRect> glyphBounds(len); in shape()
/third_party/skia/src/gpu/
DGrWritePixelsRenderTask.h44 SkAutoSTArray<16, GrMipLevel> fLevels;
DGrResourceProvider.h366 using TempLevels = SkAutoSTArray<14, GrMipLevel>;
367 using TempLevelDatas = SkAutoSTArray<14, std::unique_ptr<char[]>>;
DGrResourceProvider.cpp89 SkAutoSTArray<14, GrMipLevel> tmpTexels; in createTexture()
90 SkAutoSTArray<14, std::unique_ptr<char[]>> tmpDatas; in createTexture()
835 SkAutoSTArray<14, GrMipLevel> tmpTexels; in writePixels()
836 SkAutoSTArray<14, std::unique_ptr<char[]>> tmpDatas; in writePixels()
DGrPipeline.h219 using FragmentProcessorArray = SkAutoSTArray<3, std::unique_ptr<const GrFragmentProcessor>>;
DGrStyle.h207 SkAutoSTArray<4, SkScalar> fIntervals;
/third_party/skia/src/gpu/ops/
DSmallPathShapeData.h46 SkAutoSTArray<24, uint32_t> fKey;
/third_party/skia/tests/
DTemplatesTest.cpp110 test_container_apis<SkAutoSTArray<kStackPreallocCount, int>, int>(reporter); in DEF_TEST()
DUtilsTest.cpp61 SkAutoSTArray<2, sk_sp<RefClass> > tmp; in test_autostarray()
90 SkAutoSTArray<2, sk_sp<RefClass> > tmp(4); in test_autostarray()
/third_party/skia/src/gpu/geometry/
DGrStyledShape.h311 SkAutoSTArray<8, uint32_t> fInheritedKey;
/third_party/skia/src/svg/
DSkSVGDevice.cpp415 SkAutoSTArray<16, SkColor> grColors(grInfo.fColorCount); in addGradientShaderResources()
416 SkAutoSTArray<16, SkScalar> grOffsets(grInfo.fColorCount); in addGradientShaderResources()
990 SkAutoSTArray<64, SkUnichar> unichars(runSize); in SVGTextBuilder()
/third_party/skia/src/gpu/vk/
DGrVkPipelineState.cpp125 SkAutoSTArray<8, SamplerBindings> samplerBindings(fNumSamplers); in setAndBindTextures()
/third_party/skia/src/effects/
DSkDashPathEffect.cpp384 SkAutoSTArray<32, SkScalar> intervals(count); in CreateProc()
/third_party/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp96 SkAutoSTArray<4, SamplerHandle> texSamplers(geomProc.numTextureSamplers()); in emitAndInstallPrimProc()
/third_party/skia/modules/skottie/src/text/
DSkottieShaper.cpp33 SkAutoSTArray<16, SkRect> glyphBounds; in ComputeBlobBounds()
/third_party/skia/modules/skunicode/src/
DSkUnicode_icu.cpp354 SkAutoSTArray<128, uint16_t> upper16(upper16len); in toUpper()
/third_party/skia/src/effects/imagefilters/
DSkMatrixConvolutionImageFilter.cpp198 SkAutoSTArray<16, SkScalar> kernel(count); in CreateProc()
/third_party/skia/src/gpu/d3d/
DGrD3DPipelineStateBuilder.cpp523 SkAutoSTArray<4, D3D12_INPUT_ELEMENT_DESC> inputElements(totalAttributeCnt); in create_pipeline_state()
/third_party/skia/modules/svg/src/
DSkSVGText.cpp582 SkAutoSTArray<64, SkRect> glyphBounds; in onObjectBoundingBox()
/third_party/skia/modules/skottie/src/
DSkottieTest.cpp412 SkAutoSTArray<16, SkRect> glyphBounds; in ComputeBlobBounds()

12