Lines Matching refs:style
4 * Use of this source code is governed by a BSD-style license that can be
34 void getStyle(int index, SkFontStyle* fs, SkString* style) override {
38 if (style) {
40 style->reset();
144 const SkFontStyle& style,
148 SkFontIdentity id = fProxy->matchNameStyleCharacter(familyName, style, bcp47,
172 SkFontStyle style) const {
173 sk_sp<SkTypeface> face(this->matchFamilyStyle(familyName, style));
176 face.reset(this->matchFamilyStyle(nullptr, style));
180 SkFontIdentity fontId = this->fProxy->matchIndexStyle(0, style);