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