| /NW4C-1.2.23/sources/libraries/font/ |
| D | font_CharStrmReader.cpp | 71 u16 code; in ReadNextCharUTF8() local 76 code = GetChar<u8>(); in ReadNextCharUTF8() 82 code = static_cast<u16>( in ReadNextCharUTF8() 94 code = static_cast<u16>( in ReadNextCharUTF8() 102 return code; in ReadNextCharUTF8() 111 u16 code; in ReadNextCharUTF16() local 113 code = GetChar<u16>(); in ReadNextCharUTF16() 116 return code; in ReadNextCharUTF16() 124 u16 code; in ReadNextCharCP1252() local 126 code = GetChar<u8>(); in ReadNextCharCP1252() [all …]
|
| D | font_TagProcessorBase.cpp | 55 u16 code, in Process() argument 59 NN_ASSERT(code < ' '); in Process() 62 switch (code) in Process() 84 u16 code, in CalcRect() argument 89 NN_ASSERT(code < ' '); in CalcRect() 92 switch (code) in CalcRect()
|
| D | font_TextWriterBase.cpp | 419 CharCode code = reader.Next(); in CalcLineRectImpl() local 423 if (code < ' ') in CalcLineRectImpl() 437 && code != '\n' in CalcLineRectImpl() 446 operation = m_TagProcessor->CalcRect(&rect2, code, &context2); in CalcLineRectImpl() 457 code = '\n'; in CalcLineRectImpl() 464 operation = m_TagProcessor->CalcRect(&rect, code, &context); in CalcLineRectImpl() 511 crntRight += GetFont()->GetCharWidth(code) * GetScaleH(); in CalcLineRectImpl() 521 code = '\n'; in CalcLineRectImpl() 538 code = reader.Next(); in CalcLineRectImpl() 612 CharCode code = reader.Next(); in PrintImpl() local [all …]
|
| D | font_CharWriter.cpp | 225 CharWriter::Print(CharCode code) in Print() argument 228 NN_ASSERT(code != Font::INVALID_CHARACTER_CODE); in Print() 234 m_pFont->GetGlyph(&glyph, code); in Print()
|
| /NW4C-1.2.23/include/nw/gfx/ |
| D | gfx_Common.h | 73 Result(u32 code) : m_Code(code) in Result() argument 82 self_type operator = (u32 code) { m_Code = code; return *this; } 84 self_type operator |= (u32 code) { m_Code |= code; return *this; } 86 self_type operator &= (u32 code) { m_Code &= code; return *this; }
|
| /NW4C-1.2.23/sources/libraries/dev/ |
| D | dev_DirectPrint.cpp | 483 int code; // 内部文字コードへ変換した値 in DrawLine() local 498 code = sAsciiTable[c & 0x7f]; in DrawLine() 500 if (code == ASCII_TAB) in DrawLine() 511 if (code != ASCII_SP) in DrawLine() 513 this->DrawChar(context, x, y, code); in DrawLine() 541 DrawChar(const PixelWriterContext& context, int x, int y, int code) in DrawChar() argument 543 int ncode = (code >= 100) ? (code - 100) : code; in DrawChar() 546 const u32* fontLine = (code < 100) ? (sFontData + fonty) : (sFontData2 + fonty); in DrawChar()
|
| /NW4C-1.2.23/include/nw/font/ |
| D | font_TagProcessorBase.h | 134 u16 code, 148 u16 code,
|
| D | font_CharWriter.h | 363 f32 Print(CharCode code);
|
| /NW4C-1.2.23/include/nw/snd/ |
| D | snd_SoundStartable.h | 98 StartResult( ResultCode code ) : m_Code( code ) {} in StartResult() argument
|
| /NW4C-1.2.23/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-1.2.23/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-1.2.23/tools/DebuggerLauncher/ |
| D | readme.txt | 15 - You can code a macro after "macro=". Use semicolons in place of newlines.
|
| /NW4C-1.2.23/SampleData/Graphics/Shader/UserShader/ |
| D | CalcQuaternion.vsh | 26 // This source code is the confidential and proprietary
|
| /NW4C-1.2.23/sources/shaders/gfx/DefaultShader/ |
| D | CalcQuaternion.vsh | 26 // This source code is the confidential and proprietary
|
| /NW4C-1.2.23/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-1.2.23/include/nw/ut/generated/ |
| D | ut_Signal.hi | 13 - Auto generated code -
|