Home
last modified time | relevance | path

Searched refs:characterIndex (Results 1 – 25 of 113) sorted by relevance

12345

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/bladerunner/
H A Dfont.cpp115 uint32 characterIndex = chr + 1; in drawChar() local
116 if (x < 0 || x >= dst->w || y < 0 || y >= dst->h || !_data || characterIndex >= _characterCount) { in drawChar()
120 uint16 *srcPtr = &_data[_characters[characterIndex].dataOffset]; in drawChar()
121 int width = _characters[characterIndex].width; in drawChar()
122 int height = _characters[characterIndex].height; in drawChar()
150 …etBasePtr(CLIP(currentX + _characters[characterIndex].x, 0, dst->w - 1), CLIP(currentY + _characte… in drawChar()
/dports/games/scummvm/scummvm-2.5.1/engines/bladerunner/
H A Dfont.cpp115 uint32 characterIndex = chr + 1; in drawChar() local
116 if (x < 0 || x >= dst->w || y < 0 || y >= dst->h || !_data || characterIndex >= _characterCount) { in drawChar()
120 uint16 *srcPtr = &_data[_characters[characterIndex].dataOffset]; in drawChar()
121 int width = _characters[characterIndex].width; in drawChar()
122 int height = _characters[characterIndex].height; in drawChar()
150 …etBasePtr(CLIP(currentX + _characters[characterIndex].x, 0, dst->w - 1), CLIP(currentY + _characte… in drawChar()
/dports/print/a2ps/a2ps-4.13/ogonkify/
H A Dcomposeglyphs.in99 $characterIndex[$#characterIndex+1]=$characterName;
241 $charname=$characterIndex[$i];
269 $charname=$characterIndex[$i];
275 $widths{$characterIndex[$i]},$characterIndex[$i];
276 if($BBox{$characterIndex[$i]}) {
278 $BBox{$characterIndex[$i],0},
279 $BBox{$characterIndex[$i],1},
280 $BBox{$characterIndex[$i],2},
281 $BBox{$characterIndex[$i],3};
329 $characterIndex[$#characterIndex+1]=$charName;
[all …]
/dports/graphics/ftgl/ftgl-2.4.0/test/
H A DFTGlyph-Test.cpp80 void setUpFreetype(unsigned int characterIndex) in setUpFreetype() argument
87 loadGlyph(characterIndex); in setUpFreetype()
90 void loadGlyph(unsigned int characterIndex) in loadGlyph() argument
92 long glyphIndex = FT_Get_Char_Index(face, characterIndex); in loadGlyph()
H A DFTVectoriser-Test.cpp437 void setUpFreetype(unsigned int characterIndex) in setUpFreetype() argument
444 loadGlyph(characterIndex); in setUpFreetype()
447 void loadGlyph(unsigned int characterIndex) in loadGlyph() argument
449 long glyphIndex = FT_Get_Char_Index(face, characterIndex); in loadGlyph()
/dports/emulators/sameboy/SameBoy-0.14.7/HexFiend/
H A DHFTextRepresenter_Internal.h9 - (void)beginSelectionWithEvent:(NSEvent *)event forCharacterIndex:(NSUInteger)characterIndex;
10 - (void)continueSelectionWithEvent:(NSEvent *)event forCharacterIndex:(NSUInteger)characterIndex;
11 - (void)endSelectionWithEvent:(NSEvent *)event forCharacterIndex:(NSUInteger)characterIndex;
H A DHFTextRepresenter.m293 - (unsigned long long)byteIndexForCharacterIndex:(NSUInteger)characterIndex {
297 … byteIndex = HFProductULL(scrollAmount, [controller bytesPerLine]) + characterIndex * [[self view]…
301 - (void)beginSelectionWithEvent:(NSEvent *)event forCharacterIndex:(NSUInteger)characterIndex {
302 …ller] beginSelectionWithEvent:event forByteIndex:[self byteIndexForCharacterIndex:characterIndex]];
305 - (void)continueSelectionWithEvent:(NSEvent *)event forCharacterIndex:(NSUInteger)characterIndex {
306 …r] continueSelectionWithEvent:event forByteIndex:[self byteIndexForCharacterIndex:characterIndex]];
309 - (void)endSelectionWithEvent:(NSEvent *)event forCharacterIndex:(NSUInteger)characterIndex {
310 …roller] endSelectionWithEvent:event forByteIndex:[self byteIndexForCharacterIndex:characterIndex]];
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSTextAttachment.inc28 …SRect; controlView: NSView; charIndex: NSUInteger); message 'drawWithFrame:inView:characterIndex:';
29 …eger; layoutManager: NSLayoutManager); message 'drawWithFrame:inView:characterIndex:layoutManager:…
32 …r): NSRect; message 'cellFrameForTextContainer:proposedLineFragment:glyphPosition:characterIndex:';
46 …r): NSRect; message 'cellFrameForTextContainer:proposedLineFragment:glyphPosition:characterIndex:';
47 …SRect; controlView: NSView; charIndex: NSUInteger); message 'drawWithFrame:inView:characterIndex:';
48 …eger; layoutManager: NSLayoutManager); message 'drawWithFrame:inView:characterIndex:layoutManager:…
H A DNSGlyphGenerator.inc21 …ger; charIndex: NSUInteger); message 'insertGlyphs:length:forStartingGlyphAtIndex:characterIndex:';
33 …Ptr); message 'generateGlyphsForGlyphStorage:desiredNumberOfCharacters:glyphIndex:characterIndex:';
H A DNSATSTypesetter.inc72 …dingBoxForControlGlyphAtIndex:forTextContainer:proposedLineFragment:glyphPosition:characterIndex:';
82 …yph: NSGlyph; glyphIndex: NSUInteger; characterIndex: NSUInteger); message 'insertGlyph:atGlyphInd…
/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/atk-adaptor/adaptors/
H A Dhypertext-adaptor.c79 dbus_int32_t characterIndex; in impl_GetLinkIndex() local
86 (message, NULL, DBUS_TYPE_INT32, &characterIndex, DBUS_TYPE_INVALID)) in impl_GetLinkIndex()
90 rv = atk_hypertext_get_link_index (hypertext, characterIndex); in impl_GetLinkIndex()
/dports/games/amoebax/amoebax-0.2.1/src/
H A DTournamentState.cxx115 sentinelPlayer.characterIndex = k_InvalidCharacterIndex; in createMatchTree()
213 getCurrentMatch ()->opponents.first.characterIndex = in endOfMatch()
219 getCurrentMatch ()->opponents.second.characterIndex = in endOfMatch()
485 if ( match->opponents.first.characterIndex != k_InvalidCharacterIndex ) in renderMatch()
487 uint8_t character = match->opponents.first.characterIndex; in renderMatch()
498 if ( match->opponents.second.characterIndex != k_InvalidCharacterIndex ) in renderMatch()
500 uint8_t character = match->opponents.second.characterIndex; in renderMatch()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/AppKit/
H A DNSTextAttachment.h75 characterIndex:(NSUInteger)charIndex;
78 characterIndex:(NSUInteger)charIndex
120 characterIndex: (NSUInteger)charIndex;
H A DNSGlyphGenerator.h55 characterIndex: (NSUInteger)index;
70 characterIndex: (NSUInteger*)index;
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/MacBuild/
H A DESWindow.m251 unsigned int characterIndex, characterCount = (unsigned int)[characters length];
253 for (characterIndex = 0; characterIndex < characterCount; characterIndex++) {
254 unichar c = [characters characterAtIndex:characterIndex];
H A DESScreensaverView.m311 unsigned int characterIndex, characterCount = (unsigned int)[characters length];
313 for (characterIndex = 0; characterIndex < characterCount; characterIndex++) {
314 unichar c = [characters characterAtIndex:characterIndex];
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/dm/
H A Dtext.cpp110 uint16 characterIndex; in printMessage() local
126 characterIndex = 0; in printMessage()
129 characterIndex++; in printMessage()
132 if (_messageAreaCursorColumn + characterIndex > 53) { in printMessage()
/dports/games/scummvm/scummvm-2.5.1/engines/dm/
H A Dtext.cpp110 uint16 characterIndex; in printMessage() local
126 characterIndex = 0; in printMessage()
129 characterIndex++; in printMessage()
132 if (_messageAreaCursorColumn + characterIndex > 53) { in printMessage()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/mac/
H A DComplexTextController.cpp435 CFIndex characterIndex = complexTextRun.indexAt(i); in adjustGlyphsAndAdvances() local
437 if (characterIndex < lastCharacterIndex) in adjustGlyphsAndAdvances()
440 if (characterIndex > lastCharacterIndex) in adjustGlyphsAndAdvances()
443 UChar ch = *(cp + characterIndex); in adjustGlyphsAndAdvances()
499 …if (treatAsSpace && characterIndex > 0 && !Font::treatAsSpace(*m_run.data(characterIndex - 1)) && … in adjustGlyphsAndAdvances()
524 lastCharacterIndex = characterIndex; in adjustGlyphsAndAdvances()
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DRakString.cpp536 unsigned characterIndex; in IPAddressMatch() local
541 characterIndex = 0; in IPAddressMatch()
548 if (sharedString->c_str[ characterIndex ] == IP[ characterIndex ] ) in IPAddressMatch()
551 if ( IP[ characterIndex ] == 0 ) in IPAddressMatch()
558 characterIndex++; in IPAddressMatch()
563 if ( sharedString->c_str[ characterIndex ] == 0 || IP[ characterIndex ] == 0 ) in IPAddressMatch()
570 if ( sharedString->c_str[ characterIndex ] == '*' ) in IPAddressMatch()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Razor.Test/Parser/CSharp/
H A DCSharpTemplateTest.cs255 private static RazorError GetNestedTemplateError(int characterIndex) in GetNestedTemplateError() argument
257 …Error_InlineMarkup_Blocks_Cannot_Be_Nested, new SourceLocation(characterIndex, 0, characterIndex)); in GetNestedTemplateError()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Razor/Text/
H A DSourceLocation.cs17 public SourceLocation(int absoluteIndex, int lineIndex, int characterIndex) in SourceLocation()
21 _characterIndex = characterIndex; in SourceLocation()
/dports/graphics/bonzomatic/Bonzomatic-2021-03-07/external/scintilla/src/
H A DDocument.cxx2352 size_t characterIndex; member in __anon204ccf850111::UTF8Iterator
2366 characterIndex = other.characterIndex; in UTF8Iterator()
2376 characterIndex = other.characterIndex; in operator =()
2392 characterIndex++; in operator ++()
2396 characterIndex = 0; in operator ++()
2403 characterIndex++; in operator ++()
2407 characterIndex = 0; in operator ++()
2413 characterIndex--; in operator --()
2425 characterIndex == other.characterIndex; in operator ==()
2431 characterIndex != other.characterIndex; in operator !=()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/win/
H A DUniscribeController.cpp314 int characterIndex = spaceCharacters[k]; in shapeAndPlaceItem() local
316 if (characterIndex != -1) { in shapeAndPlaceItem()
331 …if (characterIndex > 0 && !Font::treatAsSpace(*m_run.data(characterIndex - 1)) && m_font.wordSpaci… in shapeAndPlaceItem()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/src/stc/scintilla/src/
H A DDocument.cxx2642 size_t characterIndex; member in __anon8b2df3910111::UTF8Iterator
2659 characterIndex = other.characterIndex; in UTF8Iterator()
2669 characterIndex = other.characterIndex; in operator =()
2683 characterIndex++; in operator ++()
2687 characterIndex = 0; in operator ++()
2694 characterIndex++; in operator ++()
2698 characterIndex = 0; in operator ++()
2704 characterIndex--; in operator --()
2716 characterIndex == other.characterIndex; in operator ==()
2722 characterIndex != other.characterIndex; in operator !=()
[all …]

12345