Home
last modified time | relevance | path

Searched refs:nextGlyph (Results 1 – 21 of 21) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DFontFastPath.cpp386 int nextGlyph = 0; in drawGlyphBuffer() local
387 while (nextGlyph < glyphBuffer.size()) { in drawGlyphBuffer()
388 const SimpleFontData* nextFontData = glyphBuffer.fontDataAt(nextGlyph); in drawGlyphBuffer()
389 FloatSize nextOffset = glyphBuffer.offsetAt(nextGlyph); in drawGlyphBuffer()
391 drawGlyphs(context, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint); in drawGlyphBuffer()
393 lastFrom = nextGlyph; in drawGlyphBuffer()
398 nextX += glyphBuffer.advanceAt(nextGlyph); in drawGlyphBuffer()
399 nextGlyph++; in drawGlyphBuffer()
402 drawGlyphs(context, fontData, glyphBuffer, lastFrom, nextGlyph - lastFrom, startPoint); in drawGlyphBuffer()
/dports/www/dillo2/dillo-3.0.5/dw/
H A Dhyphenator.cc263 start = platform->nextGlyph (wordLc, start); in hyphenateWord()
274 i = platform->nextGlyph (wordLc, i); in hyphenateWord()
276 end = platform->nextGlyph (wordLc, end); in hyphenateWord()
280 nextStart = platform->nextGlyph (wordLc, end); in hyphenateWord()
H A Dplatform.hh73 virtual int nextGlyph (const char *text, int idx) = 0;
H A Dfltkplatform.cc523 next = nextGlyph(text, curr); in textWidth()
550 next = nextGlyph(text, curr); in textWidth()
592 int FltkPlatform::nextGlyph (const char *text, int idx) in nextGlyph() function in dw::fltk::FltkPlatform
H A Dlayout.hh342 inline int nextGlyph (const char *text, int idx) in nextGlyph() function in dw::core::Layout
344 return platform->nextGlyph (text, idx); in nextGlyph()
H A Dfltkplatform.hh159 int nextGlyph (const char *text, int idx);
H A Dfltkviewbase.cc640 next = theLayout->nextGlyph(text, curr); in drawText()
663 next = theLayout->nextGlyph(text, curr); in drawText()
H A Dtextblock.cc806 layout->nextGlyph (word->content.text, charPos); in sendSelectionEvent()
829 layout->nextGlyph (word->content.text, in sendSelectionEvent()
1009 after = layout->nextGlyph(text, after); in drawText()
1597 after = layout->nextGlyph(text, after); in textWidth()
/dports/games/spring/spring_98.0/rts/Rendering/Fonts/
H A DTextWrap.cpp141 const GlyphInfo* nextGlyph = curGlyph; in SplitWord() local
146 curGlyph = nextGlyph; in SplitWord()
148 nextGlyph = &GetGlyph(c); in SplitWord()
149 width += GetKerning(*curGlyph, *nextGlyph); in SplitWord()
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSSimpleHorizontalTypesetter.inc159 … NSLayoutManager; startGlyphIndex: NSUInteger; maxNumLines: NSUInteger; nextGlyph: NSUIntegerPtr);…
H A DNSTypesetter.inc69 … NSLayoutManager; startGlyphIndex: NSUInteger; maxNumLines: NSUInteger; nextGlyph: NSUIntegerPtr);…
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Headers/Additions/GNUstepGUI/
H A DGSLayoutManager.h384 nextGlyph: (unsigned int *)next_glyph
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/libnrtype/
H A DLayout-TNG.h981 inline bool nextGlyph();
1148 inline bool Layout::iterator::nextGlyph() in nextGlyph() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp1152 ShapedGlyph* nextGlyph = glyphIterator.next(); in wrap() local
1161 if (!(nextGlyph == nullptr || nextGlyph->fMustLineBreakBefore)) { in wrap()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/skshaper/src/
H A DSkShaper_harfbuzz.cpp1134 ShapedGlyph* nextGlyph = glyphIterator.next(); in wrap() local
1143 if (!(nextGlyph == nullptr || nextGlyph->fMustLineBreakBefore)) { in wrap()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Dpath-chemistry.cpp487 iter_next.nextGlyph(); // iter_next is one glyph ahead from iter in sp_selected_item_to_curved_repr()
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DGSHorizontalTypesetter.m448 nextGlyph: &g
467 nextGlyph: &g2
H A DGSLayoutManager.m2823 nextGlyph: (unsigned int *)next_glyph
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/live_effects/
H A Dlpe-measure-segments.cpp781 iter_next.nextGlyph(); // iter_next is one glyph ahead from iter in getNodes()
/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/
H A DOtl.php1533 $nextGlyph = $this->OTLdata[$ptr + 1]['hex'];
1537 …$shift = $this->_applyGSUBsubtableSpecial($lu, $c, $ptr, $currGlyph, $currGID, $nextGlyph, $nextGI…
1555 …function _applyGSUBsubtableSpecial($lookupID, $subtable, $ptr, $currGlyph, $currGID, $nextGlyph, $… argument
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/tools/
H A Dmeasure-tool.cpp1321 iter_next.nextGlyph(); // iter_next is one glyph ahead from iter in showCanvasItems()