Lines Matching defs:isFixedWidth
36 bool* isFixedWidth);
241 FamilyTypeface(Style style, bool sysFont, FamilyRec* family, bool isFixedWidth)
242 : SkTypeface(style, sk_atomic_inc(&gUniqueFontID) + 1, isFixedWidth) {
300 SkStream* stream, bool isFixedWidth)
301 : INHERITED(style, sysFont, family, isFixedWidth) {
327 const char path[], bool isFixedWidth)
328 : INHERITED(style, sysFont, family, isFixedWidth) {
368 SkTypeface::Style* style, bool* isFixedWidth) {
371 *style = find_name_and_attributes(&stream, name, isFixedWidth);
377 *style = find_name_and_attributes(&stream, name, isFixedWidth);
406 bool isFixedWidth;
410 if (!get_name_and_style(filename.c_str(), &realname, &style, &isFixedWidth)) {
430 isFixedWidth) // filename
593 bool isFixedWidth;
595 SkTypeface::Style style = find_name_and_attributes(stream, &name, &isFixedWidth);
597 return SkNEW_ARGS(StreamTypeface, (style, false, NULL, stream, isFixedWidth));