Searched refs:fMeshSpec (Results 1 – 1 of 1) sorted by relevance
88 MeshUniform uniform(std::string_view name) { return {this, fMeshSpec->findUniform(name)}; } in uniform()91 fMeshSpec = sk_sp(meshSpec); in MeshUniformBuilder()105 sk_sp<SkMeshSpecification> fMeshSpec; variable