Searched refs:MEMO_WIDTH (Results 1 – 2 of 2) sorted by relevance
53 const int MEMO_WIDTH = 264; variable55 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;
89 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()