Home
last modified time | relevance | path

Searched refs:_direction (Results 1 – 4 of 4) sorted by relevance

/external/qemu/target-i386/
Dhax-interface.h252 uint8_t _direction; member
Dhax-all.c563 ht->pio._direction, in hax_vcpu_hax_exec()
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h173 && (_direction == other._direction)
195 unsigned _direction : 1; // TextDirection member
278 inherited_flags._direction = initialDirection(); in setBitDefaults()
493 … TextDirection direction() const { return static_cast<TextDirection>(inherited_flags._direction); } in direction()
937 void setDirection(TextDirection v) { inherited_flags._direction = v; } in setDirection()
DRenderStyle.cpp460 || inherited_flags._direction != other->inherited_flags._direction in diff()