OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_dominantbaseline
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/style/
SVGRenderStyle.h
130
void setDominantBaseline(EDominantBaseline val) { svg_noninherited_flags.f.
_dominantBaseline
= val; }
279
EDominantBaseline dominantBaseline() const { return (EDominantBaseline) svg_noninherited_flags.f.
_dominantBaseline
; }
376
unsigned
_dominantBaseline
: 4; // EDominantBaseline
422
svg_noninherited_flags.f.
_dominantBaseline
= initialDominantBaseline();
SVGRenderStyle.cpp
151
|| svg_noninherited_flags.f.
_dominantBaseline
!= other->svg_noninherited_flags.f.
_dominantBaseline
Completed in 652 milliseconds