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

  /xsrc/external/mit/editres/dist/
handler.c 331 if ((any_info->right_count == NULL)||(*any_info->right_count == 0)) {
340 if (any_info->right_count != NULL)
341 (*any_info->right_count)++;
346 if ((any_info->right_count != NULL)&&(*any_info->right_count > 0))
347 (*any_info->right_count)--;
357 if ((any_info->right_count == NULL)||(*any_info->right_count == 0)) {
editresP.h 138 int left_count, *right_count; /* If count > 0 then desensitize the left or member in struct:_AnyInfo
widgets.c 616 old_info->right_count = &(new_info->left_count);
619 old_info->right_count = NULL;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaaWideLine.c 135 int left_count, int right_count )
157 while ((left_count || left_height) && (right_count || right_height)) {
169 if (!right_height && right_count) {
177 right_count--;
  /xsrc/external/mit/xorg-server.old/dist/mi/
miwideline.c 138 int left_count, int right_count)
170 (right_count || right_height))
185 if (!right_height && right_count)
194 --right_count;
  /xsrc/external/mit/xorg-server/dist/mi/
miwideline.c 649 int left_count, int right_count)
679 while ((left_count || left_height) && (right_count || right_height)) {
692 if (!right_height && right_count) {
700 --right_count;

Completed in 41 milliseconds