Home
last modified time | relevance | path

Searched refs:code (Results 1 – 17 of 17) sorted by relevance

/NW4C-1.2.23/sources/libraries/font/
Dfont_CharStrmReader.cpp71 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 …]
Dfont_TagProcessorBase.cpp55 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()
Dfont_TextWriterBase.cpp419 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 …]
Dfont_CharWriter.cpp225 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/
Dgfx_Common.h73 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/
Ddev_DirectPrint.cpp483 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/
Dfont_TagProcessorBase.h134 u16 code,
148 u16 code,
Dfont_CharWriter.h363 f32 Print(CharCode code);
/NW4C-1.2.23/include/nw/snd/
Dsnd_SoundStartable.h98 StartResult( ResultCode code ) : m_Code( code ) {} in StartResult() argument
/NW4C-1.2.23/documents/CreativeStudio/html/common/
Dfonts-min.css7 … 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/
DLICENSE.CPL.txt9 …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:
DLICENSE.Ruby.txt25 3. You may distribute the software in object code or executable
/NW4C-1.2.23/tools/DebuggerLauncher/
Dreadme.txt15 - You can code a macro after "macro=". Use semicolons in place of newlines.
/NW4C-1.2.23/SampleData/Graphics/Shader/UserShader/
DCalcQuaternion.vsh26 // This source code is the confidential and proprietary
/NW4C-1.2.23/sources/shaders/gfx/DefaultShader/
DCalcQuaternion.vsh26 // This source code is the confidential and proprietary
/NW4C-1.2.23/documents/License/IronPython/
DLicense.Rtf62 …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/
Dut_Signal.hi13 - Auto generated code -