Home
last modified time | relevance | path

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

12

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DOverlay_autogen.cpp22 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 …]
DOverlayWidgets.h62 int fontSize; variable
DOverlayWidgets.cpp71 uint32_t fontSize[3]; member
/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/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
DPaint.cpp24 … 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/
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/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/
DFontChain.java25 abstract float fontSize(); in fontSize() method in FontChain
/third_party/flutter/engine/flutter/lib/ui/text/
Dparagraph_builder.cc144 double fontSize, in create()
166 double fontSize, in ParagraphBuilder()
278 double fontSize, in pushStyle()
/third_party/skia/modules/androidkit/src/
DFontChainAdapter.cpp41 float fontSize() const override { in fontSize() function in __anon331f0d1c0111::FontChainAdapter
/third_party/skia/src/core/
DSkRemoteGlyphCache.h117 virtual void notifyCacheMiss(CacheMissType type, int fontSize) { in notifyCacheMiss()
/third_party/skia/modules/canvaskit/
Dparagraph_bindings.cpp52 SkScalar fontSize; member
78 SkScalar fontSize; member
/third_party/skia/modules/particles/src/
DSkParticleBinding.cpp125 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/
DFontInfo.java137 int fontSize = 0; in listTables() local
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/tools/fontinfo/
DFontInfo.java137 int fontSize = 0; in listTables() local
/third_party/skia/src/ports/
DSkScalerContext_mac_ct.cpp710 CGFloat fontSize = CTFontGetSize(this->fCTFont.get()); in generateFontMetrics() local
/third_party/skia/tools/perf-canvaskit-puppeteer/
Dcanvas_perf.js605 fontSize: 11, property
629 fontSize: size, property
/third_party/flutter/skia/src/pdf/
DSkPDFFont.cpp297 size_t fontSize = fontAsset ? fontAsset->getLength() : 0; in emit_subset_type0() local
/third_party/skia/src/pdf/
DSkPDFFont.cpp300 size_t fontSize = fontAsset ? fontAsset->getLength() : 0; in emit_subset_type0() local
/third_party/flutter/skia/modules/particles/src/
DSkParticleEffect.cpp229 SkTextBinding(const char* name = "", const char* text = "", SkScalar fontSize = 96) in SkTextBinding()
/third_party/skia/modules/skparagraph/src/
DParagraphImpl.cpp964 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/
DDemo.java78 int fontSize = 18; field in Demo
/third_party/skia/tests/
DSkRemoteGlyphCacheTest.cpp59 void notifyCacheMiss(SkStrikeClient::CacheMissType type, int fontSize) override { in notifyCacheMiss()
/third_party/weex-loader/deps/weex-styler/lib/
Dvalidator.js2389 fontSize: LENGTH_VALIDATOR, property
2844 fontSize: LENGTH_VALIDATOR, property
2981 fontSize: LENGTH_VALIDATOR, property
/third_party/flutter/engine/flutter/third_party/txt/src/minikin/
DLayout.cpp681 double fontSize = ctx->paint.size; in doLayoutRunCached() local

12