Searched refs:numberSubstitution (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/ports/ |
H A D | SkFontMgr_win_dw.cpp | 726 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 D | hb-directwrite.cc | 414 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 6 milliseconds