Searched refs:cursor (Results 251 - 275 of 978) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/ui/base/cursor/
H A Dcursors_aura.h8 #include "ui/base/cursor/cursor.h"
21 // Returns data about |id|, where id is a cursor constant like
38 // Returns the cursor bitmap for |cursor|. Returns false if |cursor| is invalid.
39 // The cursor hot point location is set in |point|.
41 GetCursorBitmap(const Cursor& cursor, SkBitmap* bitmap, gfx::Point* point);
H A Dimage_cursors.h10 #include "ui/base/cursor/cursor.h"
26 // Returns the scale and rotation of the currently loaded cursor.
31 // size of the image to load. Returns true if the cursor image is reloaded.
34 // Sets the type of the mouse cursor icon.
37 // Sets the platform cursor based on the native type of |cursor|.
38 void SetPlatformCursor(gfx::NativeCursor* cursor);
41 // Reloads the all loaded cursors in the cursor loader.
/external/clang/test/Analysis/inlining/
H A Dinline-defensive-checks.c107 char *cursor = value + 5; local
108 idcchar(cursor);
109 if (*cursor) {
110 cursor++;
/external/icu/icu4c/source/i18n/unicode/
H A Dunirepl.h48 * output text of this object. Update the 'cursor' parameter to
49 * give the cursor position and return the length of the
56 * @param cursor output parameter for the cursor position.
67 int32_t& cursor) = 0;
/external/libunwind/src/hppa/
H A DGget_save_loc.c29 unw_get_save_loc (unw_cursor_t *cursor, int reg, unw_save_loc_t *sloc) argument
31 /* struct cursor *c = (struct cursor *) cursor; */
/external/libunwind/src/mi/
H A DGget_proc_name.c99 unw_get_proc_name (unw_cursor_t *cursor, char *buf, size_t buf_len, argument
102 struct cursor *c = (struct cursor *) cursor;
/external/libunwind/src/unwind/
H A DBacktrace.c46 if (unw_step (&context.cursor) <= 0)
/external/apache-http/src/org/apache/http/message/
H A DBufferedHeader.java109 ParserCursor cursor = new ParserCursor(0, this.buffer.length());
110 cursor.updatePos(this.valuePos);
112 .parseElements(this.buffer, cursor);
/external/chromium_org/third_party/sqlite/src/tool/
H A Dspace_used.tcl54 set cursor [btree_cursor $DB $rootpage 0]
55 set go [btree_first $cursor]
61 set payload [btree_payload_size $cursor]
63 set stat [btree_cursor_dump $cursor]
72 set go [btree_next $cursor]
74 btree_close_cursor $cursor
/external/chromium_org/ui/ozone/platform/dri/
H A Dcursor_factory_evdev_dri.cc24 scoped_refptr<BitmapCursorOzone> cursor) {
25 if (cursor_ == cursor)
28 cursor_ = cursor;
22 SetBitmapCursor( gfx::AcceleratedWidget widget, scoped_refptr<BitmapCursorOzone> cursor) argument
/external/chromium_org/ui/views/widget/desktop_aura/
H A Dx11_whole_screen_move_loop.h42 // Runs the nested message loop. While the mouse is grabbed, use |cursor| as
43 // the mouse cursor. Returns true if the move-loop is completed successfully.
46 bool RunMoveLoop(aura::Window* window, gfx::NativeCursor cursor);
48 // Updates the cursor while the move loop is running.
49 void UpdateCursor(gfx::NativeCursor cursor);
58 // Grabs the pointer and keyboard, setting the mouse cursor to |cursor|.
60 bool GrabPointerAndKeyboard(gfx::NativeCursor cursor);
84 // cursor wherever it goes on screen during a drag, since normal windows
H A Ddesktop_native_cursor_manager.cc9 #include "ui/base/cursor/cursor_loader.h"
26 gfx::NativeCursor cursor(type);
27 cursor_loader_->SetPlatformCursor(&cursor);
28 return cursor;
53 gfx::NativeCursor cursor,
55 gfx::NativeCursor new_cursor = cursor;
52 SetCursor( gfx::NativeCursor cursor, wm::NativeCursorManagerDelegate* delegate) argument
/external/libunwind/src/x86_64/
H A DGos-freebsd.c37 unw_is_signal_frame (unw_cursor_t *cursor) argument
40 struct cursor *c = (struct cursor *) cursor;
91 unw_handle_signal_frame (unw_cursor_t *cursor) argument
93 struct cursor *c = (struct cursor *) cursor;
188 x86_64_sigreturn (unw_cursor_t *cursor) argument
190 struct cursor *
[all...]
H A Dunwind_i.h80 extern int x86_64_local_resume (unw_addr_space_t as, unw_cursor_t *cursor,
85 extern dwarf_loc_t x86_64_scratch_loc (struct cursor *c, unw_regnum_t reg);
89 extern NORETURN void x86_64_sigreturn (unw_cursor_t *cursor);
/external/svox/pico/src/com/svox/pico/providers/
H A DSettingsProvider.java84 SettingsCursor cursor = new SettingsCursor(dummyColumns);
85 cursor.putSettings(Environment.getExternalStorageDirectory() + "/svox/");
86 return cursor;
/external/chromium_org/base/third_party/symbolize/
H A Dsymbolize.cc529 const char *cursor; local
531 if (!reader.ReadLine(&cursor, &eol)) { // EOF or malformed line.
543 cursor = GetHex(cursor, eol, &start_address);
544 if (cursor == eol || *cursor != '-') {
547 ++cursor; // Skip '-'.
551 cursor = GetHex(cursor, eol, &end_address);
552 if (cursor
[all...]
/external/libunwind/src/ia64/
H A DGresume.c34 local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg) argument
39 struct cursor *c = (struct cursor *) cursor;
159 struct cursor *c = (struct cursor *) cursor;
167 ia64_local_resume (unw_addr_space_t as, unw_cursor_t *cursor, void *arg) argument
169 return local_resume (as, cursor, arg);
177 remote_install_cursor (struct cursor *
263 unw_resume(unw_cursor_t *cursor) argument
[all...]
/external/oprofile/libpopt/
H A Dpopthelp.c581 * @param cursor current display position
585 static size_t singleOptionUsage(FILE * fp, size_t cursor, argument
610 if (len == 4) return cursor;
631 if ((cursor + len) > 79) {
633 cursor = 7;
650 return cursor + len + 1;
656 * @param cursor current display position
661 static size_t itemUsage(FILE * fp, size_t cursor, argument
678 cursor = singleOptionUsage(fp, cursor, op
705 singleTableUsage(poptContext con, FILE * fp, size_t cursor, const struct poptOption * opt, const char * translation_domain, poptDone done) argument
788 size_t cursor; local
[all...]
/external/chromium_org/third_party/freetype/src/psaux/
H A Dpsobjs.c86 table->cursor = 0;
186 if ( table->cursor + length > table->capacity )
197 while ( new_size < table->cursor + length )
214 table->elements[idx] = table->block + table->cursor;
216 FT_MEM_COPY( table->block + table->cursor, object, length );
218 table->cursor += length;
230 /* cursor). */
247 /* should never fail, because rec.cursor <= rec.size */
251 if ( FT_ALLOC( table->block, table->cursor ) )
253 FT_MEM_COPY( table->block, old_base, table->cursor );
[all...]
/external/freetype/src/psaux/
H A Dpsobjs.c86 table->cursor = 0;
186 if ( table->cursor + length > table->capacity )
197 while ( new_size < table->cursor + length )
214 table->elements[idx] = table->block + table->cursor;
216 FT_MEM_COPY( table->block + table->cursor, object, length );
218 table->cursor += length;
230 /* cursor). */
247 /* should never fail, because rec.cursor <= rec.size */
251 if ( FT_ALLOC( table->block, table->cursor ) )
253 FT_MEM_COPY( table->block, old_base, table->cursor );
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/psaux/
H A Dpsobjs.c86 table->cursor = 0;
186 if ( table->cursor + length > table->capacity )
197 while ( new_size < table->cursor + length )
214 table->elements[idx] = table->block + table->cursor;
216 FT_MEM_COPY( table->block + table->cursor, object, length );
218 table->cursor += length;
230 /* cursor). */
247 /* should never fail, because rec.cursor <= rec.size */
251 if ( FT_ALLOC( table->block, table->cursor ) )
253 FT_MEM_COPY( table->block, old_base, table->cursor );
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/win/
H A Dscreen_capturer_win_gdi.cc21 #include "webrtc/modules/desktop_capture/win/cursor.h"
135 // Check for cursor shape update.
285 LOG_F(LS_ERROR) << "Unable to get cursor info. Error = " << GetLastError();
295 scoped_ptr<MouseCursorShape> cursor(new MouseCursorShape);
296 cursor->hotspot = cursor_image->hotspot();
297 cursor->size = cursor_image->image()->size();
300 cursor->data.append(current_row,
306 // Compare the current cursor with the last one we sent to the client. If
307 // they're the same, then don't bother sending the cursor again.
308 if (last_cursor_.size.equals(cursor
[all...]
/external/libunwind/src/aarch64/
H A DGstep.c31 unw_handle_signal_frame (unw_cursor_t *cursor) argument
33 struct cursor *c = (struct cursor *) cursor;
41 ret = unw_is_signal_frame (cursor);
59 /* Update the dwarf cursor.
107 unw_step (unw_cursor_t *cursor) argument
109 struct cursor *c = (struct cursor *) cursor;
[all...]
/external/chromium_org/ui/views/corewm/
H A Dcursor_height_provider_win.cc75 // Gets the vertical offset between specified cursor's hotpoint and it's bottom.
77 // Gets the cursor image data and extract cursor's visible height.
78 // Based on that get's what should be the vertical offset between cursor's
127 CURSORINFO cursor = {0}; local
128 cursor.cbSize = sizeof(cursor);
129 GetCursorInfo(&cursor);
135 cached_heights->find(cursor.hCursor);
139 const int height = CalculateCursorHeight(cursor
[all...]
/external/qemu/util/
H A Dpath.c118 follow_path(const struct pathelem *cursor, const char *name) argument
126 return cursor->pathname;
129 return follow_path(cursor->parent, name + namelen);
132 return follow_path(cursor, name + namelen);
134 for (i = 0; i < cursor->num_entries; i++)
135 if (strneq(name, namelen, cursor->entries[i]->name))
136 return follow_path(cursor->entries[i], name + namelen);

Completed in 634 milliseconds

<<11121314151617181920>>