/aosp_15_r20/frameworks/base/cmds/bootanimation/ |
H A D | BootAnimation.h | 58 struct Font { struct 59 FileMap* map = nullptr; 60 Texture texture; 61 int char_width; 62 int char_height;
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
D | gdiplusheaders.h | 366 Font(GpFont *font, Status status): in Font() function 385 friend class Font; variable 416 friend class Font; variable
|
D | gdiplusimpl.h | 744 __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
|
/aosp_15_r20/frameworks/minikin/libs/minikin/ |
H A D | Font.cpp | 82 Font::Font(BufferReader* reader) in Font() function in minikin::Font 102 Font::Font(const std::shared_ptr<Font>& parent, const VariationSettings& axes) in Font() function in minikin::Font 138 Font::Font(Font&& o) noexcept in Font() function in minikin::Font
|
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/ |
H A D | Font.java | 11 public class Font { class 21 public Font(String family, String name, String style, float ascent) { in Font() method in Font
|
/aosp_15_r20/frameworks/base/core/java/android/graphics/fonts/ |
H A D | FontFamilyUpdateRequest.java | 159 public static final class Font { class in FontFamilyUpdateRequest 241 private Font(@NonNull String postScriptName, @NonNull FontStyle style, in Font() method in FontFamilyUpdateRequest.Font
|
H A D | FontUpdateRequest.java | 72 public static final class Font implements Parcelable { class in FontUpdateRequest 84 public Font(@NonNull String postScriptName, @NonNull FontStyle fontStyle, in Font() method in FontUpdateRequest.Font
|
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/ |
H A D | Font.java | 49 public class Font extends BaseObj { class 154 Font(long id, RenderScript rs) { in Font() method in Font
|
/aosp_15_r20/frameworks/base/core/tests/coretests/src/android/provider/ |
H A D | MockFontProvider.java | 96 static class Font { class in MockFontProvider 97 public Font(int id, int fileId, int ttcIndex, String varSettings, int weight, int italic, in Font() method in MockFontProvider.Font
|
/aosp_15_r20/external/harfbuzz_ng/src/wasm/rust/harfbuzz-wasm/src/ |
H A D | lib.rs | 62 pub struct Font(u32); struct 64 impl Font { impl
|
/aosp_15_r20/frameworks/base/media/java/android/media/ |
H A D | TimedText.java | 247 public static final class Font { class in TimedText 263 public Font(int id, String name) { in Font() method in TimedText.Font
|
/aosp_15_r20/frameworks/base/core/java/android/text/ |
H A D | FontConfig.java | 234 public static final class Font implements Parcelable { class in FontConfig 265 public Font(@NonNull File file, @Nullable File originalFile, @NonNull String postScriptName, in Font() method in FontConfig.Font
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/glyf/hint/code_state/ |
H A D | mod.rs | 14 Font = 0, enumerator
|
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/fonts/ |
H A D | Font.java | 57 public final class Font { class 532 public Font(long nativePtr) { in Font() method in Font
|
/aosp_15_r20/external/rust/android-crates-io/crates/criterion-plot/src/ |
D | proxy.rs | 12 pub fn Font<S>(string: S) -> FontType in Font() function
|
/aosp_15_r20/frameworks/base/data/fonts/script/ |
H A D | font_builder.py | 34 class Font: class
|
H A D | xml_builder.py | 46 def font_to_xml_font(font: Font, fallback_for=None) -> XmlFont:
|
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xdefs.h | 86 typedef XID Font; typedef
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/ |
D | Xdefs.h | 86 typedef XID Font; typedef
|
/aosp_15_r20/cts/tests/tests/provider/src/android/provider/cts/ |
H A D | MockFontProvider.java | 62 static class Font { class in MockFontProvider 63 public Font(int id, int fileId, int ttcIndex, String varSettings, int weight, int italic, in Font() method in MockFontProvider.Font
|
/aosp_15_r20/frameworks/base/libs/hwui/hwui/ |
H A D | Canvas.h | 37 class Font; variable
|
/aosp_15_r20/frameworks/minikin/include/minikin/ |
H A D | Font.h | 155 Font(std::shared_ptr<MinikinFont>&& typeface, FontStyle style, HbFontUniquePtr&& baseFont, in Font() function
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
D | comdef.h | 205 struct Font : IFontDisp {}; struct
|
/aosp_15_r20/external/skia/modules/canvaskit/ |
H A D | font.js | 34 CanvasKit.Font.prototype.getGlyphBounds = function(glyphs, paint, optionalOutputArray) { class in CanvasKit
|
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/ |
D | tkFont.py | 24 class Font: class
|