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

/external/harfbuzz_ng/src/
H A Dhb-directwrite.cc454 OUT IDWriteNumberSubstitution** numberSubstitution)
457 *numberSubstitution = NULL;
493 IDWriteNumberSubstitution* numberSubstitution) { return S_OK; }
452 GetNumberSubstitution(uint32_t textPosition, OUT uint32_t* textLength, OUT IDWriteNumberSubstitution** numberSubstitution) argument
491 SetNumberSubstitution(uint32_t textPosition, uint32_t textLength, IDWriteNumberSubstitution* numberSubstitution) argument
/external/skia/src/ports/
H A DSkFontMgr_win_dw.cpp638 IDWriteNumberSubstitution* numberSubstitution)
642 , fNumberSubstitution(numberSubstitution)
695 IDWriteNumberSubstitution** numberSubstitution) override
697 *numberSubstitution = fNumberSubstitution;
769 SkTScopedComPtr<IDWriteNumberSubstitution> numberSubstitution; local
771 &numberSubstitution),
774 new FontFallbackSource(str, strLen, *dwBcp47, numberSubstitution.get()));
637 FontFallbackSource(const WCHAR* string, UINT32 length, const WCHAR* locale, IDWriteNumberSubstitution* numberSubstitution) argument

Completed in 101 milliseconds