Lines Matching defs:value
122 FcBool value;
123 if (FcPatternGetBool(pattern, object, 0, &value) != FcResultMatch) {
126 return value;
130 int value;
131 if (FcPatternGetInteger(pattern, object, 0, &value) != FcResultMatch) {
134 return value;
138 FcChar8* value;
139 if (FcPatternGetString(pattern, object, 0, &value) != FcResultMatch) {
142 return (const char*)value;
166 * Note that the weak bit is stored on the element, not on the value it holds.
173 // Create a copy of the pattern with only the value 'pattern'['object'['id']] in it.
184 FcValue value;
185 result = FcPatternGet(minimal, object, 0, &value);
268 static int map_range(SkScalar value,
274 return new_min + ((value - old_min) * (new_max - new_min) / (old_max - old_min));
652 // Return value of FcConfigGetFonts must not be destroyed.
744 /** True if any string object value in the font is the same
745 * as a string object value in the pattern.
854 // Return value of FcConfigGetFonts must not be destroyed.