Home
last modified time | relevance | path

Searched refs:get_wrap_x (Results 1 – 1 of 1) sorted by relevance

/dports/science/py-pymol/pymol-open-source-2.4.0/layer1/
H A DOrtho.cpp185 static int get_wrap_x(int x, int *last_x, int width, int *click_side) in get_wrap_x() function
2396 x = get_wrap_x(x, NULL, G->Option->winX, &I->WrapClickSide); in OrthoButton()
2398 x = get_wrap_x(x, &I->LastX, G->Option->winX, &I->WrapClickSide); in OrthoButton()
2484 x = get_wrap_x(x, &I->LastX, G->Option->winX, NULL); in OrthoDrag()