Home
last modified time | relevance | path

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

/NW4C-2.0.3/sources/libraries/font/
Dfont_CharWriter.cpp102 m_pFont(NULL), in CharWriter()
139 if (m_pFont) in SetupGX()
141 switch (m_pFont->GetTextureFormat()) in SetupGX()
176 NN_POINTER_ASSERT(m_pFont); in SetFontSize()
177 NW_FONT_MIN_ASSERT(m_pFont->GetWidth(), 1); in SetFontSize()
178 NW_FONT_MIN_ASSERT(m_pFont->GetHeight(), 1); in SetFontSize()
180 width / m_pFont->GetWidth(), in SetFontSize()
181 height / m_pFont->GetHeight() in SetFontSize()
188 NN_POINTER_ASSERT(m_pFont); in SetFontSize()
189 NW_FONT_MIN_ASSERT(m_pFont->GetHeight(), 1); in SetFontSize()
[all …]
Dfont_Font.cpp105 m_pFont = pFont; in Set()
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_FontContainer.cpp32 : m_pFont(0), in FontRefLink()
44 font::ResFont* pResFont = (font::ResFont*)(m_pFont); in ~FontRefLink()
54 Layout::DeleteObj(m_pFont); in ~FontRefLink()
55 m_pFont = NULL; in ~FontRefLink()
67 m_pFont = pFont; in Set()
Dlyt_TextBox.cpp136 m_pFont = resBlockSet.pResAccessor->GetFont(fontName); in TextBox()
161 m_pFont = 0; in Init()
265 if (m_pFont == NULL) in GetTextDrawRect()
302 if (m_TextLen <= 0 || !m_pFont || !m_pMaterial) in DrawSelf()
444 if (m_pFont == 0) in SetStringImpl()
484 return m_pFont; in GetFont()
496 if (UpdatePTDirty(m_pFont != pFont)) in SetFont()
498 m_pFont = pFont; in SetFont()
500 if (m_pFont) in SetFont()
502 … SetFontSize(Size(static_cast<f32>(m_pFont->GetWidth()), static_cast<f32>(m_pFont->GetHeight()))); in SetFont()
[all …]
Dlyt_DrawerUniform.cpp309 if ( m_TextLen <= 0 || !m_pFont || !m_pMaterial ) in MakeUniformDataSelf()
/NW4C-2.0.3/include/nw/lyt/
Dlyt_FontContainer.h108 return m_pFont; in GetFont()
122 font::Font* m_pFont; variable
Dlyt_TextBox.h697 if (m_TextLen <= 0 || !m_pFont) in UpdateDrawCharData()
837 const font::Font* m_pFont; variable
/NW4C-2.0.3/include/nw/font/
Dfont_Font.h86 return m_pFont; in GetFont()
108 const Font* m_pFont; //!< フォントへのポインタ variable
415 return m_pFont->GetTextureWrapFilterValue(); in GetWrapFilter()
Dfont_CharWriter.h101 void SetFont(const Font* pFont) { m_pFont = pFont; } in SetFont()
108 const Font* GetFont() const { return m_pFont; } in GetFont()
656 const Font* m_pFont; //!< フォント variable