HomeSort by relevance Sort by last modified time
    Searched refs:move_to (Results 1 - 25 of 34) sorted by null

1 2

  /external/pdfium/core/src/fxge/agg/agg23/
agg_path_storage.h 53 void move_to(FX_FLOAT x, FX_FLOAT y);
163 inline void path_storage::move_to(FX_FLOAT x, FX_FLOAT y) function in class:agg::path_storage
agg_rasterizer_scanline_aa.h 76 void move_to(int x, int y);
232 move_to(poly_coord(x), poly_coord(y));
240 void move_to(int x, int y) function in class:agg::rasterizer_scanline_aa
405 m_outline.move_to(x * 1, y);
fx_agg_rasterizer_scanline_aa.cpp 321 void outline_aa::move_to(int x, int y) function in class:agg::outline_aa
  /external/chromium_org/cc/resources/
layer_tiling_data.h 61 void move_to(int i, int j) { function in class:cc::LayerTilingData::Tile
layer_tiling_data.cc 58 tile->move_to(i, j);
  /external/chromium_org/third_party/freetype/include/freetype/
ftimage.h 702 FT_Outline_MoveToFunc move_to; member in struct:FT_Outline_Funcs_
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-buffer-private.hh 138 HB_INTERNAL bool move_to (unsigned int i); /* i is output-buffer index. */
hb-buffer.cc 363 hb_buffer_t::move_to (unsigned int i) function in class:hb_buffer_t
  /external/freetype/include/
ftimage.h 702 FT_Outline_MoveToFunc move_to; member in struct:FT_Outline_Funcs_
    [all...]
  /external/harfbuzz_ng/src/
hb-buffer-private.hh 139 HB_INTERNAL bool move_to (unsigned int i); /* i is output-buffer index. */
hb-buffer.cc 364 hb_buffer_t::move_to (unsigned int i) function in class:hb_buffer_t
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftimage.h 702 FT_Outline_MoveToFunc move_to; member in struct:FT_Outline_Funcs_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftimage.h 702 FT_Outline_MoveToFunc move_to; member in struct:FT_Outline_Funcs_
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/analytics/
AnalyticsUtils.java 74 } else if (id == R.id.move_to) {
75 s = "move_to";
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SelectedConversationsActionMenu.java 171 } else if (itemId == R.id.move_to || itemId == R.id.change_folders) {
196 item.getItemId() == R.id.move_to);
401 final MenuItem moveTo = menu.findItem(R.id.move_to);
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 1717 char *move_from, *move_to; local
    [all...]
  /external/chromium_org/third_party/freetype/include/freetype/internal/
ftobjs.h     [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkFontHost_FreeType_common.cpp 550 funcs.move_to = move_proc;
  /external/freetype/include/internal/
ftobjs.h     [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/internal/
ftobjs.h     [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
ftobjs.h     [all...]
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 550 funcs.move_to = move_proc;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ActionBarController.java 566 Utils.setMenuItemVisibility(menu, R.id.move_to, mFolder != null
  /external/chromium_org/third_party/freetype/src/base/
ftoutln.c 139 error = func_interface->move_to( &v_start, user );
  /external/freetype/src/base/
ftoutln.c 139 error = func_interface->move_to( &v_start, user );

Completed in 438 milliseconds

1 2