/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Overlay_autogen.cpp | 22 int GetFontSize(int fontSize, bool largeFont) in GetFontSize() 39 const int32_t fontSize = GetFontSize(kFontLayerMedium, kLargeFont); in initOverlayWidgets() local 62 const int32_t fontSize = GetFontSize(kFontLayerSmall, kLargeFont); in initOverlayWidgets() local 85 const int32_t fontSize = GetFontSize(kFontLayerSmall, kLargeFont); in initOverlayWidgets() local 109 const int32_t fontSize = GetFontSize(0, kLargeFont); in initOverlayWidgets() local 128 const int32_t fontSize = GetFontSize(kFontLayerSmall, kLargeFont); in initOverlayWidgets() local 152 const int32_t fontSize = GetFontSize(0, kLargeFont); in initOverlayWidgets() local 171 const int32_t fontSize = GetFontSize(kFontLayerSmall, kLargeFont); in initOverlayWidgets() local 195 const int32_t fontSize = GetFontSize(0, kLargeFont); in initOverlayWidgets() local 214 const int32_t fontSize = GetFontSize(kFontLayerSmall, kLargeFont); in initOverlayWidgets() local [all …]
|
D | OverlayWidgets.h | 62 int fontSize; variable
|
D | OverlayWidgets.cpp | 71 uint32_t fontSize[3]; member
|
/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/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
|
D | Paint.cpp | 24 … const SkString& fontFamily, SkScalar fontSize, SkFontStyle fontStyle, SkScalar x, SkScalar y) { in drawText() 33 …const SkString& fontFamily, SkScalar fontSize, SkFontStyle fontStyle, SkSize reqSize, SkScalar x, … in drawText()
|
/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/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/flutter/engine/flutter/lib/ui/text/ |
D | paragraph_builder.cc | 144 double fontSize, in create() 166 double fontSize, in ParagraphBuilder() 278 double fontSize, in pushStyle()
|
/third_party/skia/modules/androidkit/src/ |
D | FontChainAdapter.cpp | 41 float fontSize() const override { in fontSize() function in __anon331f0d1c0111::FontChainAdapter
|
/third_party/skia/src/core/ |
D | SkRemoteGlyphCache.h | 117 virtual void notifyCacheMiss(CacheMissType type, int fontSize) { in notifyCacheMiss()
|
/third_party/skia/modules/canvaskit/ |
D | paragraph_bindings.cpp | 52 SkScalar fontSize; member 78 SkScalar fontSize; member
|
/third_party/skia/modules/particles/src/ |
D | SkParticleBinding.cpp | 125 SkTextBinding(const char* name = "", const char* text = "", SkScalar fontSize = 96) in SkTextBinding()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
D | FontInfo.java | 137 int fontSize = 0; in listTables() local
|
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/ |
D | FontInfo.java | 137 int fontSize = 0; in listTables() local
|
/third_party/skia/src/ports/ |
D | SkScalerContext_mac_ct.cpp | 710 CGFloat fontSize = CTFontGetSize(this->fCTFont.get()); in generateFontMetrics() local
|
/third_party/skia/tools/perf-canvaskit-puppeteer/ |
D | canvas_perf.js | 605 fontSize: 11, property 629 fontSize: size, property
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFFont.cpp | 297 size_t fontSize = fontAsset ? fontAsset->getLength() : 0; in emit_subset_type0() local
|
/third_party/skia/src/pdf/ |
D | SkPDFFont.cpp | 300 size_t fontSize = fontAsset ? fontAsset->getLength() : 0; in emit_subset_type0() local
|
/third_party/flutter/skia/modules/particles/src/ |
D | SkParticleEffect.cpp | 229 SkTextBinding(const char* name = "", const char* text = "", SkScalar fontSize = 96) in SkTextBinding()
|
/third_party/skia/modules/skparagraph/src/ |
D | ParagraphImpl.cpp | 964 void ParagraphImpl::updateFontSize(size_t from, size_t to, SkScalar fontSize) { in updateFontSize()
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
D | Demo.java | 78 int fontSize = 18; field in Demo
|
/third_party/skia/tests/ |
D | SkRemoteGlyphCacheTest.cpp | 59 void notifyCacheMiss(SkStrikeClient::CacheMissType type, int fontSize) override { in notifyCacheMiss()
|
/third_party/weex-loader/deps/weex-styler/lib/ |
D | validator.js | 2389 fontSize: LENGTH_VALIDATOR, property 2844 fontSize: LENGTH_VALIDATOR, property 2981 fontSize: LENGTH_VALIDATOR, property
|
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/ |
D | Layout.cpp | 681 double fontSize = ctx->paint.size; in doLayoutRunCached() local
|