Home
last modified time | relevance | path

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

/dports/graphics/silgraphite/silgraphite-2.3.1/engine/src/font/
H A DTtfUtil.h82 gr::gid16 Cmap31Lookup(const void * pCmap31, int nUnicodeId);
83 unsigned int Cmap31NextCodepoint(const void *pCmap31, unsigned int nUnicodeId,
87 unsigned int Cmap310NextCodepoint(const void *pCmap310, unsigned int nUnicodeId,
H A DTtfUtil.cpp878 gr::gid16 Cmap31Lookup(const void * pCmap31, int nUnicodeId) in Cmap31Lookup() argument
896 if (nUnicodeId <= chEnd) in Cmap31Lookup()
898 if (cMid == 0 || nUnicodeId > read(pMid[-1])) in Cmap31Lookup()
916 if (chEnd >= nUnicodeId && nUnicodeId >= chStart) in Cmap31Lookup()
923 return (uint16)(idDelta + nUnicodeId); // must use modulus 2^16 in Cmap31Lookup()
926 gr::gid16 nGlyphId = read(*(pMid + (nUnicodeId - chStart) + (idRangeOffset >> 1))); in Cmap31Lookup()
940 unsigned int Cmap31NextCodepoint(const void *pCmap31, unsigned int nUnicodeId, int * pRangeKey) in Cmap31NextCodepoint() argument
946 uint32 nUnicodePrev = (uint32)nUnicodeId; in Cmap31NextCodepoint()
1040 unsigned int Cmap310NextCodepoint(const void *pCmap310, unsigned int nUnicodeId, int * pRangeKey) in Cmap310NextCodepoint() argument
1046 uint32 nUnicodePrev = (uint32)nUnicodeId; in Cmap310NextCodepoint()
/dports/graphics/silgraphite/silgraphite-2.3.1/wrappers/pangographite/
H A DTtfUtil.h81 gr::gid16 Cmap31Lookup(const void * pCmap31, int nUnicodeId);
82 unsigned int Cmap31NextCodepoint(const void *pCmap31, unsigned int nUnicodeId,
86 unsigned int Cmap310NextCodepoint(const void *pCmap310, unsigned int nUnicodeId,
/dports/www/firefox-esr/firefox-91.8.0/gfx/graphite2/src/inc/
H A DTtfUtil.h143 … gid16 CmapSubtable4Lookup(const void * pCmapSubtabel4, unsigned int nUnicodeId, int rangeKey = 0);
144 unsigned int CmapSubtable4NextCodepoint(const void *pCmap31, unsigned int nUnicodeId,
148 unsigned int CmapSubtable12NextCodepoint(const void *pCmap310, unsigned int nUnicodeId,
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/graphite2/src/inc/
H A DTtfUtil.h143 … gid16 CmapSubtable4Lookup(const void * pCmapSubtabel4, unsigned int nUnicodeId, int rangeKey = 0);
144 unsigned int CmapSubtable4NextCodepoint(const void *pCmap31, unsigned int nUnicodeId,
148 unsigned int CmapSubtable12NextCodepoint(const void *pCmap310, unsigned int nUnicodeId,
/dports/www/firefox/firefox-99.0/gfx/graphite2/src/inc/
H A DTtfUtil.h143 … gid16 CmapSubtable4Lookup(const void * pCmapSubtabel4, unsigned int nUnicodeId, int rangeKey = 0);
144 unsigned int CmapSubtable4NextCodepoint(const void *pCmap31, unsigned int nUnicodeId,
148 unsigned int CmapSubtable12NextCodepoint(const void *pCmap310, unsigned int nUnicodeId,
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/graphite2/src/inc/
H A DTtfUtil.h143 … gid16 CmapSubtable4Lookup(const void * pCmapSubtabel4, unsigned int nUnicodeId, int rangeKey = 0);
144 unsigned int CmapSubtable4NextCodepoint(const void *pCmap31, unsigned int nUnicodeId,
148 unsigned int CmapSubtable12NextCodepoint(const void *pCmap310, unsigned int nUnicodeId,
/dports/graphics/graphite2/graphite2-1.3.14/src/inc/
H A DTtfUtil.h143 … gid16 CmapSubtable4Lookup(const void * pCmapSubtabel4, unsigned int nUnicodeId, int rangeKey = 0);
144 unsigned int CmapSubtable4NextCodepoint(const void *pCmap31, unsigned int nUnicodeId,
148 unsigned int CmapSubtable12NextCodepoint(const void *pCmap310, unsigned int nUnicodeId,
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/graphite2/src/inc/
H A DTtfUtil.h141 … gid16 CmapSubtable4Lookup(const void * pCmapSubtabel4, unsigned int nUnicodeId, int rangeKey = 0);
142 unsigned int CmapSubtable4NextCodepoint(const void *pCmap31, unsigned int nUnicodeId,
146 unsigned int CmapSubtable12NextCodepoint(const void *pCmap310, unsigned int nUnicodeId,
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/graphite2/src/inc/
H A DTtfUtil.h141 … gid16 CmapSubtable4Lookup(const void * pCmapSubtabel4, unsigned int nUnicodeId, int rangeKey = 0);
142 unsigned int CmapSubtable4NextCodepoint(const void *pCmap31, unsigned int nUnicodeId,
146 unsigned int CmapSubtable12NextCodepoint(const void *pCmap310, unsigned int nUnicodeId,
/dports/www/firefox-esr/firefox-91.8.0/gfx/graphite2/src/
H A DTtfUtil.cpp956 gid16 CmapSubtable4Lookup(const void * pCmapSubtabel4, unsigned int nUnicodeId, int rangeKey) in CmapSubtable4Lookup() argument
981 if (nUnicodeId <= chEnd) in CmapSubtable4Lookup()
983 if (cMid == 0 || nUnicodeId > be::peek<uint16>(pMid -1)) in CmapSubtable4Lookup()
1002 if (chEnd >= nUnicodeId && nUnicodeId >= chStart) in CmapSubtable4Lookup()
1009 return (uint16)(idDelta + nUnicodeId); // must use modulus 2^16 in CmapSubtable4Lookup()
1012 const ptrdiff_t offset = (nUnicodeId - chStart) + (idRangeOffset >> 1) + in CmapSubtable4Lookup()
1030 unsigned int CmapSubtable4NextCodepoint(const void *pCmap31, unsigned int nUnicodeId, int * pRangeK… in CmapSubtable4NextCodepoint() argument
1036 uint32 nUnicodePrev = (uint32)nUnicodeId; in CmapSubtable4NextCodepoint()
1154 unsigned int CmapSubtable12NextCodepoint(const void *pCmap310, unsigned int nUnicodeId, int * pRang… in CmapSubtable12NextCodepoint() argument
1160 uint32 nUnicodePrev = (uint32)nUnicodeId; in CmapSubtable12NextCodepoint()
/dports/www/firefox/firefox-99.0/gfx/graphite2/src/
H A DTtfUtil.cpp956 gid16 CmapSubtable4Lookup(const void * pCmapSubtabel4, unsigned int nUnicodeId, int rangeKey) in CmapSubtable4Lookup() argument
981 if (nUnicodeId <= chEnd) in CmapSubtable4Lookup()
983 if (cMid == 0 || nUnicodeId > be::peek<uint16>(pMid -1)) in CmapSubtable4Lookup()
1002 if (chEnd >= nUnicodeId && nUnicodeId >= chStart) in CmapSubtable4Lookup()
1009 return (uint16)(idDelta + nUnicodeId); // must use modulus 2^16 in CmapSubtable4Lookup()
1012 const ptrdiff_t offset = (nUnicodeId - chStart) + (idRangeOffset >> 1) + in CmapSubtable4Lookup()
1030 unsigned int CmapSubtable4NextCodepoint(const void *pCmap31, unsigned int nUnicodeId, int * pRangeK… in CmapSubtable4NextCodepoint() argument
1036 uint32 nUnicodePrev = (uint32)nUnicodeId; in CmapSubtable4NextCodepoint()
1154 unsigned int CmapSubtable12NextCodepoint(const void *pCmap310, unsigned int nUnicodeId, int * pRang… in CmapSubtable12NextCodepoint() argument
1160 uint32 nUnicodePrev = (uint32)nUnicodeId; in CmapSubtable12NextCodepoint()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/graphite2/src/
H A DTtfUtil.cpp956 gid16 CmapSubtable4Lookup(const void * pCmapSubtabel4, unsigned int nUnicodeId, int rangeKey) in CmapSubtable4Lookup() argument
981 if (nUnicodeId <= chEnd) in CmapSubtable4Lookup()
983 if (cMid == 0 || nUnicodeId > be::peek<uint16>(pMid -1)) in CmapSubtable4Lookup()
1002 if (chEnd >= nUnicodeId && nUnicodeId >= chStart) in CmapSubtable4Lookup()
1009 return (uint16)(idDelta + nUnicodeId); // must use modulus 2^16 in CmapSubtable4Lookup()
1012 const ptrdiff_t offset = (nUnicodeId - chStart) + (idRangeOffset >> 1) + in CmapSubtable4Lookup()
1030 unsigned int CmapSubtable4NextCodepoint(const void *pCmap31, unsigned int nUnicodeId, int * pRangeK… in CmapSubtable4NextCodepoint() argument
1036 uint32 nUnicodePrev = (uint32)nUnicodeId; in CmapSubtable4NextCodepoint()
1154 unsigned int CmapSubtable12NextCodepoint(const void *pCmap310, unsigned int nUnicodeId, int * pRang… in CmapSubtable12NextCodepoint() argument
1160 uint32 nUnicodePrev = (uint32)nUnicodeId; in CmapSubtable12NextCodepoint()
/dports/graphics/graphite2/graphite2-1.3.14/src/
H A DTtfUtil.cpp956 gid16 CmapSubtable4Lookup(const void * pCmapSubtabel4, unsigned int nUnicodeId, int rangeKey) in CmapSubtable4Lookup() argument
981 if (nUnicodeId <= chEnd) in CmapSubtable4Lookup()
983 if (cMid == 0 || nUnicodeId > be::peek<uint16>(pMid -1)) in CmapSubtable4Lookup()
1002 if (chEnd >= nUnicodeId && nUnicodeId >= chStart) in CmapSubtable4Lookup()
1009 return (uint16)(idDelta + nUnicodeId); // must use modulus 2^16 in CmapSubtable4Lookup()
1012 const ptrdiff_t offset = (nUnicodeId - chStart) + (idRangeOffset >> 1) + in CmapSubtable4Lookup()
1030 unsigned int CmapSubtable4NextCodepoint(const void *pCmap31, unsigned int nUnicodeId, int * pRangeK… in CmapSubtable4NextCodepoint() argument
1036 uint32 nUnicodePrev = (uint32)nUnicodeId; in CmapSubtable4NextCodepoint()
1154 unsigned int CmapSubtable12NextCodepoint(const void *pCmap310, unsigned int nUnicodeId, int * pRang… in CmapSubtable12NextCodepoint() argument
1160 uint32 nUnicodePrev = (uint32)nUnicodeId; in CmapSubtable12NextCodepoint()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/graphite2/src/
H A DTtfUtil.cpp956 gid16 CmapSubtable4Lookup(const void * pCmapSubtabel4, unsigned int nUnicodeId, int rangeKey) in CmapSubtable4Lookup() argument
981 if (nUnicodeId <= chEnd) in CmapSubtable4Lookup()
983 if (cMid == 0 || nUnicodeId > be::peek<uint16>(pMid -1)) in CmapSubtable4Lookup()
1002 if (chEnd >= nUnicodeId && nUnicodeId >= chStart) in CmapSubtable4Lookup()
1009 return (uint16)(idDelta + nUnicodeId); // must use modulus 2^16 in CmapSubtable4Lookup()
1012 const ptrdiff_t offset = (nUnicodeId - chStart) + (idRangeOffset >> 1) + in CmapSubtable4Lookup()
1030 unsigned int CmapSubtable4NextCodepoint(const void *pCmap31, unsigned int nUnicodeId, int * pRangeK… in CmapSubtable4NextCodepoint() argument
1036 uint32 nUnicodePrev = (uint32)nUnicodeId; in CmapSubtable4NextCodepoint()
1154 unsigned int CmapSubtable12NextCodepoint(const void *pCmap310, unsigned int nUnicodeId, int * pRang… in CmapSubtable12NextCodepoint() argument
1160 uint32 nUnicodePrev = (uint32)nUnicodeId; in CmapSubtable12NextCodepoint()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/graphite2/src/
H A DTtfUtil.cpp951 gid16 CmapSubtable4Lookup(const void * pCmapSubtabel4, unsigned int nUnicodeId, int rangeKey) in CmapSubtable4Lookup() argument
976 if (nUnicodeId <= chEnd) in CmapSubtable4Lookup()
978 if (cMid == 0 || nUnicodeId > be::peek<uint16>(pMid -1)) in CmapSubtable4Lookup()
997 if (chEnd >= nUnicodeId && nUnicodeId >= chStart) in CmapSubtable4Lookup()
1004 return (uint16)(idDelta + nUnicodeId); // must use modulus 2^16 in CmapSubtable4Lookup()
1007 const ptrdiff_t offset = (nUnicodeId - chStart) + (idRangeOffset >> 1) + in CmapSubtable4Lookup()
1025 unsigned int CmapSubtable4NextCodepoint(const void *pCmap31, unsigned int nUnicodeId, int * pRangeK… in CmapSubtable4NextCodepoint() argument
1031 uint32 nUnicodePrev = (uint32)nUnicodeId; in CmapSubtable4NextCodepoint()
1149 unsigned int CmapSubtable12NextCodepoint(const void *pCmap310, unsigned int nUnicodeId, int * pRang… in CmapSubtable12NextCodepoint() argument
1155 uint32 nUnicodePrev = (uint32)nUnicodeId; in CmapSubtable12NextCodepoint()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/graphite2/src/
H A DTtfUtil.cpp956 gid16 CmapSubtable4Lookup(const void * pCmapSubtabel4, unsigned int nUnicodeId, int rangeKey) in CmapSubtable4Lookup() argument
981 if (nUnicodeId <= chEnd) in CmapSubtable4Lookup()
983 if (cMid == 0 || nUnicodeId > be::peek<uint16>(pMid -1)) in CmapSubtable4Lookup()
1002 if (chEnd >= nUnicodeId && nUnicodeId >= chStart) in CmapSubtable4Lookup()
1009 return (uint16)(idDelta + nUnicodeId); // must use modulus 2^16 in CmapSubtable4Lookup()
1012 const ptrdiff_t offset = (nUnicodeId - chStart) + (idRangeOffset >> 1) + in CmapSubtable4Lookup()
1030 unsigned int CmapSubtable4NextCodepoint(const void *pCmap31, unsigned int nUnicodeId, int * pRangeK… in CmapSubtable4NextCodepoint() argument
1036 uint32 nUnicodePrev = (uint32)nUnicodeId; in CmapSubtable4NextCodepoint()
1154 unsigned int CmapSubtable12NextCodepoint(const void *pCmap310, unsigned int nUnicodeId, int * pRang… in CmapSubtable12NextCodepoint() argument
1160 uint32 nUnicodePrev = (uint32)nUnicodeId; in CmapSubtable12NextCodepoint()