/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/ |
D | GDIFontInstance.h | 85 HFONT getFont() const; 112 inline HFONT GDIFontInstance::getFont() const in getFont() function
|
D | paragraph.cpp | 71 const LEFontInstance *runFont = fontRuns->getFont(run); in subsetFontRuns() 251 const LEFontInstance *font = visualRun->getFont(); in draw()
|
D | GDIFontInstance.cpp | 52 SelectObject(fHdc, font->getFont()); in setFont() 55 SelectObject(fHdc, font->getFont()); in setFont()
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
D | GDIFontInstance.h | 85 HFONT getFont() const; 112 inline HFONT GDIFontInstance::getFont() const in getFont() function
|
D | paragraph.cpp | 71 const LEFontInstance *runFont = fontRuns->getFont(run); in subsetFontRuns() 251 const LEFontInstance *font = visualRun->getFont(); in draw()
|
D | GDIFontInstance.cpp | 52 SelectObject(fHdc, font->getFont()); in setFont() 55 SelectObject(fHdc, font->getFont()); in setFont()
|
/third_party/icu/icu4c/source/samples/layout/ |
D | GDIFontInstance.h | 85 HFONT getFont() const; 112 inline HFONT GDIFontInstance::getFont() const in getFont() function
|
D | paragraph.cpp | 71 const LEFontInstance *runFont = fontRuns->getFont(run); in subsetFontRuns() 251 const LEFontInstance *font = visualRun->getFont(); in draw()
|
D | GDIFontInstance.cpp | 52 SelectObject(fHdc, font->getFont()); in setFont() 55 SelectObject(fHdc, font->getFont()); in setFont()
|
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/table/opentype/ |
D | RuleTests.java | 41 Font font = FontLoader.getFont(fontFile); in allFonts() 79 …Font font = FontLoader.getFont(new File("/usr/local/google/home/cibu/sfntly/fonts/noto/NotoSansBen… in aFont()
|
/third_party/flutter/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/table/opentype/ |
D | RuleTests.java | 41 Font font = FontLoader.getFont(fontFile); in allFonts() 79 …Font font = FontLoader.getFont(new File("/usr/local/google/home/cibu/sfntly/fonts/noto/NotoSansBen… in aFont()
|
/third_party/icu/icu4c/source/layoutex/layout/ |
D | ParagraphLayout.h | 220 inline const LEFontInstance *getFont() const; 680 inline const LEFontInstance *ParagraphLayout::VisualRun::getFont() const in getFont() function
|
D | RunArrays.h | 325 const LEFontInstance *getFont(le_int32 run) const;
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/testing/ |
D | TestLanguagesForFonts.java | 22 Set<String> langs = fontLanguages.get(FontLoader.getFont(fontFile)); in main()
|
D | FontLoader.java | 20 public static Font getFont(File fontFile) throws IOException { in getFont() method in FontLoader
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/testing/ |
D | TestLanguagesForFonts.java | 22 Set<String> langs = fontLanguages.get(FontLoader.getFont(fontFile)); in main()
|
D | FontLoader.java | 20 public static Font getFont(File fontFile) throws IOException { in getFont() method in FontLoader
|
/third_party/flutter/txt/src/minikin/ |
D | Layout.h | 98 const MinikinFont* getFont(int i) const;
|
D | FontFamily.h | 151 const std::shared_ptr<MinikinFont>& getFont(size_t index) const { in getFont() function
|
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/ |
D | Layout.h | 98 const MinikinFont* getFont(int i) const;
|
D | FontFamily.h | 151 const std::shared_ptr<MinikinFont>& getFont(size_t index) const { in getFont() function
|
/third_party/icu/icu4c/source/layoutex/ |
D | RunArrays.cpp | 119 const LEFontInstance *FontRuns::getFont(le_int32 run) const in getFont() function in FontRuns
|
D | playout.cpp | 233 return (const le_font *) vr->getFont(); in pl_getVisualRunFont()
|
D | ParagraphLayout.cpp | 405 fStyleRunInfo[run].font = fFontRuns->getFont(styleIndices[0]); in ParagraphLayout() 802 const LEFontInstance *runFont = fontRuns->getFont(si[0]); in computeSubFonts() 832 const LEFontInstance *font = fFontRuns->getFont(i); in computeMetrics()
|
/third_party/flutter/engine/flutter/third_party/txt/tests/ |
D | LayoutTest.cpp | 371 EXPECT_EQ(ltrLayout.getFont(i), rtlLayout.getFont(nGlyphs - i - 1)); in TEST_F()
|