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