Home | History | Annotate | Download | only in ports

Lines Matching defs:isFixedWidth

26                               SkTypeface::Style* style, bool* isFixedWidth);
231 FamilyTypeface(Style style, bool sysFont, FamilyRec* family, bool isFixedWidth)
232 : SkTypeface(style, sk_atomic_inc(&gUniqueFontID) + 1, isFixedWidth) {
290 SkStream* stream, bool isFixedWidth)
291 : INHERITED(style, sysFont, family, isFixedWidth) {
317 const char path[], bool isFixedWidth)
318 : INHERITED(style, sysFont, family, isFixedWidth) {
358 SkTypeface::Style* style, bool* isFixedWidth) {
361 return find_name_and_attributes(&stream, name, style, isFixedWidth);
366 return find_name_and_attributes(&stream, name, style, isFixedWidth);
394 bool isFixedWidth;
398 if (!get_name_and_style(filename.c_str(), &realname, &style, &isFixedWidth)) {
418 isFixedWidth) // filename
575 bool isFixedWidth;
577 if (find_name_and_attributes(stream, NULL, &style, &isFixedWidth)) {
578 return SkNEW_ARGS(StreamTypeface, (style, false, NULL, stream, isFixedWidth));