HomeSort by: relevance | last modified time | path
    Searched refs:ot (Results 1 - 5 of 5) sorted by relevancy

  /xsrc/external/mit/fontconfig/dist/src/
fcobjs.c 44 struct FcObjectOtherTypeInfo *ots, *ot; local
55 ot = ots->next;
59 ots = ot;
66 struct FcObjectOtherTypeInfo *ots, *ot; local
71 for (ot = ots; ot; ot = ot->next)
72 if (0 == strcmp (ot->object.object, str))
75 if (!ot)
133 struct FcObjectOtherTypeInfo *ot; local
151 struct FcObjectOtherTypeInfo *ot; local
    [all...]
fcweight.c 26 int ot; member in struct:__anon5407
60 ot_weight = FC_MIN (ot_weight, map[(sizeof (map) / sizeof (map[0])) - 1].ot);
62 for (i = 1; ot_weight > map[i].ot; i++)
65 if (ot_weight == map[i].ot)
69 return lerp (ot_weight, map[i-1].ot, map[i].ot, map[i-1].fc, map[i].fc);
83 return map[i].ot;
86 return lerp (fc_weight, map[i-1].fc, map[i].fc, map[i-1].ot, map[i].ot);
  /xsrc/external/mit/freetype/dist/src/autofit/
afshaper.h 29 #include <hb-ot.h>
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/
xf86Crtc.c 2228 int ht, vt, ot; local
2244 for (ot = -1; nextEnabledOutput(config, enabled, &ot); ) {
2247 xf86OutputHasPreferredMode(config->output[ot], width, height);
2248 if (!config->output[ot]->tile_info.group_id)
2251 this_tile = &config->output[ot]->tile_info;
2259 config->output[ot]->initial_x = cur_x;
2260 config->output[ot]->initial_y = cur_y;
2265 configured_outputs |= (1 << ot);
2266 modes[ot] = mode
    [all...]
xf86RandR12.c 1772 int o, ot; local
1805 for (ot = 0; ot < config->num_output; ot++) {
1806 this_tile = &config->output[ot]->tile_info;
1815 monitor->outputs[output_num] = config->output[ot]->randr_output->id;

Completed in 10 milliseconds