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

  /external/python/cpython2/Tools/pynche/
StripViewer.py 106 self.move_to(x)
128 def move_to(self, x):
278 self.__leftarrow.move_to(self.__arrow_x(chip-1))
279 self.__rightarrow.move_to(-100)
283 self.__rightarrow.move_to(self.__arrow_x(chip-1))
284 self.__leftarrow.move_to(-100)
126 def move_to(self, x): member in class:LeftArrow
  /external/python/cpython3/Tools/pynche/
StripViewer.py 106 self.move_to(x)
128 def move_to(self, x):
278 self.__leftarrow.move_to(self.__arrow_x(chip-1))
279 self.__rightarrow.move_to(-100)
283 self.__rightarrow.move_to(self.__arrow_x(chip-1))
284 self.__leftarrow.move_to(-100)
126 def move_to(self, x): member in class:LeftArrow
  /external/pdfium/third_party/agg23/
agg_path_storage.h 53 void move_to(float x, float y);
163 inline void path_storage::move_to(float x, float y) function in class:agg::path_storage
agg_rasterizer_scanline_aa.h 79 void move_to(int x, int y);
235 move_to(poly_coord(x), poly_coord(y));
243 void move_to(int x, int y) function in class:agg::rasterizer_scanline_aa
410 m_outline.move_to(x * 1, y);
agg_rasterizer_scanline_aa.cpp 324 void outline_aa::move_to(int x, int y) function in class:agg::outline_aa
  /external/freetype/include/freetype/
ftimage.h 630 FT_Outline_MoveToFunc move_to; member in struct:FT_Outline_Funcs_
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/analytics/
AnalyticsUtils.java 61 } else if (id == R.id.move_to) {
62 s = "move_to";
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftimage.h 630 FT_Outline_MoveToFunc move_to; member in struct:FT_Outline_Funcs_
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SelectedConversationsActionMenu.java 179 } else if (itemId == R.id.move_to || itemId == R.id.change_folders) {
204 item.getItemId() == R.id.move_to);
412 final MenuItem moveTo = menu.findItem(R.id.move_to);
  /external/harfbuzz_ng/src/
hb-buffer-private.hh 220 HB_INTERNAL bool move_to (unsigned int i); /* i is output-buffer index. */
hb-buffer.cc 404 hb_buffer_t::move_to (unsigned int i) function in class:hb_buffer_t
    [all...]
hb-ot-layout-gsubgpos-private.hh     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
ActionBarController.java 418 Utils.setMenuItemPresent(menu, R.id.move_to, mFolder != null
AbstractActivityController.java     [all...]
  /external/pdfium/core/fxge/
cfx_font.cpp 590 funcs.move_to = Outline_MoveTo;
  /external/freetype/include/freetype/internal/
ftobjs.h     [all...]
  /external/freetype/src/base/
ftoutln.c 143 error = func_interface->move_to( &v_start, user );
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 662 funcs.move_to = move_proc;
  /external/skqp/src/ports/
SkFontHost_FreeType_common.cpp 662 funcs.move_to = move_proc;
  /external/freetype/src/smooth/
ftgrays.c     [all...]
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp     [all...]

Completed in 500 milliseconds