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

  /external/webkit/Source/WebCore/rendering/
RootInlineBox.h 136 void ascentAndDescentForBox(InlineBox*, GlyphOverflowAndFallbackFontsMap&, int& ascent, int& descent, bool& affectsAscent, bool& affectsDescent) const;
InlineFlowBox.cpp 506 rootBox->ascentAndDescentForBox(rootBox, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
538 rootBox->ascentAndDescentForBox(curr, textBoxDataMap, ascent, descent, affectsAscent, affectsDescent);
    [all...]
RootInlineBox.cpp 563 void RootInlineBox::ascentAndDescentForBox(InlineBox* box, GlyphOverflowAndFallbackFontsMap& textBoxDataMap, int& ascent, int& descent,
    [all...]

Completed in 47 milliseconds