Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/font/
Dfont_CharWriter.cpp100 m_pFont(NULL), in CharWriter()
137 if (m_pFont) in SetupGX()
139 switch (m_pFont->GetTextureFormat()) in SetupGX()
174 NN_POINTER_ASSERT(m_pFont); in SetFontSize()
175 NW_FONT_MIN_ASSERT(m_pFont->GetWidth(), 1); in SetFontSize()
176 NW_FONT_MIN_ASSERT(m_pFont->GetHeight(), 1); in SetFontSize()
178 width / m_pFont->GetWidth(), in SetFontSize()
179 height / m_pFont->GetHeight() in SetFontSize()
186 NN_POINTER_ASSERT(m_pFont); in SetFontSize()
187 NW_FONT_MIN_ASSERT(m_pFont->GetHeight(), 1); in SetFontSize()
[all …]
Dfont_Font.cpp103 m_pFont = pFont; in Set()
/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_FontContainer.cpp30 : m_pFont(0), in FontRefLink()
42 font::ResFont* pResFont = (font::ResFont*)(m_pFont); in ~FontRefLink()
52 Layout::DeleteObj(m_pFont); in ~FontRefLink()
53 m_pFont = NULL; in ~FontRefLink()
65 m_pFont = pFont; in Set()
Dlyt_TextBox.cpp134 m_pFont = resBlockSet.pResAccessor->GetFont(fontName); in TextBox()
159 m_pFont = 0; in Init()
263 if (m_pFont == NULL) in GetTextDrawRect()
300 if (m_TextLen <= 0 || !m_pFont || !m_pMaterial) in DrawSelf()
442 if (m_pFont == 0) in SetStringImpl()
482 return m_pFont; in GetFont()
494 if (UpdatePTDirty(m_pFont != pFont)) in SetFont()
496 m_pFont = pFont; in SetFont()
498 if (m_pFont) in SetFont()
500 … SetFontSize(Size(static_cast<f32>(m_pFont->GetWidth()), static_cast<f32>(m_pFont->GetHeight()))); in SetFont()
[all …]
Dlyt_DrawerUniform.cpp307 if ( m_TextLen <= 0 || !m_pFont || !m_pMaterial ) in MakeUniformDataSelf()
/NW4C-1.3.3/include/nw/lyt/
Dlyt_FontContainer.h106 return m_pFont; in GetFont()
120 font::Font* m_pFont; variable
Dlyt_TextBox.h695 if (m_TextLen <= 0 || !m_pFont) in UpdateDrawCharData()
835 const font::Font* m_pFont; variable
/NW4C-1.3.3/include/nw/font/
Dfont_Font.h84 return m_pFont; in GetFont()
106 const Font* m_pFont; //!< フォントへのポインタ variable
413 return m_pFont->GetTextureWrapFilterValue(); in GetWrapFilter()
Dfont_CharWriter.h99 void SetFont(const Font* pFont) { m_pFont = pFont; } in SetFont()
106 const Font* GetFont() const { return m_pFont; } in GetFont()
654 const Font* m_pFont; //!< フォント variable