/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/ |
D | Font.java | 3 public class Font { class 6 public Font(String fontFamily, float size) { in Font() method in Font
|
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/ |
D | FontFamily.h | 114 struct Font { struct 120 std::shared_ptr<MinikinFont> typeface; argument 121 FontStyle style; argument
|
D | FontFamily.cpp | 69 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/flutter/txt/src/minikin/ |
D | FontFamily.h | 114 struct Font { struct 120 std::shared_ptr<MinikinFont> typeface; argument 121 FontStyle style; argument
|
D | FontFamily.cpp | 69 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/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
D | merger.h | 24 class Font; variable
|
D | stats.h | 25 class Font; variable
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sample/subtly/ |
D | stats.h | 25 class Font; variable
|
D | merger.h | 24 class Font; variable
|
/third_party/skia/third_party/externals/sfntly/cpp/src/sfntly/table/ |
D | table.h | 30 class Font; variable
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/table/ |
D | table.h | 30 class Font; variable
|
/third_party/skia/modules/canvaskit/ |
D | font.js | 20 CanvasKit.Font.prototype.getGlyphBounds = function(glyphs, paint, optionalOutputArray) { class in CanvasKit
|
/third_party/python/Lib/tkinter/ |
D | font.py | 26 class Font: class
|
/third_party/python/Lib/msilib/ |
D | schema.py | 273 Font = Table('Font') variable
|
/third_party/typescript/scripts/ |
D | word2md.ts | 16 export interface Font { interface
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
D | Font.java | 59 public class Font { class 336 private Font(int sfntVersion, byte[] digest) { in Font() method in Font
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
D | Font.java | 59 public class Font { class 336 private Font(int sfntVersion, byte[] digest) { in Font() method in Font
|
/third_party/flutter/skia/experimental/pvg/ |
D | draw_msg.proto | 95 message Font { message
|
/third_party/skia/experimental/pvg/ |
D | draw_msg.proto | 95 message Font { message
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/src/sfntly/ |
D | font.cc | 90 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/ |
D | font.cc | 90 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/ |
D | imgui_freetype.cpp | 261 FreeTypeFont Font; member
|
/third_party/skia/third_party/externals/imgui/misc/freetype/ |
D | imgui_freetype.cpp | 370 FreeTypeFont Font; member
|
/third_party/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 401 readonly Font: FontConstructor; property 1616 export interface Font extends EmbindObject<Font> { interface
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_internal.h | 649 …ImFont* Font; // Current/default font (optional, for simplified AddT… member 741 …ImFont* Font; // (Shortcut) == FontStack.empty() ? I… member
|