Home
last modified time | relevance | path

Searched refs:kBaseline (Results 1 – 7 of 7) sorted by relevance

/external/skia/modules/skparagraph/include/
DTextStyle.h81 kBaseline, enumerator
121 , fAlignment(PlaceholderAlignment::kBaseline) in PlaceholderStyle()
/external/skia/modules/skparagraph/src/
DTextStyle.cpp187 (fAlignment != PlaceholderAlignment::kBaseline || in equals()
DParagraphCache.cpp66 if (ph.fStyle.fAlignment == PlaceholderAlignment::kBaseline) { in operator ()()
DRun.cpp268 case PlaceholderAlignment::kBaseline: in updateMetrics()
/external/v8/src/wasm/
Dwasm-module.h160 kBaseline = 1, enumerator
Dmodule-compiler.cc177 int max_tier = baseline_only ? kBaseline : kTopTier; in GetNextUnit()
210 for (auto pair : {std::make_pair(int{kBaseline}, baseline_units), in AddUnits()
266 static constexpr int kBaseline = 0; member in v8::internal::wasm::__anond6e2be390111::CompilationUnitQueues
838 case WasmCompilationHintTier::kBaseline: in ApplyHintToExecutionTier()
/external/skia/tests/
DSkParagraphTest.cpp224 …PlaceholderStyle placeholder1(50, 50, PlaceholderAlignment::kBaseline, TextBaseline::kAlphabetic, … in DEF_TEST()
229 …PlaceholderStyle placeholder2(5, 50, PlaceholderAlignment::kBaseline, TextBaseline::kAlphabetic, 5… in DEF_TEST()
323 …PlaceholderStyle placeholder(55, 50, PlaceholderAlignment::kBaseline, TextBaseline::kAlphabetic, 3… in DEF_TEST()
652 …PlaceholderStyle placeholder(55, 50, PlaceholderAlignment::kBaseline, TextBaseline::kIdeographic, … in DEF_TEST()
706 …PlaceholderStyle placeholder1(50, 50, PlaceholderAlignment::kBaseline, TextBaseline::kAlphabetic, … in DEF_TEST()
707 …PlaceholderStyle placeholder2(25, 25, PlaceholderAlignment::kBaseline, TextBaseline::kAlphabetic, … in DEF_TEST()
841 …PlaceholderStyle placeholder1(50, 50, PlaceholderAlignment::kBaseline, TextBaseline::kAlphabetic, … in DEF_TEST()
842 …PlaceholderStyle placeholder2(5, 20, PlaceholderAlignment::kBaseline, TextBaseline::kAlphabetic, 1… in DEF_TEST()
4846 … PlaceholderStyle placeholder(0, 0, PlaceholderAlignment::kBaseline, TextBaseline::kAlphabetic, 0); in DEF_TEST()