Home
last modified time | relevance | path

Searched defs:fontSize (Results 1 – 25 of 393) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/angle/src/libANGLE/
H A DOverlay_autogen.cpp22 int GetFontSize(int fontSize, bool largeFont) in GetFontSize()
39 const int32_t fontSize = GetFontSize(kFontMipLarge, kLargeFont); in initOverlayWidgets() local
63 const int32_t fontSize = GetFontSize(kFontMipSmall, kLargeFont); in initOverlayWidgets() local
87 const int32_t fontSize = GetFontSize(kFontMipSmall, kLargeFont); in initOverlayWidgets() local
112 const int32_t fontSize = GetFontSize(0, kLargeFont); in initOverlayWidgets() local
132 const int32_t fontSize = GetFontSize(kFontMipSmall, kLargeFont); in initOverlayWidgets() local
157 const int32_t fontSize = GetFontSize(0, kLargeFont); in initOverlayWidgets() local
177 const int32_t fontSize = GetFontSize(kFontMipSmall, kLargeFont); in initOverlayWidgets() local
202 const int32_t fontSize = GetFontSize(0, kLargeFont); in initOverlayWidgets() local
222 const int32_t fontSize = GetFontSize(kFontMipSmall, kLargeFont); in initOverlayWidgets() local
[all …]
/aosp_15_r20/external/skia/modules/canvaskit/tests/
H A Dparagraph_test.js71 fontSize: 20, property
87 fontSize: 24, property
188 fontSize: 20, property
214 fontSize: 40, property
256 fontSize: 20, property
286 fontSize: 20, property
319 fontSize: 28, property
333 fontSize: 28, property
338 fontSize: 32, property
385 fontSize: 30, property
[all …]
/aosp_15_r20/frameworks/base/media/java/android/media/
H A DWebVttRenderer.java1225 final float fontSize = mManager.getFontScale() * getHeight() * LINE_HEIGHT_RATIO; in manageChangeListener() local
1236 final float fontSize = mFontSize; in setActiveCues() local
1277 private void setCaptionStyle(CaptionStyle captionStyle, float fontSize) { in setCaptionStyle()
1534 float fontSize) { in RegionLayout()
1551 public void setCaptionStyle(CaptionStyle captionStyle, float fontSize) { in setCaptionStyle()
1667 Context context, TextTrackCue cue, CaptionStyle captionStyle, float fontSize) { in CueLayout()
1705 public void setCaptionStyle(CaptionStyle style, float fontSize) { in setCaptionStyle()
1742 final float fontSize = mFontSize; in update() local
1859 public void setCaptionStyle(CaptionStyle captionStyle, float fontSize) { in setCaptionStyle()
H A DTimedText.java209 public final int fontSize; field in TimedText.Style
230 int fontSize, int colorRGBA) { in Style()
552 int fontSize = -1; in readStyle() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/remotecompose/core/operations/layout/managers/
H A DTextLayout.java123 float fontSize, in TextLayout()
144 float fontSize, in TextLayout()
342 float fontSize, in apply()
370 float fontSize = buffer.readFloat(); in read() local
/aosp_15_r20/frameworks/base/libs/hwui/jni/fonts/
H A DFont.cpp94 jlong fontSize = env->GetDirectBufferCapacity(buffer); in Font_Builder_build() local
342 jlong fontSize = env->GetDirectBufferCapacity(buffer); in FontFileUtil_getFontRevision() local
364 jlong fontSize = env->GetDirectBufferCapacity(buffer); in FontFileUtil_getFontPostScriptName() local
385 jlong fontSize = env->GetDirectBufferCapacity(buffer); in FontFileUtil_isPostScriptType1Font() local
450 sk_sp<SkData>&& data, std::string_view fontPath, const void *fontPtr, size_t fontSize, in createMinikinFontSkia()
/aosp_15_r20/frameworks/base/libs/hwui/jni/
H A DFontFamily.cpp121 const size_t fontSize = data->size(); in addSkTypeface() local
181 jlong fontSize = env->GetDirectBufferCapacity(bytebuf); in FontFamily_addFont() local
203 jlong fontSize = env->GetDirectBufferCapacity(font); in FontFamily_addFontWeightStyle() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/ssa/
H A DSsaStyle.java98 public final float fontSize; field in SsaStyle
108 float fontSize, in SsaStyle()
230 private static float parseFontSize(String fontSize) { in parseFontSize()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/ssa/
H A DSsaStyle.java95 public final float fontSize; field in SsaStyle
105 float fontSize, in SsaStyle()
228 private static float parseFontSize(String fontSize) { in parseFontSize()
/aosp_15_r20/packages/providers/MediaProvider/pdf/framework/java/android/graphics/pdf/component/
DPdfPageTextObject.java47 public PdfPageTextObject(@NonNull String text, @NonNull Typeface typeface, float fontSize) { in PdfPageTextObject()
87 public void setFontSize(float fontSize) { in setFontSize()
/aosp_15_r20/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/permissions/request/wear/theme/
DWearComposeMaterial3Typography.kt62 val fontSize = ResourceHelper.getDimen(context = context, id = fontSizeRes)?.sp ?: fontSize in updatedTextStyle() constant
/aosp_15_r20/packages/modules/Permission/PermissionController/src/com/android/permissioncontroller/permission/ui/wear/theme/
DWearComposeMaterial3Typography.kt62 val fontSize = ResourceHelper.getDimen(context = context, id = fontSizeRes)?.sp ?: fontSize in updatedTextStyle() constant
/aosp_15_r20/frameworks/rs/
H A DrsFont.cpp40 bool Font::init(const char *name, float fontSize, uint32_t dpi, const void *data, uint32_t dataLen)… in init()
295 Font * Font::create(Context *rsc, const char *name, float fontSize, uint32_t dpi, in create()
859 float fontSize, uint32_t dpi) { in rsi_FontCreateFromFile()
869 float fontSize, uint32_t dpi, in rsi_FontCreateFromMemory()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/webvtt/
H A DWebvttCssStyle.java97 private float fontSize; field in WebvttCssStyle
261 public WebvttCssStyle setFontSize(float fontSize) { in setFontSize()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/webvtt/
H A DWebvttCssStyle.java103 private float fontSize; field in WebvttCssStyle
266 public WebvttCssStyle setFontSize(float fontSize) { in setFontSize()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/text/ttml/
H A DTtmlStyle.java82 private float fontSize; field in TtmlStyle
343 public TtmlStyle setFontSize(float fontSize) { in setFontSize()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/text/ttml/
H A DTtmlStyle.java89 private float fontSize; field in TtmlStyle
347 public TtmlStyle setFontSize(float fontSize) { in setFontSize()
/aosp_15_r20/system/teeui/libteeui/include/teeui/
H A Dlabel.h71 LabelImpl(pxs fontSize, pxs lineHeight, text_t text, Alignment horizontal, in LabelImpl()
77 pxs fontSize() const { return fontSize_; } in fontSize() function
/aosp_15_r20/packages/apps/DeskClock/src/com/android/alarmclock/
DDigitalAppWidgetCityViewsFactory.kt165 val fontSize = if (is24HourFormat) m24HourFontSize else m12HourFontSize in update() constant
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/accessibility/
DCaptioningFontSizeController.java50 final float fontSize = mCaptioningManager.getFontScale(); in updateState() local
/aosp_15_r20/development/apps/Development/src/com/android/development/
H A DDetails.java95 TextView makeView(String str, boolean bold, int fontSize) in makeView()
/aosp_15_r20/packages/apps/Settings/src/com/android/settings/password/
DPasswordRequirementAdapter.java76 final int fontSize = mContext.getResources().getDimensionPixelSize( in onBindViewHolder() local
/aosp_15_r20/external/pdfium/core/fxge/apple/
H A Dfx_quartz_device.cpp75 float fontSize, in DrawGraphicsString()
/aosp_15_r20/cts/tests/pdf/module/src/android/graphics/pdf/cts/module/
H A DPdfFormFillingTest.java89 String textValue, String accessibilityLabel, boolean editableText, float fontSize, in makeCombobox()
111 boolean multiLineText, int maxLength, float fontSize) { in makeTextField()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNativeSystemFonts.java94 final long fontSize = fileChannel.size(); in mmap() local

12345678910>>...16