Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/font/
Dfont_CharWriter.h414 f32 dy in MoveCursor() argument
418 m_CursorPos.y += dy; in MoveCursor()
429 f32 dy, in MoveCursor() argument
434 m_CursorPos.y += dy; in MoveCursor()
466 void MoveCursorY(f32 dy) { m_CursorPos.y += dy; } in MoveCursorY() argument
/NW4C-1.3.3/include/nw/ut/
Dut_Rect.h159 void Move(f32 dx, f32 dy) in Move()
163 top += dy; in Move()
164 bottom += dy; in Move()