Home
last modified time | relevance | path

Searched refs:getFont (Results 1 – 25 of 34) sorted by relevance

12

/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/
DGDIFontInstance.h85 HFONT getFont() const;
112 inline HFONT GDIFontInstance::getFont() const in getFont() function
Dparagraph.cpp71 const LEFontInstance *runFont = fontRuns->getFont(run); in subsetFontRuns()
251 const LEFontInstance *font = visualRun->getFont(); in draw()
DGDIFontInstance.cpp52 SelectObject(fHdc, font->getFont()); in setFont()
55 SelectObject(fHdc, font->getFont()); in setFont()
/third_party/skia/third_party/externals/icu/source/samples/layout/
DGDIFontInstance.h85 HFONT getFont() const;
112 inline HFONT GDIFontInstance::getFont() const in getFont() function
Dparagraph.cpp71 const LEFontInstance *runFont = fontRuns->getFont(run); in subsetFontRuns()
251 const LEFontInstance *font = visualRun->getFont(); in draw()
DGDIFontInstance.cpp52 SelectObject(fHdc, font->getFont()); in setFont()
55 SelectObject(fHdc, font->getFont()); in setFont()
/third_party/icu/icu4c/source/samples/layout/
DGDIFontInstance.h85 HFONT getFont() const;
112 inline HFONT GDIFontInstance::getFont() const in getFont() function
Dparagraph.cpp71 const LEFontInstance *runFont = fontRuns->getFont(run); in subsetFontRuns()
251 const LEFontInstance *font = visualRun->getFont(); in draw()
DGDIFontInstance.cpp52 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/
DRuleTests.java41 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/
DRuleTests.java41 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/
DParagraphLayout.h220 inline const LEFontInstance *getFont() const;
680 inline const LEFontInstance *ParagraphLayout::VisualRun::getFont() const in getFont() function
DRunArrays.h325 const LEFontInstance *getFont(le_int32 run) const;
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/testing/
DTestLanguagesForFonts.java22 Set<String> langs = fontLanguages.get(FontLoader.getFont(fontFile)); in main()
DFontLoader.java20 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/
DTestLanguagesForFonts.java22 Set<String> langs = fontLanguages.get(FontLoader.getFont(fontFile)); in main()
DFontLoader.java20 public static Font getFont(File fontFile) throws IOException { in getFont() method in FontLoader
/third_party/flutter/txt/src/minikin/
DLayout.h98 const MinikinFont* getFont(int i) const;
DFontFamily.h151 const std::shared_ptr<MinikinFont>& getFont(size_t index) const { in getFont() function
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DLayout.h98 const MinikinFont* getFont(int i) const;
DFontFamily.h151 const std::shared_ptr<MinikinFont>& getFont(size_t index) const { in getFont() function
/third_party/icu/icu4c/source/layoutex/
DRunArrays.cpp119 const LEFontInstance *FontRuns::getFont(le_int32 run) const in getFont() function in FontRuns
Dplayout.cpp233 return (const le_font *) vr->getFont(); in pl_getVisualRunFont()
DParagraphLayout.cpp405 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/
DLayoutTest.cpp371 EXPECT_EQ(ltrLayout.getFont(i), rtlLayout.getFont(nGlyphs - i - 1)); in TEST_F()

12