Searched defs:SkCustomMeshSpecificationPriv (Results 1 – 1 of 1) sorted by relevance
17 struct SkCustomMeshSpecificationPriv { struct18 using Varying = SkCustomMeshSpecification::Varying;19 using Attribute = SkCustomMeshSpecification::Attribute;20 using ColorType = SkCustomMeshSpecification::ColorType;22 static SkSpan<const Varying> Varyings(const SkCustomMeshSpecification& spec) { in Varyings()26 static const SkSL::Program* VS(const SkCustomMeshSpecification& spec) { return spec.fVS.get(); } in VS()27 static const SkSL::Program* FS(const SkCustomMeshSpecification& spec) { return spec.fFS.get(); } in FS()29 static int Hash(const SkCustomMeshSpecification& spec) { return spec.fHash; } in Hash()31 static ColorType GetColorType(const SkCustomMeshSpecification& spec) { return spec.fColorType; } in GetColorType()32 static bool HasColors(const SkCustomMeshSpecification& spec) { in HasColors()[all …]