Home
last modified time | relevance | path

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

/CTR-SDK-1.0.0/CTR_SDK/include/nn/util/
Dutil_Rect.h155 void Move(f32 dx, f32 dy) in Move()
159 top += dy; in Move()
160 bottom += dy; in Move()
/CTR-SDK-1.0.0/CTR_SDK/include/nn/font/CTR/
Dfont_CharWriter.h404 f32 dy in MoveCursor() argument
408 m_CursorPos.y += dy; in MoveCursor()
419 f32 dy, in MoveCursor() argument
424 m_CursorPos.y += dy; in MoveCursor()
456 void MoveCursorY(f32 dy) { m_CursorPos.y += dy; } in MoveCursorY() argument