Home
last modified time | relevance | path

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

12

/third_party/skia/include/private/
H A DSkTemplates.h130 template <int kCountRequested, typename T> class SkAutoSTArray { class
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 in SkAutoSTArray
145 SkAutoSTArray(int count) { SkAutoSTArray() function in SkAutoSTArray
[all...]
/third_party/skia/src/core/
H A DSkStrikeSpec.h122 SkAutoSTArray<kTypicalGlyphCount, const SkGlyph*> fGlyphs;
138 SkAutoSTArray<kTypicalGlyphCount, const SkGlyph*> fGlyphs;
153 SkAutoSTArray<kTypicalGlyphCount, const SkGlyph*> fGlyphs;
H A DSkFontPriv.h105 SkAutoSTArray<32, uint16_t> fStorage;
H A DSkImageFilter_Base.h430 SkAutoSTArray<2, sk_sp<SkImageFilter>> fInputs;
/third_party/skia/modules/skshaper/src/
H A DSkShaper_coretext.cpp255 SkAutoSTArray<4096, CGSize> advances(runGlyphs);
289 SkAutoSTArray<4096, CGPoint> positions(runGlyphs);
291 SkAutoSTArray<4096, CFIndex> indices;
H A DSkShaper_harfbuzz.cpp1624 SkAutoSTArray<32, SkGlyphID> glyphIDs(len);
1629 SkAutoSTArray<32, SkRect> glyphBounds(len);
1633 SkAutoSTArray<32, RSRect> glyphBounds(len);
/third_party/skia/src/gpu/
H A DGrWritePixelsRenderTask.h44 SkAutoSTArray<16, GrMipLevel> fLevels;
H A DGrResourceProvider.h366 using TempLevels = SkAutoSTArray<14, GrMipLevel>;
367 using TempLevelDatas = SkAutoSTArray<14, std::unique_ptr<char[]>>;
H A DGrResourceProvider.cpp89 SkAutoSTArray<14, GrMipLevel> tmpTexels; in createTexture()
90 SkAutoSTArray<14, std::unique_ptr<char[]>> tmpDatas; in createTexture()
841 SkAutoSTArray<14, GrMipLevel> tmpTexels; in writePixels()
842 SkAutoSTArray<14, std::unique_ptr<char[]>> tmpDatas; in writePixels()
H A DGrStyle.h207 SkAutoSTArray<4, SkScalar> fIntervals;
H A DGrPipeline.h219 using FragmentProcessorArray = SkAutoSTArray<3, std::unique_ptr<const GrFragmentProcessor>>;
/third_party/skia/src/gpu/ops/
H A DSmallPathShapeData.h46 SkAutoSTArray<24, uint32_t> fKey;
/third_party/skia/tests/
H A DTemplatesTest.cpp110 test_container_apis<SkAutoSTArray<kStackPreallocCount, int>, int>(reporter); in DEF_TEST()
H A 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/
H A DGrStyledShape.h311 SkAutoSTArray<8, uint32_t> fInheritedKey;
/third_party/skia/src/gpu/vk/
H A DGrVkPipelineState.cpp125 SkAutoSTArray<8, SamplerBindings> samplerBindings(fNumSamplers); in setAndBindTextures()
/third_party/skia/src/svg/
H A DSkSVGDevice.cpp415 SkAutoSTArray<16, SkColor> grColors(grInfo.fColorCount);
416 SkAutoSTArray<16, SkScalar> grOffsets(grInfo.fColorCount);
990 SkAutoSTArray<64, SkUnichar> unichars(runSize);
/third_party/skia/src/effects/
H A DSkDashPathEffect.cpp384 SkAutoSTArray<32, SkScalar> intervals(count);
/third_party/skia/src/gpu/glsl/
H A DGrGLSLProgramBuilder.cpp98 SkAutoSTArray<4, SamplerHandle> texSamplers(geomProc.numTextureSamplers()); in emitAndInstallPrimProc()
/third_party/skia/modules/skottie/src/text/
H A DSkottieShaper.cpp33 SkAutoSTArray<16, SkRect> glyphBounds; in ComputeBlobBounds()
/third_party/skia/modules/skunicode/src/
H A DSkUnicode_icu.cpp358 SkAutoSTArray<128, uint16_t> upper16(upper16len);
/third_party/skia/src/gpu/d3d/
H A DGrD3DPipelineStateBuilder.cpp523 SkAutoSTArray<4, D3D12_INPUT_ELEMENT_DESC> inputElements(totalAttributeCnt); in create_pipeline_state()
/third_party/skia/src/effects/imagefilters/
H A DSkMatrixConvolutionImageFilter.cpp198 SkAutoSTArray<16, SkScalar> kernel(count); in CreateProc()
/third_party/skia/modules/svg/src/
H A DSkSVGText.cpp582 SkAutoSTArray<64, SkRect> glyphBounds; in onObjectBoundingBox()
/third_party/skia/src/utils/
H A DSkShadowUtils.cpp465 SkAutoSTArray<32 * 4, uint8_t> keyStorage; in draw_shadow()

Completed in 22 milliseconds

12