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

  /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.cpp 324 void outline_aa::move_to(int x, int y) function in class:agg::outline_aa
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);
  /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
  /art/runtime/
monitor.cc 951 Thread* move_to = wake_set_; local
    [all...]
  /external/freetype/include/freetype/
ftimage.h 632 * move_to ::
667 FT_Outline_MoveToFunc move_to; member in struct:FT_Outline_Funcs_
    [all...]
  /external/harfbuzz_ng/src/
hb-buffer.cc 381 hb_buffer_t::move_to (unsigned int i) function in class:hb_buffer_t
    [all...]
  /external/u-boot/drivers/mtd/ubi/
ubi.h 475 * @move_to, @move_to_put @erase_pending, @wl_scheduled, @works,
485 * @move_to: physical eraseblock where the data is being moved to
590 struct ubi_wl_entry *move_to; member in struct:ubi_device
    [all...]

Completed in 1387 milliseconds