Searched refs:NW_FONT_MIN_ASSERT (Results 1 – 6 of 6) sorted by relevance
| /NW4C-2.0.3/sources/libraries/font/ |
| D | font_ResFont.cpp | 300 NW_FONT_MIN_ASSERT ( glyph->cellWidth, 1 ); in Rebuild() 301 NW_FONT_MIN_ASSERT ( glyph->cellHeight, 1 ); in Rebuild() 303 NW_FONT_MIN_ASSERT ( glyph->sheetNum, 1 ); in Rebuild() 304 NW_FONT_MIN_ASSERT ( glyph->sheetRow, 1 ); in Rebuild() 305 NW_FONT_MIN_ASSERT ( glyph->sheetLine, 1 ); in Rebuild()
|
| D | font_TextWriterBase.cpp | 228 NW_FONT_MIN_ASSERT(length, 0); in CalcStringWidth() 245 NW_FONT_MIN_ASSERT(length, 0); in CalcStringHeight() 264 NW_FONT_MIN_ASSERT(length, 0); in CalcStringRect() 328 NW_FONT_MIN_ASSERT(length, 0); in Print() 363 NW_FONT_MIN_ASSERT(length, 0); in CalcLineWidth() 389 NW_FONT_MIN_ASSERT(length, 0); in CalcLineRectImpl() 559 NW_FONT_MIN_ASSERT(length, 0); in CalcStringRectImpl() 594 NW_FONT_MIN_ASSERT(length, 0); in PrintImpl()
|
| D | font_CharWriter.cpp | 177 NW_FONT_MIN_ASSERT(m_pFont->GetWidth(), 1); in SetFontSize() 178 NW_FONT_MIN_ASSERT(m_pFont->GetHeight(), 1); in SetFontSize() 189 NW_FONT_MIN_ASSERT(m_pFont->GetHeight(), 1); in SetFontSize() 285 NW_FONT_MIN_ASSERT(glyph.texWidth, 1); in PrintGlyph() 286 NW_FONT_MIN_ASSERT(glyph.texHeight, 1); in PrintGlyph()
|
| D | font_ArchiveFontBase.cpp | 219 …NW_FONT_MIN_ASSERT( dataSize, sizeof(ut::BinaryFileHeader) + sizeof(ut::BinaryBlockHeader) + reint… in IsValidResource()
|
| /NW4C-2.0.3/include/nw/font/ |
| D | font_TextWriterBase.h | 435 NW_FONT_MIN_ASSERT(size, 1); in SetBuffer() 459 NW_FONT_MIN_ASSERT(size, 1); in SetBuffer()
|
| D | font_Font.h | 30 #define NW_FONT_MIN_ASSERT(exp, min) NN_ASSERT((exp) >= (min)) macro
|