OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_textAnchor
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
SVGRenderStyle.h
140
void setTextAnchor(ETextAnchor val) { svg_inherited_flags.
_textAnchor
= val; }
317
ETextAnchor textAnchor() const { return (ETextAnchor) svg_inherited_flags.
_textAnchor
; }
378
&& (
_textAnchor
== other.
_textAnchor
)
398
unsigned
_textAnchor
: 2; // ETextAnchor
451
svg_inherited_flags.
_textAnchor
= initialTextAnchor();
SVGRenderStyle.cpp
144
if (svg_inherited_flags.
_textAnchor
!= other->svg_inherited_flags.
_textAnchor
Completed in 1993 milliseconds