HomeSort by relevance Sort by last modified time
    Searched full:fontfallbacksource (Results 1 - 1 of 1) sorted by null

  /external/skia/src/ports/
SkFontMgr_win_dw.cpp 635 class FontFallbackSource : public IDWriteTextAnalysisSource {
637 FontFallbackSource(const WCHAR* string, UINT32 length, const WCHAR* locale,
645 virtual ~FontFallbackSource() { }
773 SkTScopedComPtr<FontFallbackSource> fontFallbackSource(
774 new FontFallbackSource(str, strLen, *dwBcp47, numberSubstitution.get()));
779 HRNM(fontFallback->MapCharacters(fontFallbackSource.get(),
    [all...]

Completed in 82 milliseconds