Searched refs:NW_FONT_MIN_ASSERT (Results 1 – 6 of 6) sorted by relevance
| /NW4C-1.3.3/sources/libraries/font/ |
| D | font_ResFont.cpp | 298 NW_FONT_MIN_ASSERT ( glyph->cellWidth, 1 ); in Rebuild() 299 NW_FONT_MIN_ASSERT ( glyph->cellHeight, 1 ); in Rebuild() 301 NW_FONT_MIN_ASSERT ( glyph->sheetNum, 1 ); in Rebuild() 302 NW_FONT_MIN_ASSERT ( glyph->sheetRow, 1 ); in Rebuild() 303 NW_FONT_MIN_ASSERT ( glyph->sheetLine, 1 ); in Rebuild()
|
| D | font_TextWriterBase.cpp | 226 NW_FONT_MIN_ASSERT(length, 0); in CalcStringWidth() 243 NW_FONT_MIN_ASSERT(length, 0); in CalcStringHeight() 262 NW_FONT_MIN_ASSERT(length, 0); in CalcStringRect() 326 NW_FONT_MIN_ASSERT(length, 0); in Print() 361 NW_FONT_MIN_ASSERT(length, 0); in CalcLineWidth() 387 NW_FONT_MIN_ASSERT(length, 0); in CalcLineRectImpl() 557 NW_FONT_MIN_ASSERT(length, 0); in CalcStringRectImpl() 592 NW_FONT_MIN_ASSERT(length, 0); in PrintImpl()
|
| D | font_CharWriter.cpp | 175 NW_FONT_MIN_ASSERT(m_pFont->GetWidth(), 1); in SetFontSize() 176 NW_FONT_MIN_ASSERT(m_pFont->GetHeight(), 1); in SetFontSize() 187 NW_FONT_MIN_ASSERT(m_pFont->GetHeight(), 1); in SetFontSize() 283 NW_FONT_MIN_ASSERT(glyph.texWidth, 1); in PrintGlyph() 284 NW_FONT_MIN_ASSERT(glyph.texHeight, 1); in PrintGlyph()
|
| D | font_ArchiveFontBase.cpp | 217 …NW_FONT_MIN_ASSERT( dataSize, sizeof(ut::BinaryFileHeader) + sizeof(ut::BinaryBlockHeader) + reint… in IsValidResource()
|
| /NW4C-1.3.3/include/nw/font/ |
| D | font_TextWriterBase.h | 433 NW_FONT_MIN_ASSERT(size, 1); in SetBuffer() 457 NW_FONT_MIN_ASSERT(size, 1); in SetBuffer()
|
| D | font_Font.h | 28 #define NW_FONT_MIN_ASSERT(exp, min) NN_ASSERT((exp) >= (min)) macro
|