Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/fs/Streaming/
DFsSampleStreamingFrame.cpp87 void DrawPoint(const u16 orgX, const u16 orgY) in DrawPoint() argument
89 if (MEMO_X <= orgX && orgX < MEMO_X + MEMO_WIDTH && in DrawPoint()
94 u16 x = orgX - MEMO_X; in DrawPoint()