Home
last modified time | relevance | path

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

1234

/third_party/skia/third_party/externals/angle2/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()
/third_party/typescript/tests/dets/cases/
DdynamicallyBuildUIElements.ets49 .fontSize(18)
96 .fontSize(30)
100 .fontSize(30)
110 Text('noParam').fontSize(30)
116 Text(label).fontSize(30)
149 .fontSize(30)
158 .fontSize(30)
160 .fontSize(30)
204 .fontSize(30)
207 .fontSize(20)
[all …]
DstatusManagementOfApplicationLevelVariables.ets48 Button(`更改@StorageLink修饰的变量:${this.varA}`).height(40).fontSize(14)
55 Button(`更改@StorageProp修饰的变量:${this.languageCode}`).height(40).fontSize(14)
87 .fontSize(50)
105 .fontSize(50)
120 .fontSize(18)
134 .fontSize(18)
DtargetEtsExample.ets103 Text("hello").fontSize(value)
119 .fontSize(30)
121 .fontSize(30)
DlimitationAndExtension.ets42 .fontSize(50)
DstatusManagementOfPageLevelVariables.ets102 Text(`Player is playing`).fontSize(18)
141 Text(item.toString()).fontSize(18).margin(10)
/third_party/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 …]
/third_party/weex-loader/deps/weex-styler/test/
Dparse.js32 expect(data.jsonStyle).eql({foo: {fontSize: '200px'}}) property
53 foo: {fontSize: 20, color: '#ff5000'}, property
54 bar: {fontSize: 20, color: '#000000'} property
66 foo: {fontSize: 20, color: '#ff5000', height: 30}, property
67 bar: {fontSize: 20, color: '#ff5000', height: 30}, property
136 fontSize: 20, color: '#ff5000', height: 30, property
164 fontSize: 20, property
185 fontSize: 32, property
/third_party/skia/experimental/sktext/src/
DPaint.h32 float fontSize() const override { return fSize; } in fontSize() function
60 float fontSize() const override { return fSize; } in fontSize() function
79 const SkString& fontFamily, SkScalar fontSize, SkFontStyle fontStyle,
84 const SkString& fontFamily, SkScalar fontSize, SkFontStyle fontStyle,
DPaint.cpp24 … const SkString& fontFamily, SkScalar fontSize, SkFontStyle fontStyle, SkScalar x, SkScalar y) { in drawText() argument
27 … fontFamily, fontSize, fontStyle, SkSize::Make(SK_ScalarInfinity, SK_ScalarInfinity), x, y); in drawText()
33 …const SkString& fontFamily, SkScalar fontSize, SkFontStyle fontStyle, SkSize reqSize, SkScalar x, … in drawText() argument
36 …rivialFontChain> fontChain = sk_make_sp<TrivialFontChain>(fontFamily.c_str(), fontSize, fontStyle); in drawText()
/third_party/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()
593 .field("fontSize", &SimpleStrutStyle::fontSize) in EMSCRIPTEN_BINDINGS()
610 .field("fontSize", &SimpleTextStyle::fontSize) in EMSCRIPTEN_BINDINGS()
/third_party/skia/modules/skshaper/tests/
DShaperTest.cpp73 size_t fontSize = 0; in commitRunBuffer() local
79 fontSize = stream->getLength(); in commitRunBuffer()
100 familyName.c_str(), postscriptName.c_str(), ttcIndex, fontSize, in commitRunBuffer()
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DFontChain.java25 abstract float fontSize(); in fontSize() method in FontChain
/third_party/typescript/tests/cases/fourslash/etslib/
Dtext.d.ts63 fontSize(value: number | string): TextAttribute;
/third_party/skia/modules/particles/src/
DSkParticleBinding.cpp125 SkTextBinding(const char* name = "", const char* text = "", SkScalar fontSize = 96) in SkTextBinding() argument
128 , fFontSize(fontSize) {} in SkTextBinding()
/third_party/skia/modules/androidkit/src/
DFontChainAdapter.cpp41 float fontSize() const override { in fontSize() function in __anon8ae8bdbd0111::FontChainAdapter
/third_party/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()
/third_party/typescript/tests/dets/baselines/reference/
DdynamicallyBuildUIElements.d.ets80 declare function fancy(fontSize: number);
/third_party/skia/src/core/
DSkRemoteGlyphCache.h117 virtual void notifyCacheMiss(CacheMissType type, int fontSize) { in notifyCacheMiss() argument
/third_party/skia/site/docs/user/modules/
Dquickstart.md272 fontSize: 28,
302 fontSize: 28,
329 fontSize: 28,
356 fontSize: 28,
/third_party/jsframework/test/ut/
Druntime.ts164 style: {fontSize: '50px'}
/third_party/skia/third_party/externals/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()
/third_party/skia/src/ports/
DSkScalerContext_mac_ct.cpp710 CGFloat fontSize = CTFontGetSize(this->fCTFont.get()); in generateFontMetrics() local
715 metrics->fXHeight = SkScalarFromCGFloat(xHeight * fontSize / upem); in generateFontMetrics()
719 metrics->fCapHeight = SkScalarFromCGFloat(capHeight * fontSize / upem); in generateFontMetrics()

1234