• Home
  • Raw
  • Download

Lines Matching refs:UINT32

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