Home
last modified time | relevance | path

Searched refs:startGlyphId (Results 1 – 7 of 7) sorted by relevance

/dports/graphics/blend2d/blend2d-592d1ba52672bbf6365aba476bfe26b7bd2dfab8/src/blend2d/opentype/
H A Dotcmap.cpp295 uint32_t startGlyphId; in mapTextToGlyphsFormat12_13() local
300 if (findGroupFormat12_13(uc, groupArray, groupCount, ucFirst, ucLast, startGlyphId)) { in mapTextToGlyphsFormat12_13()
302 uint32_t glyphId = (FormatId == 12) ? uint32_t((startGlyphId + uc - ucFirst) & 0xFFFFu) in mapTextToGlyphsFormat12_13()
303 : uint32_t((startGlyphId ) & 0xFFFFu); in mapTextToGlyphsFormat12_13()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxFontUtils.cpp61 AutoSwap_PRUint32 startGlyphId; member
188 if (group->startGlyphId == 0) { in ReadCMAPTableFormat12or13()
699 ? uint16_t(groups[range].startGlyphId) + aCh - startCharCode in MapCharToGlyphFormat12or13()
700 : uint16_t(groups[range].startGlyphId); in MapCharToGlyphFormat12or13()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxFontUtils.cpp62 AutoSwap_PRUint32 startGlyphId; member
188 if (group->startGlyphId == 0) { in ReadCMAPTableFormat12or13()
705 ? uint16_t(groups[range].startGlyphId) + aCh - startCharCode in MapCharToGlyphFormat12or13()
706 : uint16_t(groups[range].startGlyphId); in MapCharToGlyphFormat12or13()
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxFontUtils.cpp62 AutoSwap_PRUint32 startGlyphId; member
188 if (group->startGlyphId == 0) { in ReadCMAPTableFormat12or13()
728 ? uint16_t(groups[range].startGlyphId) + aCh - startCharCode in MapCharToGlyphFormat12or13()
729 : uint16_t(groups[range].startGlyphId); in MapCharToGlyphFormat12or13()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxFontUtils.cpp62 AutoSwap_PRUint32 startGlyphId; member
188 if (group->startGlyphId == 0) { in ReadCMAPTableFormat12or13()
705 ? uint16_t(groups[range].startGlyphId) + aCh - startCharCode in MapCharToGlyphFormat12or13()
706 : uint16_t(groups[range].startGlyphId); in MapCharToGlyphFormat12or13()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxFontUtils.cpp62 AutoSwap_PRUint32 startGlyphId; member
188 if (group->startGlyphId == 0) { in ReadCMAPTableFormat12or13()
705 ? uint16_t(groups[range].startGlyphId) + aCh - startCharCode in MapCharToGlyphFormat12or13()
706 : uint16_t(groups[range].startGlyphId); in MapCharToGlyphFormat12or13()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxFontUtils.cpp57 AutoSwap_PRUint32 startGlyphId; member
184 if (group->startGlyphId == 0) { in ReadCMAPTableFormat12()
694 return groups[range].startGlyphId + aCh - startCharCode; in MapCharToGlyphFormat12()