Searched defs:TextX (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/
H A DMainTextEditor.c1703 INT32 TextX; local
1728 TextX = GetTextX (MouseState.RelativeMovementX);
1731 FileBufferAdjustMousePosition (TextX, TextY);
H A DFileBuffer.c3150 @param[in] TextX The new x-coordinate.
3156 IN CONST INT32 TextX,
3166 // TextX and TextY is mouse movement data returned by mouse driver
3173 AbsX = ABS(TextX);
3179 if (TextX >= 0) {
3180 CoordinateX += TextX;
3155 FileBufferAdjustMousePosition( IN CONST INT32 TextX, IN CONST INT32 TextY ) argument
/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit/
H A DMainHexEditor.c1910 INT32 TextX; local
1929 TextX = HGetTextX (MouseState.RelativeMovementX);
1932 HBufferImageAdjustMousePosition (TextX, TextY);
H A DBufferImage.c2322 @param[in] TextX The x-coordinate.
2328 IN INT32 TextX,
2338 // TextX and TextY is mouse movement data returned by mouse driver
2344 if (TextX >= 0) {
2345 AbsX = TextX;
2347 AbsX = -TextX;
2361 if (TextX >= 0) {
2362 TempX += TextX;
2327 HBufferImageAdjustMousePosition( IN INT32 TextX, IN INT32 TextY ) argument

Completed in 417 milliseconds