Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/fs/Streaming/
DFsSampleStreaming.h53 const int MEMO_WIDTH = 264; variable
55 const int MEMO_BLANK_WIDTH = NN_GX_DISPLAY1_HEIGHT - MEMO_WIDTH;
68 NN_STATIC_ASSERT(MEMO_WIDTH % TEXTURE_BLOCK_SIZE == 0);
72 const int MEMO_BUFFER_SIZE = MEMO_WIDTH * MEMO_HEIGHT / 8;
DFsSampleStreamingFrame.cpp89 if (MEMO_X <= orgX && orgX < MEMO_X + MEMO_WIDTH && in DrawPoint()
96 …u32 id = y / TEXTURE_BLOCK_SIZE * MEMO_WIDTH * TEXTURE_BLOCK_SIZE + x / TEXTURE_BLOCK_SIZE * TEXTU… in DrawPoint()
141 const int HORIZONTAL_BLOCK_NUM = MEMO_WIDTH / TEXTURE_BLOCK_SIZE; in UpdateTexture()
194 MEMO_WIDTH, MEMO_HEIGHT, in DrawMemo()
195 MEMO_WIDTH, MEMO_HEIGHT, in DrawMemo()