Home
last modified time | relevance | path

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

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/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-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/font/CTR/
Dfont_CharWriter.h408 f32 dy in MoveCursor() argument
412 m_CursorPos.y += dy; in MoveCursor()
423 f32 dy, in MoveCursor() argument
428 m_CursorPos.y += dy; in MoveCursor()
460 void MoveCursorY(f32 dy) { m_CursorPos.y += dy; } in MoveCursorY() argument