Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/font/
Dfont_CharWriter.h416 f32 dy in MoveCursor() argument
420 m_CursorPos.y += dy; in MoveCursor()
431 f32 dy, in MoveCursor() argument
436 m_CursorPos.y += dy; in MoveCursor()
468 void MoveCursorY(f32 dy) { m_CursorPos.y += dy; } in MoveCursorY() argument
/NW4C-2.0.3/include/nw/ut/
Dut_Rect.h161 void Move(f32 dx, f32 dy) in Move()
165 top += dy; in Move()
166 bottom += dy; in Move()