OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:affectsAscent
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp
732
bool&
affectsAscent
, bool& affectsDescent) const
744
affectsAscent
= true;
[
all
...]
RootInlineBox.h
159
void ascentAndDescentForBox(InlineBox*, GlyphOverflowAndFallbackFontsMap&, int& ascent, int& descent, bool&
affectsAscent
, bool& affectsDescent) const;
InlineFlowBox.cpp
521
bool
affectsAscent
= false;
529
rootBox->ascentAndDescentForBox(rootBox, textBoxDataMap, ascent, descent,
affectsAscent
, affectsDescent);
551
bool
affectsAscent
= false;
561
rootBox->ascentAndDescentForBox(curr, textBoxDataMap, ascent, descent,
affectsAscent
, affectsDescent);
580
if (
affectsAscent
&& (maxAscent < ascent || !setMaxAscent)) {
[
all
...]
Completed in 59 milliseconds