/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Overlay_autogen.cpp | 22 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 …]
|
D | OverlayWidgets.h | 62 int fontSize; variable
|
D | OverlayWidgets.cpp | 71 uint32_t fontSize[3]; member 244 GetTextFontSize(widget->fontSize, textWidget->fontSize); in AppendTextCommon()
|
/third_party/typescript/tests/dets/cases/ |
D | dynamicallyBuildUIElements.ets | 49 .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 …]
|
D | statusManagementOfApplicationLevelVariables.ets | 48 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)
|
D | targetEtsExample.ets | 103 Text("hello").fontSize(value) 119 .fontSize(30) 121 .fontSize(30)
|
D | limitationAndExtension.ets | 42 .fontSize(50)
|
D | statusManagementOfPageLevelVariables.ets | 102 Text(`Player is playing`).fontSize(18) 141 Text(item.toString()).fontSize(18).margin(10)
|
/third_party/skia/modules/canvaskit/tests/ |
D | paragraph.spec.js | 65 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/ |
D | parse.js | 32 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/ |
D | Paint.h | 32 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,
|
D | Paint.cpp | 24 … 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/ |
D | paragraph_bindings.cpp | 52 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/ |
D | ShaperTest.cpp | 73 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/ |
D | FontChain.java | 25 abstract float fontSize(); in fontSize() method in FontChain
|
/third_party/typescript/tests/cases/fourslash/etslib/ |
D | text.d.ts | 63 fontSize(value: number | string): TextAttribute;
|
/third_party/skia/modules/particles/src/ |
D | SkParticleBinding.cpp | 125 SkTextBinding(const char* name = "", const char* text = "", SkScalar fontSize = 96) in SkTextBinding() argument 128 , fFontSize(fontSize) {} in SkTextBinding()
|
/third_party/skia/modules/androidkit/src/ |
D | FontChainAdapter.cpp | 41 float fontSize() const override { in fontSize() function in __anon8ae8bdbd0111::FontChainAdapter
|
/third_party/skia/src/pdf/ |
D | SkPDFFont.cpp | 300 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/ |
D | dynamicallyBuildUIElements.d.ets | 80 declare function fancy(fontSize: number);
|
/third_party/skia/src/core/ |
D | SkRemoteGlyphCache.h | 117 virtual void notifyCacheMiss(CacheMissType type, int fontSize) { in notifyCacheMiss() argument
|
/third_party/skia/site/docs/user/modules/ |
D | quickstart.md | 272 fontSize: 28, 302 fontSize: 28, 329 fontSize: 28, 356 fontSize: 28,
|
/third_party/jsframework/test/ut/ |
D | runtime.ts | 164 style: {fontSize: '50px'}
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftmac.c | 377 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/ |
D | SkScalerContext_mac_ct.cpp | 710 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()
|