Searched defs:direction (Results 226 - 250 of 419) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleBuilderConverter.cpp70 reflection->setDirection(*reflectValue->direction());
375 void StyleBuilderConverter::createImplicitNamedGridLinesFromGridArea(const NamedGridAreaMap& namedGridAreas, NamedGridLinesMap& namedGridLines, GridTrackSizingDirection direction) argument
379 GridSpan areaSpan = direction == ForRows ? it->value.rows : it->value.columns;
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DBasicShapes.h85 BasicShapeCenterCoordinate(Direction direction = TopLeft, const Length& length = Length(0, Fixed))
86 : m_direction(direction)
88 , m_computedLength(direction == TopLeft ? length : length.subtractFromOneHundredPercent())
93 : m_direction(other.direction())
101 Direction direction() const { return m_direction; } function in class:blink::BasicShapeCenterCoordinate
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
H A DUnicodeIcu.h201 inline Direction direction(UChar32 c) function in namespace:WTF::Unicode
/external/chromium_org/third_party/bintrees/bintrees/
H A Dctrees.c156 int direction, cmp_res, down_dir; local
163 direction = 0;
172 direction = RIGHT;
176 direction = LEFT;
179 LINK(parent, direction) = RIGHT_NODE(replacement);
191 LINK(parent, direction) = LINK(node, down_dir);
198 direction = (cmp_res < 0) ? LEFT : RIGHT;
200 node = LINK(node, direction);
212 int direction, cval; local
221 direction
[all...]
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DStringTools.c535 Py_ssize_t start, Py_ssize_t end, int direction) {
542 start, end, direction);
546 result = PyUnicode_Tailmatch(s, sub, start, end, direction);
555 return PyUnicode_Tailmatch(s, substr, start, end, direction);
562 Py_ssize_t end, int direction)
582 return PyUnicode_Tailmatch(self, arg, start, end, direction);
608 if (direction > 0) {
628 Py_ssize_t end, int direction)
636 start, end, direction);
640 result = __Pyx_PyBytes_SingleTailmatch(self, sub, start, end, direction);
534 __Pyx_PyUnicode_Tailmatch(PyObject* s, PyObject* substr, Py_ssize_t start, Py_ssize_t end, int direction) argument
561 __Pyx_PyBytes_SingleTailmatch(PyObject* self, PyObject* arg, Py_ssize_t start, Py_ssize_t end, int direction) argument
627 __Pyx_PyBytes_Tailmatch(PyObject* self, PyObject* substr, Py_ssize_t start, Py_ssize_t end, int direction) argument
663 __Pyx_PyStr_Tailmatch(PyObject* self, PyObject* arg, Py_ssize_t start, Py_ssize_t end, int direction) argument
[all...]
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-font.cc645 * @direction:
656 hb_direction_t direction,
659 return font->get_glyph_advance_for_direction (glyph, direction, x, y);
666 * @direction:
677 hb_direction_t direction,
680 return font->get_glyph_origin_for_direction (glyph, direction, x, y);
687 * @direction:
698 hb_direction_t direction,
701 return font->add_glyph_origin_for_direction (glyph, direction, x, y);
708 * @direction
654 hb_font_get_glyph_advance_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
675 hb_font_get_glyph_origin_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
696 hb_font_add_glyph_origin_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
717 hb_font_subtract_glyph_origin_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
739 hb_font_get_glyph_kerning_for_direction(hb_font_t *font, hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
761 hb_font_get_glyph_extents_for_origin(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_glyph_extents_t *extents) argument
785 hb_font_get_glyph_contour_point_for_origin(hb_font_t *font, hb_codepoint_t glyph, unsigned int point_index, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
[all...]
H A Dhb-ot-layout.cc158 hb_direction_t direction,
164 return _get_gdef (font->face).get_lig_carets (font, direction, glyph, start_offset, caret_count, caret_array);
157 hb_ot_layout_get_ligature_carets(hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph, unsigned int start_offset, unsigned int *caret_count , int *caret_array ) argument
H A Dhb-ot-shape.cc76 switch (props->direction) {
102 if (HB_DIRECTION_IS_HORIZONTAL (props->direction))
277 hb_direction_t direction = buffer->props.direction; local
283 if ((HB_DIRECTION_IS_HORIZONTAL (direction) && direction != hb_script_get_horizontal_direction (buffer->props.script)) ||
284 (HB_DIRECTION_IS_VERTICAL (direction) && direction != HB_DIRECTION_TTB))
287 buffer->props.direction = HB_DIRECTION_REVERSE (buffer->props.direction);
518 hb_direction_t direction = c->buffer->props.direction; local
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Dusprep.cpp682 UCharDirection direction=U_CHAR_DIRECTION_COUNT, firstCharDir=U_CHAR_DIRECTION_COUNT; local
762 direction = ubidi_getClass(profile->bdp, ch);
764 firstCharDir = direction;
766 if(direction == U_LEFT_TO_RIGHT){
770 if(direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC){
787 (direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC))
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dncnvfbts.c119 static void setNuConvTestName(const char *codepage, const char *direction) argument
123 direction,
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dmediaengine.h143 MediaProcessorDirection direction) = 0;
146 MediaProcessorDirection direction) = 0;
268 MediaProcessorDirection direction) {
269 return voice_.RegisterProcessor(ssrc, processor, direction);
273 MediaProcessorDirection direction) {
274 return voice_.UnregisterProcessor(ssrc, processor, direction);
325 MediaProcessorDirection direction) { return true; }
328 MediaProcessorDirection direction) { return true; }
266 RegisterVoiceProcessor(uint32 ssrc, VoiceProcessor* processor, MediaProcessorDirection direction) argument
271 UnregisterVoiceProcessor(uint32 ssrc, VoiceProcessor* processor, MediaProcessorDirection direction) argument
323 RegisterProcessor(uint32 ssrc, VoiceProcessor* voice_processor, MediaProcessorDirection direction) argument
326 UnregisterProcessor(uint32 ssrc, VoiceProcessor* voice_processor, MediaProcessorDirection direction) argument
/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dchannel.h238 void set_local_content_direction(MediaContentDirection direction) { argument
239 local_content_direction_ = direction;
241 void set_remote_content_direction(MediaContentDirection direction) { argument
242 remote_content_direction_ = direction;
/external/chromium_org/third_party/libsrtp/srtp/test/
H A Dsrtp_driver.c722 * of the policy that changes the direction to inbound
928 * of the policy that changes the direction to inbound
1030 char *direction[3] = { local
1053 direction[stream->direction],
/external/chromium_org/third_party/webrtc/base/
H A Dlogging.cc505 const char * direction = (input ? " << " : " >> "); local
510 LOG_V(level) << label << direction << "## "
536 LOG_V(level) << label << direction
590 LOG_V(level) << label << direction << "## " << consecutive_unprintable
605 LOG_V(level) << label << direction << substr;
607 LOG_V(level) << label << direction << "## omitted for privacy ##"; local
/external/chromium_org/third_party/webrtc/examples/android/media_demo/src/org/webrtc/webrtcdemo/
H A DVideoEngine.java110 RtpDirections direction) {
111 return startRtpDump(channel, file, direction.ordinal());
114 int direction);
115 public int stopRtpDump(int channel, RtpDirections direction) { argument
116 return stopRtpDump(channel, direction.ordinal());
118 private native int stopRtpDump(int channel, int direction); argument
109 startRtpDump(int channel, String file, RtpDirections direction) argument
113 startRtpDump(int channel, String file, int direction) argument
/external/chromium_org/ui/base/ime/win/
H A Dimm32_manager.cc566 bool IMM32Manager::IsCtrlShiftPressed(base::i18n::TextDirection* direction) { argument
585 *direction = base::i18n::RIGHT_TO_LEFT;
588 *direction = base::i18n::LEFT_TO_RIGHT;
594 // text direction when there are other pressed keys.
/external/chromium_org/ui/gfx/
H A Drender_text_pango.cc37 // Returns true if the given visual cursor |direction| is logically forward
39 bool IsForwardMotion(VisualCursorDirection direction, const PangoItem* item) { argument
41 return rtl == (direction == CURSOR_LEFT);
166 VisualCursorDirection direction) {
170 SelectionModel edge = EdgeSelectionModel(direction);
174 run = (direction == CURSOR_RIGHT) ?
178 // grapheme in the appropriate direction.
181 if (IsForwardMotion(direction, item)) {
194 run = (direction == CURSOR_RIGHT) ?
197 return EdgeSelectionModel(direction);
164 AdjacentCharSelectionModel( const SelectionModel& selection, VisualCursorDirection direction) argument
204 AdjacentWordSelectionModel( const SelectionModel& selection, VisualCursorDirection direction) argument
[all...]
/external/chromium_org/ui/views/controls/
H A Dlabel.cc116 // If the UI layout is right-to-left, flip the alignment direction.
444 base::i18n::TextDirection direction = local
446 if (direction == base::i18n::RIGHT_TO_LEFT)
/external/harfbuzz_ng/src/
H A Dhb-font.cc645 * @direction:
656 hb_direction_t direction,
659 return font->get_glyph_advance_for_direction (glyph, direction, x, y);
666 * @direction:
677 hb_direction_t direction,
680 return font->get_glyph_origin_for_direction (glyph, direction, x, y);
687 * @direction:
698 hb_direction_t direction,
701 return font->add_glyph_origin_for_direction (glyph, direction, x, y);
708 * @direction
654 hb_font_get_glyph_advance_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
675 hb_font_get_glyph_origin_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
696 hb_font_add_glyph_origin_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
717 hb_font_subtract_glyph_origin_for_direction(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
739 hb_font_get_glyph_kerning_for_direction(hb_font_t *font, hb_codepoint_t first_glyph, hb_codepoint_t second_glyph, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
761 hb_font_get_glyph_extents_for_origin(hb_font_t *font, hb_codepoint_t glyph, hb_direction_t direction, hb_glyph_extents_t *extents) argument
785 hb_font_get_glyph_contour_point_for_origin(hb_font_t *font, hb_codepoint_t glyph, unsigned int point_index, hb_direction_t direction, hb_position_t *x, hb_position_t *y) argument
[all...]
H A Dhb-ot-layout.cc158 hb_direction_t direction,
164 return _get_gdef (font->face).get_lig_carets (font, direction, glyph, start_offset, caret_count, caret_array);
157 hb_ot_layout_get_ligature_carets(hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph, unsigned int start_offset, unsigned int *caret_count , int *caret_array ) argument
H A Dhb-ot-shape.cc76 switch (props->direction) {
102 if (HB_DIRECTION_IS_HORIZONTAL (props->direction))
276 hb_direction_t direction = buffer->props.direction; local
282 if ((HB_DIRECTION_IS_HORIZONTAL (direction) && direction != hb_script_get_horizontal_direction (buffer->props.script)) ||
283 (HB_DIRECTION_IS_VERTICAL (direction) && direction != HB_DIRECTION_TTB))
286 buffer->props.direction = HB_DIRECTION_REVERSE (buffer->props.direction);
516 hb_direction_t direction = c->buffer->props.direction; local
[all...]
/external/harfbuzz_ng/util/
H A Doptions.hh178 direction = language = script = NULL;
199 hb_buffer_set_direction (buffer, hb_direction_from_string (direction, -1));
256 const char *direction; member in struct:shape_options_t
/external/icu/icu4c/source/common/
H A Dusprep.cpp682 UCharDirection direction=U_CHAR_DIRECTION_COUNT, firstCharDir=U_CHAR_DIRECTION_COUNT; local
762 direction = ubidi_getClass(profile->bdp, ch);
764 firstCharDir = direction;
766 if(direction == U_LEFT_TO_RIGHT){
770 if(direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC){
787 (direction == U_RIGHT_TO_LEFT || direction == U_RIGHT_TO_LEFT_ARABIC))
/external/icu/icu4c/source/layout/
H A DLayoutEngine.cpp426 le_int32 c = 0, direction = 1, p; local
440 direction = -1;
447 for (p = 0; p < charCount; p += 1, c += direction) {
/external/icu/icu4c/source/test/cintltst/
H A Dncnvfbts.c119 static void setNuConvTestName(const char *codepage, const char *direction) argument
123 direction,

Completed in 8437 milliseconds

1234567891011>>