HomeSort by relevance Sort by last modified time
    Searched defs:move_to (Results 1 - 8 of 8) 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
  /external/freetype/include/freetype/
ftimage.h 630 FT_Outline_MoveToFunc move_to; member in struct:FT_Outline_Funcs_
    [all...]
  /external/harfbuzz_ng/src/
hb-buffer.cc 404 hb_buffer_t::move_to (unsigned int i) function in class:hb_buffer_t
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftimage.h 630 FT_Outline_MoveToFunc move_to; member in struct:FT_Outline_Funcs_
    [all...]

Completed in 263 milliseconds