Home
last modified time | relevance | path

Searched refs:CharPos (Results 26 – 50 of 195) sorted by relevance

12345678

/dports/games/flobopuyo/flobopuyo-0.20/
H A Dsofont.c9 int *CharPos; member
46 font->CharPos = NULL; in SoFont_new()
62 if (font->CharPos) in SoFont_free()
63 free (font->CharPos); in SoFont_free()
340 font->spacew = font->CharPos[1] - font->CharPos[0]; in SoFont_load()
354 font->CharPos['|' - in SoFont_load()
362 font->CharPos['|' - in SoFont_load()
415 srcrect.w = dstrect.w = font->CharPos[ofs + 1] - font->CharPos[ofs]; in SoFont_PutString()
417 srcrect.x = font->CharPos[ofs]; in SoFont_PutString()
464 srcrect.w = dstrect.w = font->CharPos[ofs + 1] - font->CharPos[ofs]; in SoFont_PutStringWithCursor()
[all …]
/dports/games/openmortal/openmortal-0.7/src/
H A DFlyingChars.cpp219 if ( ! m_poFont->CharPos ) in Draw()
227 iSrcX = m_poFont->CharPos[iOfs]; in Draw()
228 iSrcW = m_poFont->CharPos[iOfs+1] - iSrcX; in Draw()
392 else if ( m_poFont->CharPos ) in GetCharWidth()
396 return m_poFont->CharPos[3] - m_poFont->CharPos[2] + 1; in GetCharWidth()
401 return m_poFont->CharPos[iOfs+1] - m_poFont->CharPos[iOfs] + m_iFontDisplacement; in GetCharWidth()
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/Config/
H A DPragmas.Mod37 CharPos* = LONGINT;
40 CharPosArray = POINTER TO ARRAY OF CharPos;
55 lastCharPos: CharPos;
125 charPos: CharPos): Config.Variable;
152 PROCEDURE (h: History) GetValue* (name: STRING; charPos: CharPos): Config.Variable;
167 PROCEDURE LastCharPos (h: History; charPos: CharPos);
173 PROCEDURE SetValue (var: Variable;charPos: CharPos;
211 charPos: CharPos;
262 PROCEDURE (h: History) Pop* (charPos: CharPos);
264 pushPos: CharPos;
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_ast-722.0.0/src/util/
H A Dcomments.rs2 use rustc_span::{BytePos, CharPos, FileName, Pos, Symbol};
106 fn all_whitespace(s: &str, col: CharPos) -> Option<usize> { in all_whitespace()
117 fn trim_whitespace_prefix(s: &str, col: CharPos) -> &str { in trim_whitespace_prefix()
131 fn split_block_comment_into_lines(text: &str, col: CharPos) -> Vec<String> { in split_block_comment_into_lines()
195 let col = CharPos(text[line_begin_pos..pos].chars().count()); in gather_comments()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_ast-718.0.0/src/util/
H A Dcomments.rs2 use rustc_span::{BytePos, CharPos, FileName, Pos, Symbol};
106 fn all_whitespace(s: &str, col: CharPos) -> Option<usize> { in all_whitespace()
117 fn trim_whitespace_prefix(s: &str, col: CharPos) -> &str { in trim_whitespace_prefix()
131 fn split_block_comment_into_lines(text: &str, col: CharPos) -> Vec<String> { in split_block_comment_into_lines()
195 let col = CharPos(text[line_begin_pos..pos].chars().count()); in gather_comments()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_ast/src/util/
H A Dcomments.rs2 use rustc_span::{BytePos, CharPos, FileName, Pos, Symbol};
106 fn all_whitespace(s: &str, col: CharPos) -> Option<usize> { in all_whitespace()
117 fn trim_whitespace_prefix(s: &str, col: CharPos) -> &str { in trim_whitespace_prefix()
131 fn split_block_comment_into_lines(text: &str, col: CharPos) -> Vec<String> { in split_block_comment_into_lines()
195 let col = CharPos(text[line_begin_pos..pos].chars().count()); in gather_comments()
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_ast/src/util/
H A Dcomments.rs2 use rustc_span::{BytePos, CharPos, FileName, Pos, Symbol};
106 fn all_whitespace(s: &str, col: CharPos) -> Option<usize> { in all_whitespace()
117 fn trim_whitespace_prefix(s: &str, col: CharPos) -> &str { in trim_whitespace_prefix()
131 fn split_block_comment_into_lines(text: &str, col: CharPos) -> Vec<String> { in split_block_comment_into_lines()
195 let col = CharPos(text[line_begin_pos..pos].chars().count()); in gather_comments()
/dports/lang/oo2c/oo2c_64-2.1.11/src/OOC/Scanner/
H A DInputBuffer.Mod35 CharPos* = LONGINT;
51 offsetFromPos0-: CharPos;
53 endOfBuffer-: CharPos;
57 discardable*: CharPos;
87 len: CharPos;
140 PROCEDURE (b: Buffer) EndOfBuffer* (cpos: CharPos): BOOLEAN;
/dports/lang/oo2c/oo2c_64-2.1.11/lib/src/XML/
H A DInputBuffer.Mod16 CharPos* = LONGINT;
32 offsetFromPos0-: CharPos;
34 endOfBuffer-: CharPos;
38 discardable*: CharPos;
68 len: CharPos;
121 PROCEDURE (b: Buffer) EndOfBuffer* (cpos: CharPos): BOOLEAN;
H A DLocator.Mod27 charIndex*: Buffer.CharPos;
39 line*: Buffer.CharPos;
43 column*: Buffer.CharPos;
/dports/games/spacejunk/spacejunk-1.0.5/sge030809/
H A Dsge_textpp.cpp427 if(bm_font->CharPos && bm_font->FontSurface->format->Amask){ in update_textSurface()
555 if(bm_font->CharPos && bm_font->FontSurface->format->Amask){ in set_textSurface()
572 …if(bm_font->CharPos && bm_font->FontSurface->format->Amask){ /* These fonts can't be buffered a… in draw()
598 if(bm_font->CharPos && bm_font->FontSurface->format->Amask){ in set_textSurface()
620 …if(bm_font->CharPos && bm_font->FontSurface->format->Amask){ /* These fonts can't be buffered a… in draw()
645 if(bm_font->CharPos && bm_font->FontSurface->format->Amask){ in set_textSurface()
667 …if(bm_font->CharPos && bm_font->FontSurface->format->Amask){ /* These fonts can't be buffered a… in draw()
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/test/
H A Dtestnavigation.pas411 AssertEquals(Name2+'empty line at pos 1', 1, SynEdit.CaretObj.CharPos);
414 then AssertEquals(Name2+'after empty line at pos 1', ExpPhysX, SynEdit.CaretObj.CharPos)
415 else AssertEquals(Name2+'after empty line at pos 1', 1, SynEdit.CaretObj.CharPos);
435 AssertFalse(Name2+'after dwidth line at pos 1', ExpPhysX = SynEdit.CaretObj.CharPos);
438 (ExpPhysX = SynEdit.CaretObj.CharPos) = (eoKeepCaretX in SynEdit.Options));
/dports/editors/lazarus/lazarus/components/synedit/test/
H A Dtestnavigation.pas411 AssertEquals(Name2+'empty line at pos 1', 1, SynEdit.CaretObj.CharPos);
414 then AssertEquals(Name2+'after empty line at pos 1', ExpPhysX, SynEdit.CaretObj.CharPos)
415 else AssertEquals(Name2+'after empty line at pos 1', 1, SynEdit.CaretObj.CharPos);
435 AssertFalse(Name2+'after dwidth line at pos 1', ExpPhysX = SynEdit.CaretObj.CharPos);
438 (ExpPhysX = SynEdit.CaretObj.CharPos) = (eoKeepCaretX in SynEdit.Options));
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/synedit/test/
H A Dtestnavigation.pas411 AssertEquals(Name2+'empty line at pos 1', 1, SynEdit.CaretObj.CharPos);
414 then AssertEquals(Name2+'after empty line at pos 1', ExpPhysX, SynEdit.CaretObj.CharPos)
415 else AssertEquals(Name2+'after empty line at pos 1', 1, SynEdit.CaretObj.CharPos);
435 AssertFalse(Name2+'after dwidth line at pos 1', ExpPhysX = SynEdit.CaretObj.CharPos);
438 (ExpPhysX = SynEdit.CaretObj.CharPos) = (eoKeepCaretX in SynEdit.Options));
/dports/editors/lazarus-qt5/lazarus/components/synedit/test/
H A Dtestnavigation.pas411 AssertEquals(Name2+'empty line at pos 1', 1, SynEdit.CaretObj.CharPos);
414 then AssertEquals(Name2+'after empty line at pos 1', ExpPhysX, SynEdit.CaretObj.CharPos)
415 else AssertEquals(Name2+'after empty line at pos 1', 1, SynEdit.CaretObj.CharPos);
435 AssertFalse(Name2+'after dwidth line at pos 1', ExpPhysX = SynEdit.CaretObj.CharPos);
438 (ExpPhysX = SynEdit.CaretObj.CharPos) = (eoKeepCaretX in SynEdit.Options));
/dports/cad/zcad/zcad-8b8a693/cad_source/other/AGraphLaz/Vectors/
H A DVFormat.pas242 if CharPos(DecimalSeparator, Value, 1) = 0 then begin
243 I:=CharPos('.', Value, 1);
247 I:=CharPos(',', Value, 1);
258 I:=CharPos(',', Value, 1);
517 if CharPos(TimeSeparator, Value, 1) <= 0 then
/dports/devel/upp/upp/uppsrc/PdfDraw/
H A DPdfDraw.h280 struct CharPos : Moveable<CharPos> { word fi, ci; }; argument
295 VectorMap<Font, VectorMap<wchar, CharPos>> fontchars;
332 CharPos GetCharPos(Font fnt, wchar chr);
/dports/editors/lazarus/lazarus/components/turbopower_ipro/
H A Diputils.pas317 function CharPos(C: AnsiChar; const S : string): Integer; in CharPos() function
1158 P := CharPos('%', Temp);
1173 P := CharPos('%', Temp);
1200 if (CharPos('\', Result) = 1) and (CharPos(':', Result) > 0) then
1504 if CharPos('@', URL) > 0 then begin
1878 P := CharPos('&', Temp);
1882 P := CharPos('&', Temp);
1900 P := CharPos(' ', Temp);
1903 P := CharPos(' ', Temp);
1933 P := CharPos(':', Fields[i]);
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/turbopower_ipro/
H A Diputils.pas292 function CharPos(C: AnsiChar; const S : string): Integer; in CharPos() function
1096 P := CharPos('%', Temp);
1111 P := CharPos('%', Temp);
1134 if (CharPos('\', Result) = 1) and (CharPos(':', Result) > 0) then
1423 if CharPos('@', URL) > 0 then begin
1797 P := CharPos('&', Temp);
1801 P := CharPos('&', Temp);
1819 P := CharPos(' ', Temp);
1822 P := CharPos(' ', Temp);
1852 P := CharPos(':', Fields[i]);
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/turbopower_ipro/
H A Diputils.pas292 function CharPos(C: AnsiChar; const S : string): Integer; in CharPos() function
1096 P := CharPos('%', Temp);
1111 P := CharPos('%', Temp);
1134 if (CharPos('\', Result) = 1) and (CharPos(':', Result) > 0) then
1423 if CharPos('@', URL) > 0 then begin
1797 P := CharPos('&', Temp);
1801 P := CharPos('&', Temp);
1819 P := CharPos(' ', Temp);
1822 P := CharPos(' ', Temp);
1852 P := CharPos(':', Fields[i]);
[all …]
/dports/editors/lazarus-qt5/lazarus/components/turbopower_ipro/
H A Diputils.pas317 function CharPos(C: AnsiChar; const S : string): Integer; in CharPos() function
1158 P := CharPos('%', Temp);
1173 P := CharPos('%', Temp);
1200 if (CharPos('\', Result) = 1) and (CharPos(':', Result) > 0) then
1504 if CharPos('@', URL) > 0 then begin
1878 P := CharPos('&', Temp);
1882 P := CharPos('&', Temp);
1900 P := CharPos(' ', Temp);
1903 P := CharPos(' ', Temp);
1933 P := CharPos(':', Fields[i]);
[all …]
/dports/games/spacejunk/spacejunk-1.0.5/libinfo/
H A DSFont.h50 int CharPos[512]; member
/dports/games/fishsupper/fishsupper-0.1.6/src/
H A DSFont.h50 int CharPos[512]; member
/dports/games/epiphany-game/epiphany-0.7.0/src/fonts/
H A DSFont.h50 int CharPos[512]; member
/dports/games/luola/luola-1.3.2/src/
H A DSFont.h50 int CharPos[512]; member

12345678