/third_party/skia/include/private/ |
H A D | SkTemplates.h | 130 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 D | SkStrikeSpec.h | 122 SkAutoSTArray<kTypicalGlyphCount, const SkGlyph*> fGlyphs; 138 SkAutoSTArray<kTypicalGlyphCount, const SkGlyph*> fGlyphs; 153 SkAutoSTArray<kTypicalGlyphCount, const SkGlyph*> fGlyphs;
|
H A D | SkFontPriv.h | 105 SkAutoSTArray<32, uint16_t> fStorage;
|
H A D | SkImageFilter_Base.h | 430 SkAutoSTArray<2, sk_sp<SkImageFilter>> fInputs;
|
/third_party/skia/modules/skshaper/src/ |
H A D | SkShaper_coretext.cpp | 255 SkAutoSTArray<4096, CGSize> advances(runGlyphs); 289 SkAutoSTArray<4096, CGPoint> positions(runGlyphs); 291 SkAutoSTArray<4096, CFIndex> indices;
|
H A D | SkShaper_harfbuzz.cpp | 1624 SkAutoSTArray<32, SkGlyphID> glyphIDs(len); 1629 SkAutoSTArray<32, SkRect> glyphBounds(len); 1633 SkAutoSTArray<32, RSRect> glyphBounds(len);
|
/third_party/skia/src/gpu/ |
H A D | GrWritePixelsRenderTask.h | 44 SkAutoSTArray<16, GrMipLevel> fLevels;
|
H A D | GrResourceProvider.h | 366 using TempLevels = SkAutoSTArray<14, GrMipLevel>; 367 using TempLevelDatas = SkAutoSTArray<14, std::unique_ptr<char[]>>;
|
H A D | GrResourceProvider.cpp | 89 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 D | GrStyle.h | 207 SkAutoSTArray<4, SkScalar> fIntervals;
|
H A D | GrPipeline.h | 219 using FragmentProcessorArray = SkAutoSTArray<3, std::unique_ptr<const GrFragmentProcessor>>;
|
/third_party/skia/src/gpu/ops/ |
H A D | SmallPathShapeData.h | 46 SkAutoSTArray<24, uint32_t> fKey;
|
/third_party/skia/tests/ |
H A D | TemplatesTest.cpp | 110 test_container_apis<SkAutoSTArray<kStackPreallocCount, int>, int>(reporter); in DEF_TEST()
|
H A D | UtilsTest.cpp | 61 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 D | GrStyledShape.h | 311 SkAutoSTArray<8, uint32_t> fInheritedKey;
|
/third_party/skia/src/gpu/vk/ |
H A D | GrVkPipelineState.cpp | 125 SkAutoSTArray<8, SamplerBindings> samplerBindings(fNumSamplers); in setAndBindTextures()
|
/third_party/skia/src/svg/ |
H A D | SkSVGDevice.cpp | 415 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 D | SkDashPathEffect.cpp | 384 SkAutoSTArray<32, SkScalar> intervals(count);
|
/third_party/skia/src/gpu/glsl/ |
H A D | GrGLSLProgramBuilder.cpp | 98 SkAutoSTArray<4, SamplerHandle> texSamplers(geomProc.numTextureSamplers()); in emitAndInstallPrimProc()
|
/third_party/skia/modules/skottie/src/text/ |
H A D | SkottieShaper.cpp | 33 SkAutoSTArray<16, SkRect> glyphBounds; in ComputeBlobBounds()
|
/third_party/skia/modules/skunicode/src/ |
H A D | SkUnicode_icu.cpp | 358 SkAutoSTArray<128, uint16_t> upper16(upper16len);
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DPipelineStateBuilder.cpp | 523 SkAutoSTArray<4, D3D12_INPUT_ELEMENT_DESC> inputElements(totalAttributeCnt); in create_pipeline_state()
|
/third_party/skia/src/effects/imagefilters/ |
H A D | SkMatrixConvolutionImageFilter.cpp | 198 SkAutoSTArray<16, SkScalar> kernel(count); in CreateProc()
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGText.cpp | 582 SkAutoSTArray<64, SkRect> glyphBounds; in onObjectBoundingBox()
|
/third_party/skia/src/utils/ |
H A D | SkShadowUtils.cpp | 465 SkAutoSTArray<32 * 4, uint8_t> keyStorage; in draw_shadow()
|