| /NW4C-2.0.3/sources/libraries/font/ |
| D | font_CharStrmReader.cpp | 73 u16 code; in ReadNextCharUTF8() local 78 code = GetChar<u8>(); in ReadNextCharUTF8() 84 code = static_cast<u16>( in ReadNextCharUTF8() 96 code = static_cast<u16>( in ReadNextCharUTF8() 104 return code; in ReadNextCharUTF8() 113 u16 code; in ReadNextCharUTF16() local 115 code = GetChar<u16>(); in ReadNextCharUTF16() 118 return code; in ReadNextCharUTF16() 126 u16 code; in ReadNextCharCP1252() local 128 code = GetChar<u8>(); in ReadNextCharCP1252() [all …]
|
| D | font_TextWriterBase.cpp | 421 CharCode code = reader.Next(); in CalcLineRectImpl() local 425 if (code < ' ') in CalcLineRectImpl() 439 && code != '\n' in CalcLineRectImpl() 448 operation = m_TagProcessor->CalcRect(&rect2, code, &context2); in CalcLineRectImpl() 459 code = '\n'; in CalcLineRectImpl() 466 operation = m_TagProcessor->CalcRect(&rect, code, &context); in CalcLineRectImpl() 513 crntRight += GetFont()->GetCharWidth(code) * GetScaleH(); in CalcLineRectImpl() 523 code = '\n'; in CalcLineRectImpl() 540 code = reader.Next(); in CalcLineRectImpl() 614 CharCode code = reader.Next(); in PrintImpl() local [all …]
|
| D | font_CharWriter.cpp | 227 CharWriter::Print(CharCode code) in Print() argument 230 NN_ASSERT(code != Font::INVALID_CHARACTER_CODE); in Print() 236 m_pFont->GetGlyph(&glyph, code); in Print()
|
| /NW4C-2.0.3/include/nw/gfx/ |
| D | gfx_Common.h | 87 Result(u32 code) : m_Code(code) in Result() argument 96 self_type operator = (u32 code) { m_Code = code; return *this; } 98 self_type operator |= (u32 code) { m_Code |= code; return *this; } 100 self_type operator &= (u32 code) { m_Code &= code; return *this; }
|
| /NW4C-2.0.3/include/nw/font/ |
| D | font_TagProcessorBase.h | 133 u16 code, in Process() argument 137 NN_ASSERT(code < ' '); in Process() 140 switch (code) in Process() 169 u16 code, in CalcRect() argument 174 NN_ASSERT(code < ' '); in CalcRect() 177 switch (code) in CalcRect()
|
| D | font_CharWriter.h | 365 f32 Print(CharCode code);
|
| /NW4C-2.0.3/sources/libraries/dev/ |
| D | dev_DirectPrint.cpp | 496 int code; // 内部文字コードへ変換した値 in DrawLine() local 511 code = sAsciiTable[c & 0x7f]; in DrawLine() 513 if (code == ASCII_TAB) in DrawLine() 524 if (code != ASCII_SP) in DrawLine() 526 this->DrawChar(context, x, y, code); in DrawLine() 554 DrawChar(const PixelWriterContext& context, int x, int y, int code) in DrawChar() argument 556 int ncode = (code >= 100) ? (code - 100) : code; in DrawChar() 559 const u32* fontLine = (code < 100) ? (sFontData + fonty) : (sFontData2 + fonty); in DrawChar()
|
| /NW4C-2.0.3/include/nw/snd/ |
| D | snd_SoundStartable.h | 100 StartResult( ResultCode code ) : m_Code( code ) {} in StartResult() argument
|
| /NW4C-2.0.3/documents/CreativeStudio/html/common/ |
| D | fonts-min.css | 7 … arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-fa… selector
|
| /NW4C-2.0.3/documents/License/IronRuby/ |
| D | LICENSE.CPL.txt | 9 …a) in the case of the initial Contributor, the initial code and documentation distributed under th… 28 …bution of such Contributor, if any, and such derivative works, in source code and object code form. 30 … transfer the Contribution of such Contributor, if any, in source code and object code form. This … 38 A Contributor may choose to distribute the Program in object code form under its own license agreem… 50 …iv) states that source code for the Program is available from such Contributor, and informs licens… 52 When the Program is made available in source code form:
|
| D | LICENSE.Ruby.txt | 25 3. You may distribute the software in object code or executable
|
| /NW4C-2.0.3/sources/shaders/gfx/DefaultShader/ |
| D | CalcQuaternion.vsh | 28 // This source code is the confidential and proprietary
|
| /NW4C-2.0.3/documents/License/IronPython/ |
| D | License.Rtf | 62 …31505\loch\f0 (D) If you distribute any portion of the software in source code form, you may do so… 63 our distribution. If you distribute any portion of the software in compiled or object code form, yo…
|
| /NW4C-2.0.3/include/nw/ut/generated/ |
| D | ut_Signal.hi | 15 - Auto generated code -
|