Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/font/
Dfont_CharWriter.h63 GRADMODE_V, //!< 垂直方向グラデーション enumerator
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_TextBox.cpp699 …pWriter->SetGradationMode(topCol != btmCol ? font::CharWriter::GRADMODE_V: font::CharWriter::GRADM… in SetupTextWriter()
Dlyt_DrawerGraphics.cpp772 font::CharWriter::GRADMODE_V: in SetUpTextBox()
/NW4C-1.3.3/sources/libraries/font/
Dfont_CharWriter.cpp482 m_GradationMode != GRADMODE_V ? internal::TEXTCOLOR_START: internal::TEXTCOLOR_END]; in UpdateVertexColor()
Dfont_RectDrawer.cpp575 mode != CharWriter::GRADMODE_V ? internal::TEXTCOLOR_START: internal::TEXTCOLOR_END]; in SetVertexColor()