Home
last modified time | relevance | path

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

12345678910>>...13

/aosp_15_r20/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h58 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/
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
/aosp_15_r20/frameworks/minikin/libs/minikin/
H A DFont.cpp82 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 DFont.java11 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 DFontFamilyUpdateRequest.java159 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 DFontUpdateRequest.java72 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 DFont.java49 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 DMockFontProvider.java96 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 Dlib.rs62 pub struct Font(u32); struct
64 impl Font { impl
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DTimedText.java247 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 DFontConfig.java234 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 Dmod.rs14 Font = 0, enumerator
/aosp_15_r20/frameworks/base/graphics/java/android/graphics/fonts/
H A DFont.java57 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/
Dproxy.rs12 pub fn Font<S>(string: S) -> FontType in Font() function
/aosp_15_r20/frameworks/base/data/fonts/script/
H A Dfont_builder.py34 class Font: class
H A Dxml_builder.py46 def font_to_xml_font(font: Font, fallback_for=None) -> XmlFont:
/aosp_15_r20/hardware/google/gfxstream/host/apigen-codec-common/X11/
DXdefs.h86 typedef XID Font; typedef
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot/usr/include/X11/
DXdefs.h86 typedef XID Font; typedef
/aosp_15_r20/cts/tests/tests/provider/src/android/provider/cts/
H A DMockFontProvider.java62 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 DCanvas.h37 class Font; variable
/aosp_15_r20/frameworks/minikin/include/minikin/
H A DFont.h155 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/
Dcomdef.h205 struct Font : IFontDisp {}; struct
/aosp_15_r20/external/skia/modules/canvaskit/
H A Dfont.js34 CanvasKit.Font.prototype.getGlyphBounds = function(glyphs, paint, optionalOutputArray) { class in CanvasKit
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/
DtkFont.py24 class Font: class

12345678910>>...13