Lines Matching refs:style
4 * Use of this source code is governed by a BSD-style license that can be
60 void getStyle(int index, SkFontStyle*, SkString* style) override { SkASSERT(false); }
71 Request(const char* name, size_t nameLen, const SkFontStyle& style) : fStyle(style) {
91 static Request* Create(const char* name, const SkFontStyle& style) {
95 return new (storage) Request(name, nameLen, style);
233 // TODO should the caller give us the style or should we get it from freetype?
235 SkFontStyle style;
237 if (!fScanner.scanFont(stream.get(), 0, &name, &style, &isFixedPitch, nullptr)) {
243 style, isFixedPitch));
258 SkFontStyle style;
262 &name, &style, &isFixedPitch, &axisDefinitions))
276 style, isFixedPitch));