HomeSort by relevance Sort by last modified time
    Searched refs:hasIdenticalAscentDescentAndLineGap (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/
FontMetrics.h 99 bool hasIdenticalAscentDescentAndLineGap(const FontMetrics& other) const
  /external/webkit/Source/WebCore/rendering/
InlineFlowBox.cpp 116 if (!parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(childStyle->font().fontMetrics())
133 || !parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(childStyle->font().fontMetrics())
    [all...]
RenderInline.cpp 179 || (checkFonts && (!parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(style()->font().fontMetrics())
186 alwaysCreateLineBoxes = !parentStyle->font().fontMetrics().hasIdenticalAscentDescentAndLineGap(childStyle->font().fontMetrics())
    [all...]

Completed in 2672 milliseconds