Home
last modified time | relevance | path

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

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