Home
last modified time | relevance | path

Searched refs:numberSubstitution (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/ports/
H A DSkFontMgr_win_dw.cpp726 IDWriteNumberSubstitution* numberSubstitution) in FontFallbackSource()
731 , fNumberSubstitution(numberSubstitution) in FontFallbackSource()
807 IDWriteNumberSubstitution** numberSubstitution) override
809 *numberSubstitution = fNumberSubstitution;
867 SkTScopedComPtr<IDWriteNumberSubstitution> numberSubstitution; in fallback() local
869 TRUE, &numberSubstitution), in fallback()
872 new FontFallbackSource(str, strLen, dwBcp47, numberSubstitution.get())); in fallback()
725 FontFallbackSource(const WCHAR* string, UINT32 length, const WCHAR* locale, IDWriteNumberSubstitution* numberSubstitution) FontFallbackSource() argument
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-directwrite.cc414 OUT IDWriteNumberSubstitution** numberSubstitution) in GetNumberSubstitution()
417 *numberSubstitution = nullptr; in GetNumberSubstitution()
452 IDWriteNumberSubstitution* numberSubstitution) in SetNumberSubstitution()
412 GetNumberSubstitution(uint32_t textPosition, OUT uint32_t* textLength, OUT IDWriteNumberSubstitution** numberSubstitution) GetNumberSubstitution() argument
451 SetNumberSubstitution(uint32_t textPosition, uint32_t textLength, IDWriteNumberSubstitution* numberSubstitution) SetNumberSubstitution() argument

Completed in 5 milliseconds