Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/dev/
Ddev_DirectPrint.cpp37 const int FONT_ROW = 5; // フォントデータサイズ variable
544 int fontx = (ncode % FONT_ROW) * FONT_WIDTH; in DrawChar()
545 int fonty = (ncode / FONT_ROW) * FONT_HEIGHT; in DrawChar()