Home
last modified time | relevance | path

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

/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dwidgets.c1435 RECT __rectangle; in map_Rect() local
1437 GetWindowRect(( HWND) var handle, &__rectangle); in map_Rect()
1439 MapWindowPoints( NULL, ( HWND)((( PWidget) var owner)-> handle), ( LPPOINT) &__rectangle, 2); in map_Rect()
1440 rect-> bottom = ( __rectangle. bottom - __rectangle. top) - rect-> bottom; in map_Rect()
1441 rect-> top = ( __rectangle. bottom - __rectangle. top) - rect-> top; in map_Rect()
1453 RECT __rectangle; in map_RECT() local
1455 GetWindowRect(( HWND) var handle, &__rectangle); in map_RECT()
1457 MapWindowPoints( NULL, ( HWND)((( PWidget) var owner)-> handle), ( LPPOINT)&__rectangle, 2); in map_RECT()
1458 rect-> bottom = ( __rectangle. bottom - __rectangle. top) - rect-> bottom; in map_RECT()
1459 rect-> top = ( __rectangle. bottom - __rectangle. top) - rect-> top; in map_RECT()
/dports/math/giacxcas/giac-1.6.0/src/
H A Dplot.cc4336 static define_unary_function_eval_quoted (__rectangle,&_rectangle,_rectangle_s);
4337 define_unary_function_ptr5( at_rectangle ,alias_at_rectangle,&__rectangle,_QUOTE_ARGUMENTS,true);