Home
last modified time | relevance | path

Searched defs:h (Results 1 – 5 of 5) sorted by relevance

/CTR-SDK-4.2.8-20130828/sources/libraries/os/
Dos_Limits.cpp29 AutoCloser(Handle h) : m_Handle(h) in AutoCloser()
44 Handle h; in GetLimitCurrentCount() local
67 Handle h; in GetLimitMaxCount() local
Dos_Environment.cpp43 Handle h; in GetMemoryQuotaSize() local
56 Handle h; in GetUsingMemorySize() local
Dos_WaitableCounter.cpp31 Handle h; in Initialize() local
/CTR-SDK-4.2.8-20130828/include/nn/gd/CTR/
Dgd_Memory.h195 Rect(s32 x, s32 y, s32 w, s32 h): m_PosX(x), m_PosY(y), m_Width(w), m_Height(h) {} in Rect()
/CTR-SDK-4.2.8-20130828/include/nn/font/CTR/
Dfont_RectDrawerCommand.h132 #define NN_FONT_CMD_SET_SCISSOR( x, y, w, h, cbSz ) \ argument