Lines Matching refs:UINT32
45 UINT32 fontFileReferenceKeySize,
93 UINT32 fontFileReferenceKeySize,
175 UINT32 fontFileReferenceKey = 0;
209 UINT32 collectionKeySize,
257 UINT32 collectionKeySize,
366 const WCHAR* dwBcp47, UINT32 character) const;
368 const WCHAR* dwBcp47, UINT32 character) const;
449 UINT32 cshNumFiles;
450 UINT32 ctxNumFiles;
474 UINT32 cshRefKeySize;
476 UINT32 ctxRefKeySize;
492 UINT32 cshFamilyNameLength;
493 UINT32 cshFaceNameLength;
501 UINT32 ctxFamilyNameLength;
502 UINT32 ctxFaceNameLength;
571 UINT32 index;
590 FontFallbackRenderer(const SkFontMgr_DirectWrite* outer, UINT32 character)
718 UINT32 fCharacter;
725 FontFallbackSource(const WCHAR* string, UINT32 length, const WCHAR* locale,
761 UINT32 textPosition,
763 UINT32* textLength) override
776 UINT32 textPosition,
778 UINT32* textLength) override
796 UINT32 textPosition,
797 UINT32* textLength,
805 UINT32 textPosition,
806 UINT32* textLength,
818 UINT32 fLength;
859 UINT32 character) const {
861 UINT32 strLen = SkTo<UINT32>(SkUTF::ToUTF16(character, reinterpret_cast<uint16_t*>(str)));
874 UINT32 mappedLength;
927 UINT32 character) const
930 UINT32 strLen = SkTo<UINT32>(SkUTF::ToUTF16(character, reinterpret_cast<uint16_t*>(str)));
1037 UINT32 fontAxisCount = fontFace5->GetFontAxisValueCount();
1038 UINT32 argsCoordCount = args.getVariationDesignPosition().coordinateCount;
1044 for (UINT32 fontAxisIndex = 0; fontAxisIndex < fontAxisCount; ++fontAxisIndex) {
1047 for (UINT32 argsCoordIndex = argsCoordCount; argsCoordIndex --> 0;) {
1085 UINT32 familyCount = fontCollection->GetFontFamilyCount();
1086 for (UINT32 familyIndex = 0; familyIndex < familyCount; ++familyIndex) {
1090 UINT32 fontCount = fontFamily->GetFontCount();
1091 for (UINT32 fontIndex = 0; fontIndex < fontCount; ++fontIndex) {
1133 UINT32 index;