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

  /xsrc/external/mit/freetype/dist/src/base/
ftobjs.c 430 goto Adjust;
436 goto Adjust;
441 goto Adjust;
447 Adjust:
  /xsrc/external/mit/xterm/dist/
button.c 1025 * Adjust rectangle coordinates:
1038 #define Adjust( coord, def, max ) \
1043 Adjust(screen->loc_filter_top, row, ry);
1044 Adjust(screen->loc_filter_left, col, rx);
1045 Adjust(screen->loc_filter_bottom, row, ry);
1046 Adjust(screen->loc_filter_right, col, rx);
2397 * TODO: handle conversion from UTF-8, and adjust length. This can be done
3389 int adjust; local
3391 adjust = ROW2INX(screen, screen->startH.row);
3394 || ScrnIsRowInMargins(screen, adjust)) {
    [all...]

Completed in 10 milliseconds