Home
last modified time | relevance | path

Searched refs:dwHash (Results 1 – 25 of 80) sorted by relevance

1234

/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fgas/font/
H A Dfgas_fontutils.cpp13 uint32_t dwHash = wCodePage; in FGAS_GetFontHashCode() local
15 dwHash |= 0x00010000; in FGAS_GetFontHashCode()
18 dwHash |= 0x00020000; in FGAS_GetFontHashCode()
21 dwHash |= 0x00040000; in FGAS_GetFontHashCode()
24 dwHash |= 0x00080000; in FGAS_GetFontHashCode()
27 dwHash |= 0x00100000; in FGAS_GetFontHashCode()
30 dwHash |= 0x00200000; in FGAS_GetFontHashCode()
32 return dwHash; in FGAS_GetFontHashCode()
H A Dfgas_stdfontmgr.cpp97 uint32_t dwHash = in GetDefFontByUnicode() local
139 uint32_t dwHash = in LoadFont() local
195 uint32_t dwHash = in LoadFont() local
207 uint32_t dwHash = in LoadFont() local
225 uint32_t dwHash = FX_HashCode_GetA( in LoadFont() local
640 uint32_t dwHash; in Release() local
647 uint32_t dwHash; in Release() local
711 m_Hash2Fonts.SetAt(dwHash, pFonts); in GetFontByCodePage()
768 m_Hash2Fonts.SetAt(dwHash, pFonts); in GetFontByUnicode()
1119 uint32_t dwHash; in ClearFontCache() local
[all …]
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxge/android/
H A Dfpf_skiafontmgr.cpp60 uint32_t FPF_SkiaGetSubstFont(uint32_t dwHash) { in FPF_SkiaGetSubstFont() argument
66 if (dwHash < pItem->dwFamily) { in FPF_SkiaGetSubstFont()
68 } else if (dwHash > pItem->dwFamily) { in FPF_SkiaGetSubstFont()
81 uint32_t FPF_SkiaGetSansFont(uint32_t dwHash) { in FPF_SkiaGetSansFont() argument
87 if (dwHash < pItem->dwFamily) { in FPF_SkiaGetSansFont()
89 } else if (dwHash > pItem->dwFamily) { in FPF_SkiaGetSansFont()
176 uint32_t dwHash = 0; in FPF_SKIANormalizeFontName() local
184 dwHash = 31 * dwHash + FXSYS_tolower(ch); in FPF_SKIANormalizeFontName()
186 return dwHash; in FPF_SKIANormalizeFontName()
257 auto it = m_FamilyFonts.find(dwHash); in CreateFont()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxge/android/
H A Dcfpf_skiafontmgr.cpp55 uint32_t FPF_SkiaGetSubstFont(uint32_t dwHash, in FPF_SkiaGetSubstFont() argument
60 skFontMap, pEnd, dwHash, [](const FPF_SKIAFONTMAP& item, uint32_t hash) { in FPF_SkiaGetSubstFont()
63 if (pFontMap < pEnd && pFontMap->dwFamily == dwHash) in FPF_SkiaGetSubstFont()
139 uint32_t dwHash = 0; in FPF_SKIANormalizeFontName() local
146 dwHash = 31 * dwHash + tolower(ch); in FPF_SKIANormalizeFontName()
148 return dwHash; in FPF_SKIANormalizeFontName()
260 uint32_t dwHash = FPF_SKIAGetFamilyHash(bsFamilyname, dwStyle, uCharset); in CreateFont() local
261 auto family_iter = m_FamilyFonts.find(dwHash); in CreateFont()
335 m_FamilyFonts[dwHash] = std::move(font); in CreateFont()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxge/android/
H A Dcfpf_skiafontmgr.cpp55 uint32_t FPF_SkiaGetSubstFont(uint32_t dwHash, in FPF_SkiaGetSubstFont() argument
60 skFontMap, pEnd, dwHash, [](const FPF_SKIAFONTMAP& item, uint32_t hash) { in FPF_SkiaGetSubstFont()
63 if (pFontMap < pEnd && pFontMap->dwFamily == dwHash) in FPF_SkiaGetSubstFont()
139 uint32_t dwHash = 0; in FPF_SKIANormalizeFontName() local
146 dwHash = 31 * dwHash + tolower(ch); in FPF_SKIANormalizeFontName()
148 return dwHash; in FPF_SKIANormalizeFontName()
260 uint32_t dwHash = FPF_SKIAGetFamilyHash(bsFamilyname, dwStyle, uCharset); in CreateFont() local
261 auto family_iter = m_FamilyFonts.find(dwHash); in CreateFont()
336 m_FamilyFonts[dwHash] = std::move(pFont); in CreateFont()
/dports/sysutils/minirsyslogd/minirsyslogd-1.02/
H A Dminirsyslogd.c729 DWORD dwHash, dwCnt; in DestHash_Add() local
743 if(g_apDestHash[dwHash]==pDest) in DestHash_Add()
745 dwHash = (dwHash+1) & ((1<<DEST_HASH_BITS)-1); in DestHash_Add()
748 g_apDestHash[dwHash] = pDest; in DestHash_Add()
768 DWORD dwHash, dwCnt; in DestHash_Remove() local
776 dwHash = (dwHash+1) & ((1<<DEST_HASH_BITS)-1); in DestHash_Remove()
779 g_apDestHash[dwHash] = NULL; in DestHash_Remove()
1686 DWORD dwHash, dwCnt; in main() local
1687 dwHash = DestHash_HashFunc(&ip); in main()
1690 if(!g_apDestHash[dwHash]) in main()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxge/android/
H A Dcfpf_skiafontmgr.cpp77 uint32_t FPF_SkiaGetSubstFont(uint32_t dwHash, in FPF_SkiaGetSubstFont() argument
82 skFontMap, pEnd, dwHash, [](const FPF_SKIAFONTMAP& item, uint32_t hash) { in FPF_SkiaGetSubstFont()
85 if (pFontMap < pEnd && pFontMap->dwFamily == dwHash) in FPF_SkiaGetSubstFont()
161 uint32_t dwHash = 0; in FPF_SKIANormalizeFontName() local
168 dwHash = 31 * dwHash + FXSYS_tolower(ch); in FPF_SKIANormalizeFontName()
170 return dwHash; in FPF_SKIANormalizeFontName()
287 uint32_t dwHash = FPF_SKIAGetFamilyHash(bsFamilyname, dwStyle, uCharset); in CreateFont() local
288 auto it = m_FamilyFonts.find(dwHash); in CreateFont()
356 m_FamilyFonts[dwHash] = pFont; in CreateFont()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fgas/font/
H A Dcfgas_fontmgr.cpp187 uint32_t dwHash, in GetFontByUnicodeImpl() argument
212 m_Hash2Fonts[dwHash].push_back(pFont); in GetFontByUnicodeImpl()
656 uint32_t dwHash, in GetFontByUnicodeImpl() argument
660 m_Hash2CandidateList[dwHash].get(); in GetFontByUnicodeImpl()
666 m_Hash2CandidateList[dwHash] = std::move(pNewFonts); in GetFontByUnicodeImpl()
677 m_Hash2Fonts[dwHash].push_back(pFont); in GetFontByUnicodeImpl()
784 uint32_t dwHash = FX_HashCode_GetA(bsHash.AsStringView(), false); in GetFontByCodePage() local
785 auto* pFontVector = &m_Hash2Fonts[dwHash]; in GetFontByCodePage()
808 m_Hash2CandidateList[dwHash].get(); in GetFontByCodePage()
814 m_Hash2CandidateList[dwHash] = std::move(pNewFonts); in GetFontByCodePage()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fgas/font/
H A Dcfgas_fontmgr.cpp183 uint32_t dwHash, in GetFontByUnicodeImpl() argument
207 m_Hash2Fonts[dwHash].push_back(pFont); in GetFontByUnicodeImpl()
638 uint32_t dwHash, in GetFontByUnicodeImpl() argument
642 m_Hash2CandidateList[dwHash].get(); in GetFontByUnicodeImpl()
648 m_Hash2CandidateList[dwHash] = std::move(pNewFonts); in GetFontByUnicodeImpl()
659 m_Hash2Fonts[dwHash].push_back(pFont); in GetFontByUnicodeImpl()
760 uint32_t dwHash = FX_HashCode_GetA(bsHash.AsStringView(), false); in GetFontByCodePage() local
761 auto* pFontVector = &m_Hash2Fonts[dwHash]; in GetFontByCodePage()
784 m_Hash2CandidateList[dwHash].get(); in GetFontByCodePage()
790 m_Hash2CandidateList[dwHash] = std::move(pNewFonts); in GetFontByCodePage()
[all …]
H A Dcfgas_fontmgr.h117 uint32_t dwHash,
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fde/css/
H A Dfde_cssdatatable.h110 uint32_t dwHash; member
121 uint32_t dwHash; member
144 uint32_t dwHash; member
153 uint32_t dwHash; member
H A Dfde_cssdatatable.cpp568 uint32_t dwHash = FX_HashCode_GetW(wsName, true); in FDE_GetCSSPropertyByName() local
574 dwMid = g_FDE_CSSProperties[iMid].dwHash; in FDE_GetCSSPropertyByName()
575 if (dwHash == dwMid) { in FDE_GetCSSPropertyByName()
577 } else if (dwHash > dwMid) { in FDE_GetCSSPropertyByName()
592 uint32_t dwHash = FX_HashCode_GetW(wsName, true); in FDE_GetCSSPropertyValueByName() local
598 dwMid = g_FDE_CSSPropertyValues[iMid].dwHash; in FDE_GetCSSPropertyValueByName()
599 if (dwHash == dwMid) { in FDE_GetCSSPropertyValueByName()
601 } else if (dwHash > dwMid) { in FDE_GetCSSPropertyValueByName()
664 dwMid = g_FDE_CSSColors[iMid].dwHash; in FDE_GetCSSColorByName()
665 if (dwHash == dwMid) { in FDE_GetCSSColorByName()
[all …]
H A Dfde_csscache.cpp40 uint32_t dwHash = FX_HashCode_GetW(wsValue.AsStringC(), false); in FDE_CSSTagCache() local
41 dwClassHashs.Add(dwHash); in FDE_CSSTagCache()
H A Dfde_cssstyleselector.cpp385 uint32_t dwHash; in MatchSelector() local
389 dwHash = pSel->GetNameHash(); in MatchSelector()
391 if (dwHash != FDE_CSSUNIVERSALHASH && dwHash != pCache->HashTag()) { in MatchSelector()
400 dwHash = pCache->HashID(); in MatchSelector()
401 if (dwHash != pSel->GetNameHash()) { in MatchSelector()
406 dwHash = pCache->HashClass(); in MatchSelector()
407 if (dwHash != pSel->GetNameHash()) { in MatchSelector()
412 dwHash = pSel->GetNameHash(); in MatchSelector()
413 if (dwHash != FDE_CSSUNIVERSALHASH && dwHash != pCache->HashTag()) { in MatchSelector()
418 dwHash = FDE_GetCSSPersudoByEnum(ePersudoType)->dwHash; in MatchSelector()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcrt/css/
H A Dcfx_cssdata.h20 uint32_t dwHash; // Hashed as wide string. member
26 uint32_t dwHash; // Hashed as wide string. member
H A Dcfx_cssdata.cpp288 const uint32_t& hash) { return iter.dwHash < hash; }); in GetPropertyByName()
290 if (result != std::end(propertyTable) && result->dwHash == hash) in GetPropertyByName()
309 return iter.dwHash < hash; in GetPropertyValueByName()
312 if (result != std::end(propertyValueTable) && result->dwHash == hash) in GetPropertyValueByName()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcrt/css/
H A Dcfx_cssdata.h20 uint32_t dwHash; // Hashed as wide string. member
26 uint32_t dwHash; // Hashed as wide string. member
H A Dcfx_cssdata.cpp288 const uint32_t& hash) { return iter.dwHash < hash; }); in GetPropertyByName()
290 if (result != std::end(propertyTable) && result->dwHash == hash) in GetPropertyByName()
309 return iter.dwHash < hash; in GetPropertyValueByName()
312 if (result != std::end(propertyValueTable) && result->dwHash == hash) in GetPropertyValueByName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fxfa/
H A Dcxfa_fontmgr.cpp28 uint32_t dwHash = FX_HashCode_GetW(wsFontFamily, false); in GetFont() local
29 ByteString bsKey = ByteString::Format("%u%u%u", dwHash, dwFontStyles, 0xFFFF); in GetFont()
H A Dcxfa_ffdoc.cpp270 uint32_t dwHash = FX_HashCode_GetW(wsName, false); in GetPDFNamedImage() local
271 auto it = m_HashToDibDpiMap.find(dwHash); in GetPDFNamedImage()
307 m_HashToDibDpiMap[dwHash] = {pDibSource, iImageXDpi, iImageYDpi}; in GetPDFNamedImage()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fxfa/
H A Dcxfa_fontmgr.cpp29 uint32_t dwHash = FX_HashCode_GetW(wsFontFamily, false); in GetFont() local
30 ByteString bsKey = ByteString::Format("%u%u%u", dwHash, dwFontStyles, 0xFFFF); in GetFont()
H A Dcxfa_ffdoc.cpp174 uint32_t dwHash = FX_HashCode_GetW(wsName, false); in GetPDFNamedImage() local
175 auto it = m_HashToDibDpiMap.find(dwHash); in GetPDFNamedImage()
219 m_HashToDibDpiMap[dwHash] = {pDibSource, iImageXDpi, iImageYDpi}; in GetPDFNamedImage()
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/vp/kdll/
H A Dhal_kerneldll.h579 uint32_t dwHash; // 32-bit hash value (FNV-1a hash) member
831 uint32_t dwHash);
856 uint32_t dwHash);
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/vp/kdll/
H A Dhal_kerneldll.h578 uint32_t dwHash; // 32-bit hash value (FNV-1a hash) member
830 uint32_t dwHash);
855 uint32_t dwHash);
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fxfa/app/
H A Dxfa_ffdoc.cpp422 uint32_t dwHash = FX_HashCode_GetW(wsName, false); in GetPDFNamedImage() local
423 auto it = m_HashToDibDpiMap.find(dwHash); in GetPDFNamedImage()
468 m_HashToDibDpiMap[dwHash] = {pDibSource, iImageXDpi, iImageYDpi}; in GetPDFNamedImage()

1234