Searched refs:ot (Results 1 - 6 of 6) sorted by relevance
| /xsrc/external/mit/fontconfig/dist/src/ |
| H A D | fcobjs.c | 44 struct FcObjectOtherTypeInfo *ots, *ot; local in function:FcObjectFini 55 ot = ots->next; 59 ots = ot; 66 struct FcObjectOtherTypeInfo *ots, *ot; local in function:_FcObjectLookupOtherTypeByName 71 for (ot = ots; ot; ot = ot->next) 72 if (0 == strcmp (ot->object.object, str)) 75 if (!ot) 133 struct FcObjectOtherTypeInfo *ot; local in function:FcObjectLookupOtherNameById 151 struct FcObjectOtherTypeInfo *ot; local in function:FcObjectLookupOtherTypeById [all...] |
| H A D | fcweight.c | 26 int ot; member in struct:__anon016ca74e0108 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/ |
| H A D | afshaper.h | 29 #include <hb-ot.h>
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/modes/ |
| H A D | xf86Crtc.c | 2228 int ht, vt, ot; local in function:xf86TargetRightOf 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] [all...] |
| H A D | xf86RandR12.c | 1772 int o, ot; local in function:xf86RandR12CreateMonitors 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;
|
| /xsrc/external/mit/ctwm/dist/doc/manual/ |
| H A D | ctwm.1.adoc | 1901 Tells ctwm to use 3D-looking window borders. The width ot the 3D borders
|
Completed in 12 milliseconds