Searched defs:SkMeshSpecificationPriv (Results 1 – 1 of 1) sorted by relevance
27 struct SkMeshSpecificationPriv { struct28 using Varying = SkMeshSpecification::Varying;29 using Attribute = SkMeshSpecification::Attribute;30 using ColorType = SkMeshSpecification::ColorType;32 static SkSpan<const Varying> Varyings(const SkMeshSpecification& spec) { in Varyings()36 static const SkSL::Program* VS(const SkMeshSpecification& spec) { return spec.fVS.get(); } in VS()37 static const SkSL::Program* FS(const SkMeshSpecification& spec) { return spec.fFS.get(); } in FS()39 static int Hash(const SkMeshSpecification& spec) { return spec.fHash; } in Hash()41 static ColorType GetColorType(const SkMeshSpecification& spec) { return spec.fColorType; } in GetColorType()42 static bool HasColors(const SkMeshSpecification& spec) { in HasColors()[all …]