Home | History | Annotate | Download | only in ports

Lines Matching defs:get_int

128 static int get_int(FcPattern* pattern, const char object[], int missing) {
323 int weight = map_ranges(get_int(pattern, FC_WEIGHT, FC_WEIGHT_REGULAR),
337 int width = map_ranges(get_int(pattern, FC_WIDTH, FC_WIDTH_NORMAL),
340 SkFS::Slant slant = get_int(pattern, FC_SLANT, FC_SLANT_ROMAN) > 0
437 *ttcIndex = get_int(fPattern, FC_INDEX, 0);
452 FC_PROPORTIONAL != get_int(pattern, FC_SPACING, FC_PROPORTIONAL))