Home
last modified time | relevance | path

Searched refs:fontSize (Results 1 – 25 of 77) sorted by relevance

1234

/external/angle/src/libANGLE/
DOverlay_autogen.cpp22 int GetFontSize(int fontSize, bool largeFont) in GetFontSize() argument
24 if (largeFont && fontSize > 0) in GetFontSize()
26 return fontSize - 1; in GetFontSize()
28 return fontSize; in GetFontSize()
39 const int32_t fontSize = GetFontSize(kFontLayerMedium, kLargeFont); in initOverlayWidgets() local
42 const int32_t width = 12 * kFontGlyphWidths[fontSize]; in initOverlayWidgets()
43 const int32_t height = kFontGlyphHeights[fontSize]; in initOverlayWidgets()
46 widget->fontSize = fontSize; in initOverlayWidgets()
62 const int32_t fontSize = GetFontSize(kFontLayerSmall, kLargeFont); in initOverlayWidgets() local
65 const int32_t width = 150 * kFontGlyphWidths[fontSize]; in initOverlayWidgets()
[all …]
DOverlayWidgets.h62 int fontSize; variable
DOverlayWidgets.cpp71 uint32_t fontSize[3]; member
244 GetTextFontSize(widget->fontSize, textWidget->fontSize); in AppendTextCommon()
/external/skia/modules/canvaskit/tests/
Dparagraph.spec.js65 fontSize: 20, property
81 fontSize: 24, property
149 fontSize: 20, property
177 fontSize: 40, property
221 fontSize: 20, property
253 fontSize: 20, property
288 fontSize: 28, property
302 fontSize: 28, property
307 fontSize: 32, property
356 fontSize: 30, property
[all …]
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/ttml/
DTtmlStyle.java85 private float fontSize; field in TtmlStyle
243 fontSize = ancestor.fontSize; in inherit()
309 public TtmlStyle setFontSize(float fontSize) { in setFontSize() argument
310 this.fontSize = fontSize; in setFontSize()
324 return fontSize; in getFontSize()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/text/webvtt/
DWebvttCssStyle.java96 private float fontSize; field in WebvttCssStyle
274 public WebvttCssStyle setFontSize(float fontSize) { in setFontSize() argument
275 this.fontSize = fontSize; in setFontSize()
289 return fontSize; in getFontSize()
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DTerminalBridge.java109 private float fontSize = -1; field in TerminalBridge
186 fontSize = Float.parseFloat(string); in TerminalBridge()
188 fontSize = PreferenceConstants.DEFAULT_FONT_SIZE; in TerminalBridge()
209 setFontSize(fontSize); in TerminalBridge()
304 setFontSize(fontSize); in connect()
408 fontSize = size; in setFontSize()
776 setFontSize(fontSize + FONT_SIZE_STEP); in increaseFontSize()
780 setFontSize(fontSize - FONT_SIZE_STEP); in decreaseFontSize()
852 fontSize = Float.parseFloat(string); in onSharedPreferenceChanged()
854 fontSize = PreferenceConstants.DEFAULT_FONT_SIZE; in onSharedPreferenceChanged()
[all …]
/external/pdfium/fxbarcode/oned/
DBC_OneDimWriter.cpp111 int32_t fontSize, in CalcTextInfo() argument
123 float temp = glyph_value * fontSize / 1000.0; in CalcTextInfo()
132 float penY = (float)abs(cFont->GetDescent()) * (float)fontSize / 1000.0f; in CalcTextInfo()
141 penX += (float)(charPos[0].m_FontCharWidth) * (float)fontSize / 1000.0f; in CalcTextInfo()
149 penX += (float)(charPos[i].m_FontCharWidth) * (float)fontSize / 1000.0f; in CalcTextInfo()
DBC_OneDimWriter.h74 int32_t fontSize,
/external/pdfium/core/fxge/skia/
Dfx_skia_device_embeddertest.cpp46 float fontSize = 1; in CommonTest() local
69 fontSize, 0xFF445566); in CommonTest()
79 fontSize = 2; in CommonTest()
92 fontSize, 0xFF445566); in CommonTest()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
DTextSampleEntry.java270 int fontSize; field in TextSampleEntry.StyleRecord
278 fontSize = IsoTypeReader.readUInt8(in); in parse()
292 IsoTypeWriter.writeUInt8(bb, fontSize); in getContent()
/external/skia/modules/canvaskit/
Dparagraph_bindings.cpp52 SkScalar fontSize; member
78 SkScalar fontSize; member
101 if (s.fontSize != 0) { in toStrutStyle()
102 ss.setFontSize(s.fontSize); in toStrutStyle()
140 if (s.fontSize != 0) { in toTextStyle()
141 ts.setFontSize(s.fontSize); in toTextStyle()
600 .field("fontSize", &SimpleStrutStyle::fontSize) in EMSCRIPTEN_BINDINGS()
617 .field("fontSize", &SimpleTextStyle::fontSize) in EMSCRIPTEN_BINDINGS()
/external/pdfium/core/fxge/apple/
Dfx_quartz_device.cpp77 float fontSize, in DrawGraphicsString() argument
87 CGContextSetFontSize(context, fontSize); in DrawGraphicsString()
Dapple_int.h30 float fontSize,
/external/rust/crates/vmm_vhost/docs/
Dvhost_architecture.drawio7 …le="rounded=0;whiteSpace=wrap;html=1;labelBackgroundColor=none;sketch=0;fontSize=25;fontColor=#FF0…
10 …fixedSize=1;rounded=0;labelBackgroundColor=none;sketch=0;fillColor=none;fontSize=25;dashed=1;strok…
13 …le="rounded=0;whiteSpace=wrap;html=1;labelBackgroundColor=none;sketch=0;fontSize=25;fontColor=#FF0…
72 …html=1;backgroundOutline=1;rounded=0;labelBackgroundColor=none;sketch=0;fontSize=25;fontColor=#808…
75 …html=1;backgroundOutline=1;rounded=0;labelBackgroundColor=none;sketch=0;fontSize=25;fontColor=#808…
78 …html=1;backgroundOutline=1;rounded=0;labelBackgroundColor=none;sketch=0;fontSize=25;strokeColor=#0…
138 …html=1;backgroundOutline=1;rounded=0;labelBackgroundColor=none;sketch=0;fontSize=25;fontColor=#FF0…
156 …e=wrap;html=1;dashed=1;labelBackgroundColor=none;sketch=0;strokeWidth=5;fontSize=67;fontColor=#FF0…
159 …e=wrap;html=1;dashed=1;labelBackgroundColor=none;sketch=0;strokeWidth=5;fontSize=67;fillColor=none…
162 …e=wrap;html=1;dashed=1;labelBackgroundColor=none;sketch=0;strokeWidth=5;fontSize=67;fillColor=none…
/external/skia/experimental/sktext/src/
DProcessor.cpp83 …or foreground, SkColor background, const SkString& fontFamily, SkScalar fontSize, SkFontStyle font… in drawText() argument
84 …return drawText(text, canvas, textFormat, foreground, background, fontFamily, fontSize, fontStyle,… in drawText()
88 …or foreground, SkColor background, const SkString& fontFamily, SkScalar fontSize, SkFontStyle font… in drawText() argument
97 …Format.fDefaultTextDirection, SkFontMgr::RefDefault()}, {{{ fontFamily, fontSize, fontStyle, textR… in drawText()
/external/skia/experimental/sktext/include/
DProcessor.h162 …or foreground, SkColor background, const SkString& fontFamily, SkScalar fontSize, SkFontStyle font…
164 …or foreground, SkColor background, const SkString& fontFamily, SkScalar fontSize, SkFontStyle font…
/external/skia/modules/particles/src/
DSkParticleBinding.cpp125 SkTextBinding(const char* name = "", const char* text = "", SkScalar fontSize = 96) in SkTextBinding() argument
128 , fFontSize(fontSize) {} in SkTextBinding()
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dproperty-interpolation.js58 fontSize: '100%', property
/external/skia/src/core/
DSkRemoteGlyphCache.h117 virtual void notifyCacheMiss(CacheMissType type, int fontSize) { in notifyCacheMiss() argument
/external/skia/modules/skparagraph/include/
DParagraph.h72 virtual void updateFontSize(size_t from, size_t to, SkScalar fontSize) = 0;
/external/skia/src/pdf/
DSkPDFFont.cpp300 size_t fontSize = fontAsset ? fontAsset->getLength() : 0; in emit_subset_type0() local
301 if (0 == fontSize) { in emit_subset_type0()
328 SkASSERT(fontAsset->getLength() == fontSize); in emit_subset_type0()
332 tmp->insertInt("Length1", fontSize); in emit_subset_type0()
/external/skia/site/docs/user/modules/
Dquickstart.md272 fontSize: 28,
302 fontSize: 28,
329 fontSize: 28,
356 fontSize: 28,
/external/python/cpython2/Lib/idlelib/
DconfigSectionNameDialog.py43 self.fontSize = StringVar(self.parent)
/external/freetype/src/base/
Dftmac.c377 if ( 0 == EndianS16_BtoN( assoc[i].fontSize ) ) in count_faces_scalable()
423 if ( EndianS16_BtoN( assoc->fontSize ) == 0 ) in parse_fond()
428 else if ( base_assoc->fontSize == 0 ) in parse_fond()

1234