Home
last modified time | relevance | path

Searched defs:Font (Results 1 – 25 of 32) sorted by relevance

12

/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DFont.java3 public class Font { class
6 public Font(String fontFamily, float size) { in Font() method in Font
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
Dstats.h25 class Font; variable
Dmerger.h24 class Font; variable
/third_party/skia/third_party/externals/sfntly/cpp/src/sample/subtly/
Dstats.h25 class Font; variable
Dmerger.h24 class Font; variable
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DFontFamily.h114 struct Font { struct
120 std::shared_ptr<MinikinFont> typeface; argument
121 FontStyle style; argument
DFontFamily.cpp69 Font::Font(const std::shared_ptr<MinikinFont>& typeface, FontStyle style) in Font() function in minikin::Font
72 Font::Font(std::shared_ptr<MinikinFont>&& typeface, FontStyle style) in Font() function in minikin::Font
87 Font::Font(Font&& o) { in Font() function in minikin::Font
93 Font::Font(const Font& o) { in Font() function in minikin::Font
/third_party/mingw-w64/mingw-w64-headers/include/gdiplus/
Dgdiplusheaders.h366 Font(GpFont *font, Status status): in Font() function
385 friend class Font; variable
416 friend class Font; variable
Dgdiplusimpl.h744 __inline__ Font::Font(const FontFamily *family, in Font() function
753 __inline__ Font::Font(HDC hdc, HFONT hfont): in Font() function
766 __inline__ Font::Font(HDC hdc, const LOGFONTA *logfont): in Font() function
773 __inline__ Font::Font(HDC hdc, const LOGFONTW *logfont): in Font() function
780 __inline__ Font::Font(HDC hdc): in Font() function
786 __inline__ Font::Font(const WCHAR *familyName, REAL emSize, INT style, in Font() function
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
Dtable.h30 class Font; variable
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/
Dtable.h30 class Font; variable
/third_party/skia/modules/canvaskit/
Dfont.js20 CanvasKit.Font.prototype.getGlyphBounds = function(glyphs, paint, optionalOutputArray) { class in CanvasKit
/third_party/mingw-w64/mingw-w64-headers/include/
Dcomdef.h205 struct Font : IFontDisp {}; struct
/third_party/python/Lib/tkinter/
Dfont.py26 class Font: class
/third_party/python/Lib/msilib/
Dschema.py273 Font = Table('Font') variable
/third_party/typescript/scripts/
Dword2md.ts16 export interface Font { interface
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
DFont.java59 public class Font { class
336 private Font(int sfntVersion, byte[] digest) { in Font() method in Font
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
DFont.java59 public class Font { class
336 private Font(int sfntVersion, byte[] digest) { in Font() method in Font
/third_party/skia/experimental/pvg/
Ddraw_msg.proto95 message Font { message
/third_party/flutter/skia/experimental/pvg/
Ddraw_msg.proto95 message Font { message
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/
Dfont.cc90 Font::Font(int32_t sfnt_version, std::vector<uint8_t>* digest) in Font() function in sfntly::Font
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/
Dfont.cc90 Font::Font(int32_t sfnt_version, std::vector<uint8_t>* digest) in Font() function in sfntly::Font
/third_party/flutter/skia/third_party/externals/imgui/misc/freetype/
Dimgui_freetype.cpp261 FreeTypeFont Font; member
/third_party/skia/third_party/externals/imgui/misc/freetype/
Dimgui_freetype.cpp370 FreeTypeFont Font; member
/third_party/skia/modules/canvaskit/npm_build/types/
Dindex.d.ts401 readonly Font: FontConstructor; property
1616 export interface Font extends EmbindObject<Font> { interface

12