Home | History | Annotate | Download | only in ports

Lines Matching defs:isFixedWidth

36                                            bool* isFixedWidth);
245 bool isFixedWidth)
246 : SkTypeface(style, sk_atomic_inc(&gUniqueFontID) + 1, isFixedWidth) {
290 SkStream* stream, bool isFixedWidth)
291 : INHERITED(style, sysFont, familyMember, isFixedWidth) {
321 const char path[], bool isFixedWidth)
322 : INHERITED(style, sysFont, familyMember, isFixedWidth) {
370 bool* isFixedWidth, bool isExpected) {
376 *style = find_name_and_attributes(&stream, name, isFixedWidth);
382 *style = find_name_and_attributes(&stream, name, isFixedWidth);
495 bool isFixedWidth;
502 &isFixedWidth, isExpected)) {
511 isFixedWidth) // filename
747 bool isFixedWidth;
749 SkTypeface::Style style = find_name_and_attributes(stream, &name, &isFixedWidth);
752 return SkNEW_ARGS(StreamTypeface, (style, false, NULL, stream, isFixedWidth));