Home
last modified time | relevance | path

Searched refs:kIdeographic (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dtext_baseline.h24 kIdeographic, enumerator
Dparagraph_txt.cc589 case TextBaseline::kIdeographic: { in ComputePlaceholder()
/third_party/flutter/skia/modules/skparagraph/include/
DDartTypes.h111 kIdeographic, enumerator
/third_party/skia/modules/skparagraph/include/
DDartTypes.h130 kIdeographic, enumerator
/third_party/skia/modules/canvaskit/
Dparagraph_bindings_gen.cpp90 .value("Ideographic", para::TextBaseline::kIdeographic); in EMSCRIPTEN_BINDINGS()
/third_party/skia/modules/skparagraph/src/
DRun.cpp208 case TextBaseline::kIdeographic: in updateMetrics()
/third_party/flutter/engine/flutter/third_party/txt/tests/
Dparagraph_unittests.cc672 TextBaseline::kIdeographic, 38.34734); in TEST_F()
/third_party/skia/modules/skparagraph/tests/
DSkParagraphTest.cpp688 …derStyle placeholder(55, 50, PlaceholderAlignment::kBaseline, TextBaseline::kIdeographic, 38.347f); in UNIX_ONLY_TEST()