Home
last modified time | relevance | path

Searched refs:half_leading (Results 1 – 2 of 2) sorted by relevance

/third_party/flutter/engine/flutter/third_party/txt/src/txt/
Dparagraph_txt.h206 double half_leading = 0; member
Dparagraph_txt.cc513 strut->half_leading = 0; in ComputeStrut()
569 strut->half_leading = strut->leading / 2; in ComputeStrut()
1087 double max_ascent = strut_.ascent + strut_.half_leading; in Layout()
1088 double max_descent = strut_.descent + strut_.half_leading; in Layout()