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

  /xsrc/external/mit/ctwm/dist/
parse_m4.c 234 #define Resolution(pixels, mm) ((((pixels) * 100000 / (mm)) + 50) / 100)
235 WR_NUM("X_RESOLUTION", Resolution(Scr->rootw, Scr->mm_w));
236 WR_NUM("Y_RESOLUTION", Resolution(Scr->rooth, Scr->mm_h));
237 #undef Resolution
  /xsrc/external/mit/MesaLib/dist/bin/pick/
core.py 44 resolution: typing.Optional[int]
77 class Resolution(enum.Enum):
120 resolution: Resolution = attr.ib(Resolution.UNRESOLVED)
128 if self.resolution is not None:
129 d['resolution'] = self.resolution.value
137 if data['resolution'] is not None:
138 c.resolution = Resolution(data['resolution']
    [all...]
core_test.py 42 core.NominationType.CC, core.Resolution.UNRESOLVED)
50 'nomination_type': None, 'resolution': core.Resolution.UNRESOLVED.value,
60 'resolution': core.Resolution.UNRESOLVED.value,
ui.py 173 if commit.nominated and commit.resolution is core.Resolution.UNRESOLVED:
  /xsrc/external/mit/xrdb/dist/
xrdb.c 570 Resolution(int pixels, int mm)
651 AddNum(defs, "X_RESOLUTION", Resolution(screen->width, screen->mwidth));
652 AddNum(defs, "Y_RESOLUTION", Resolution(screen->height, screen->mheight));

Completed in 15 milliseconds