Searched defs:direction (Results 201 - 225 of 419) sorted by relevance

1234567891011>>

/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gdef-table.hh99 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id HB_UNUSED) const argument
101 return HB_DIRECTION_IS_HORIZONTAL (direction) ? font->em_scale_x (coordinate) : font->em_scale_y (coordinate);
121 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const argument
124 if (font->get_glyph_contour_point_for_origin (glyph_id, caretValuePoint, direction, &x, &y))
125 return HB_DIRECTION_IS_HORIZONTAL (direction) ? x : y;
146 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id HB_UNUSED) const argument
148 return HB_DIRECTION_IS_HORIZONTAL (direction) ?
171 inline hb_position_t get_caret_value (hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id) const argument
174 case 1: return u.format1.get_caret_value (font, direction, glyph_id);
175 case 2: return u.format2.get_caret_value (font, direction, glyph_i
205 get_lig_carets(hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id, unsigned int start_offset, unsigned int *caret_count , hb_position_t *caret_array ) const argument
238 get_lig_carets(hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id, unsigned int start_offset, unsigned int *caret_count , hb_position_t *caret_array ) const argument
355 get_lig_carets(hb_font_t *font, hb_direction_t direction, hb_codepoint_t glyph_id, unsigned int start_offset, unsigned int *caret_count , hb_position_t *caret_array ) const argument
[all...]
/external/icu/icu4c/source/i18n/
H A Dreldatefmt.cpp579 double quantity, UDateDirection direction, UDateRelativeUnit unit,
584 if (direction != UDAT_DIRECTION_LAST && direction != UDAT_DIRECTION_NEXT) {
588 int32_t bFuture = direction == UDAT_DIRECTION_NEXT ? 1 : 0;
600 UDateDirection direction, UDateAbsoluteUnit unit,
605 if (unit == UDAT_ABSOLUTE_NOW && direction != UDAT_DIRECTION_PLAIN) {
609 return appendTo.append(cache->absoluteUnits[unit][direction]);
578 format( double quantity, UDateDirection direction, UDateRelativeUnit unit, UnicodeString& appendTo, UErrorCode& status) const argument
599 format( UDateDirection direction, UDateAbsoluteUnit unit, UnicodeString& appendTo, UErrorCode& status) const argument
/external/icu/icu4c/source/io/
H A Dustdio.c62 u_fsettransliterator(UFILE *file, UFileDirection direction, argument
78 if(direction & U_READ)
/external/icu/icu4c/source/layout/
H A DContextualSubstSubtables.cpp53 le_int32 direction = 1; local
58 direction = -1;
73 match += direction;
84 le_int32 direction = 1; local
89 direction = -1;
112 match += direction;
121 le_int32 direction = 1; local
126 direction = -1;
143 glyph += direction;
/external/icu/icu4c/source/layoutex/layout/
H A DParagraphLayout.h38 * same font, script and direction, and will create a <code>LayoutEngine</code> object for each run.
179 void append(const LEFontInstance *font, UBiDiDirection direction, le_int32 glyphCount,
186 * script, and direction. The text is represented by an array of
216 * Get the direction of the visual run.
218 * @return the direction of the run. This will be UBIDI_LTR if the
340 inline VisualRun(const LEFontInstance *font, UBiDiDirection direction, le_int32 glyphCount,
458 * or <code>UBIDI_MIXED</code> if the text has mixed direction.
730 inline ParagraphLayout::VisualRun::VisualRun(const LEFontInstance *font, UBiDiDirection direction, le_int32 glyphCount, argument
732 : fFont(font), fDirection(direction), fGlyphCount(glyphCount),
/external/icu/icu4c/source/test/intltest/
H A Dreldatefmttest.cpp24 static const char *DirectionStr(UDateDirection direction);
30 UDateDirection direction; member in struct:WithQuantityExpected
36 UDateDirection direction; member in struct:WithoutQuantityExpected
218 UDateDirection direction,
222 UDateDirection direction,
380 fmt.format(expectedResult.value, expectedResult.direction, expectedResult.unit, actual, status);
389 DirectionStr(expectedResult.direction),
404 fmt.format(expectedResult.direction, expectedResult.unit, actual, status);
412 DirectionStr(expectedResult.direction),
423 UDateDirection direction,
421 VerifyIllegalArgument( const RelativeDateTimeFormatter& fmt, UDateDirection direction, UDateRelativeUnit unit) argument
433 VerifyIllegalArgument( const RelativeDateTimeFormatter& fmt, UDateDirection direction, UDateAbsoluteUnit unit) argument
475 DirectionStr( UDateDirection direction) argument
[all...]
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
H A DTextViewTest.java452 public void onTakeFocus(TextView widget, Spannable text, int direction) { argument
H A DViewTest.java499 protected void onFocusChanged(boolean gainFocus, int direction, Rect previouslyFocusedRect) { argument
500 super.onFocusChanged(gainFocus, direction, previouslyFocusedRect);
/external/skia/src/core/
H A DSkDistanceFieldGen.cpp108 // assumes that direction has been pre-normalized
109 static float edge_distance(const SkPoint& direction, float alpha) { argument
110 float dx = direction.fX;
111 float dy = direction.fY;
116 // this is easier if we treat the direction as being in the first octant
/external/tcpdump/
H A Dprint-tcp.c716 enum sunrpc_msg_type direction; local
723 direction = (enum sunrpc_msg_type)EXTRACT_32BITS(&rp->rm_direction);
724 if (dport == NFS_PORT && direction == SUNRPC_CALL) {
729 if (sport == NFS_PORT && direction == SUNRPC_REPLY) {
H A Dprint-udp.c412 enum sunrpc_msg_type direction; local
428 direction = (enum sunrpc_msg_type)EXTRACT_32BITS(&rp->rm_direction);
429 if (direction == SUNRPC_CALL)
498 enum sunrpc_msg_type direction; local
502 direction = (enum sunrpc_msg_type)EXTRACT_32BITS(&rp->rm_direction);
503 if (dport == NFS_PORT && direction == SUNRPC_CALL) {
508 if (sport == NFS_PORT && direction == SUNRPC_REPLY) {
514 if (dport == SUNRPC_PORT && direction == SUNRPC_CALL) {
/external/aac/libSBRdec/src/
H A Dlpp_tran.cpp806 static int findClosestEntry(UCHAR goalSb, UCHAR *v_k_master, UCHAR numMaster, UCHAR direction) argument
816 if(direction) {
H A Dsbrdec_freq_sca.cpp437 int direction = 1; local
458 if (direction == 0)
462 direction = 1;
466 if (direction == 1)
468 direction = 0;
/external/chromium_org/ash/magnifier/
H A Dmagnification_controller.cc81 virtual void SetScrollDirection(ScrollDirection direction) OVERRIDE;
107 // 2) If the screen is scrolling (i.e. animating) and the direction is NONE,
109 // 3) If the direction is set to value other than NONE, it starts the
110 // scrolling/ animation towards that direction.
512 ScrollDirection direction) {
513 scroll_direction_ = direction;
511 SetScrollDirection( ScrollDirection direction) argument
/external/chromium_org/cc/animation/
H A Danimation.h101 Direction direction() { return direction_; } function in class:cc::Animation
102 void set_direction(Direction direction) { direction_ = direction; } argument
/external/chromium_org/chrome/browser/
H A Derrorpage_browsertest.cc430 // Navigates the browser the indicated direction in the history and waits for
434 HistoryNavigationDirection direction) {
439 NavigateHistory(num_navigations, direction);
446 HistoryNavigationDirection direction) {
450 if (direction == HISTORY_NAVIGATE_BACK) {
452 } else if (direction == HISTORY_NAVIGATE_FORWARD) {
432 NavigateHistoryAndWaitForTitle(const std::string& expected_title, int num_navigations, HistoryNavigationDirection direction) argument
445 NavigateHistory(int num_navigations, HistoryNavigationDirection direction) argument
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dsync_engine.cc114 SyncDirection direction) OVERRIDE {
118 url, file_status, sync_action, direction);
127 url, file_status, sync_action, direction));
786 SyncDirection direction) {
790 url, file_status, sync_action, direction));
783 OnFileStatusChanged(const storage::FileSystemURL& url, SyncFileStatus file_status, SyncAction sync_action, SyncDirection direction) argument
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_file_system_service.cc719 SyncDirection direction) {
722 OnFileSynced(url, sync_status, action_taken, direction));
715 OnFileStatusChanged( const FileSystemURL& url, SyncFileStatus sync_status, SyncAction action_taken, SyncDirection direction) argument
/external/chromium_org/content/child/indexed_db/
H A Dindexed_db_dispatcher.cc398 blink::WebIDBCursorDirection direction,
410 params.direction = direction;
392 RequestIDBDatabaseOpenCursor( int32 ipc_database_id, int64 transaction_id, int64 object_store_id, int64 index_id, const IndexedDBKeyRange& key_range, blink::WebIDBCursorDirection direction, bool key_only, blink::WebIDBTaskType task_type, WebIDBCallbacks* callbacks) argument
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_frame_test_proxy.h100 blink::WebTextDirection direction) {
101 base_proxy_->DidReceiveTitle(frame, title, direction);
102 Base::didReceiveTitle(frame, title, direction);
98 didReceiveTitle(blink::WebLocalFrame* frame, const blink::WebString& title, blink::WebTextDirection direction) argument
/external/chromium_org/mojo/services/public/cpp/view_manager/lib/
H A Dview.cc98 OrderDirection direction)
101 direction_(direction) {
124 OrderDirection direction) {
134 if ((direction == ORDER_DIRECTION_ABOVE && child_i == target_i + 1) ||
135 (direction == ORDER_DIRECTION_BELOW && child_i + 1 == target_i)) {
139 ScopedOrderChangedNotifier notifier(view, relative, direction);
141 const size_t dest_i = direction == ORDER_DIRECTION_ABOVE
266 void View::Reorder(View* relative, OrderDirection direction) { argument
267 if (!LocalReorder(relative, direction))
272 direction);
96 ScopedOrderChangedNotifier(View* view, View* relative_view, OrderDirection direction) argument
121 ReorderImpl(View::Children* children, View* view, View* relative, OrderDirection direction) argument
392 LocalReorder(View* relative, OrderDirection direction) argument
[all...]
H A Dview_manager_client_impl.cc166 OrderDirection direction) {
168 service_->ReorderView(view_id, relative_view_id, direction,
321 OrderDirection direction) {
325 ViewPrivate(view).LocalReorder(relative_view, direction);
163 Reorder( Id view_id, Id relative_view_id, OrderDirection direction) argument
319 OnViewReordered(Id view_id, Id relative_view_id, OrderDirection direction) argument
/external/chromium_org/mojo/services/view_manager/
H A Dview_manager_service_impl.cc134 OrderDirection direction,
141 direction);
196 OrderDirection direction) const {
203 if (!access_policy_->CanReorderView(view, relative_view, direction))
212 if ((direction == ORDER_DIRECTION_ABOVE && child_i == target_i + 1) ||
213 (direction == ORDER_DIRECTION_BELOW && child_i + 1 == target_i)) {
405 OrderDirection direction,
410 if (CanReorderView(view, relative_view, direction)) {
413 view->parent()->Reorder(view, relative_view, direction);
414 connection_manager_->ProcessViewReorder(view, relative_view, direction);
132 ProcessViewReorder(const ServerView* view, const ServerView* relative_view, OrderDirection direction, bool originated_change) argument
403 ReorderView(Id view_id, Id relative_view_id, OrderDirection direction, const Callback<void(bool)>& callback) argument
[all...]
H A Dview_manager_unittest.cc158 bool ReorderView(Id view_id, Id relative_view_id, OrderDirection direction) { argument
164 direction,
348 OrderDirection direction) OVERRIDE {
349 tracker_.OnViewReordered(view_id, relative_view_id, direction);
930 EXPECT_EQ("Reordered view=2,2 relative=2,3 direction=above", changes[0]);
940 EXPECT_EQ("Reordered view=2,2 relative=2,3 direction=below", changes[0]);
/external/chromium_org/net/quic/crypto/
H A Dstrike_register.cc51 void SetChild(unsigned direction, uint32 child) { argument
52 data_[direction] = (data_[direction] & 0xff) | (child << 8);
257 const int direction = local
259 where_index = &node->data_[direction];
362 unsigned direction = local
364 next = node->child(direction);

Completed in 1397 milliseconds

1234567891011>>