/external/python/cpython3/Tools/pynche/ |
D | StripViewer.py | 104 self.move_to(x) 126 def move_to(self, x): member in LeftArrow 275 self.__leftarrow.move_to(self.__arrow_x(chip-1)) 276 self.__rightarrow.move_to(-100) 280 self.__rightarrow.move_to(self.__arrow_x(chip-1)) 281 self.__leftarrow.move_to(-100)
|
/external/python/cpython2/Tools/pynche/ |
D | StripViewer.py | 104 self.move_to(x) 126 def move_to(self, x): member in LeftArrow 275 self.__leftarrow.move_to(self.__arrow_x(chip-1)) 276 self.__rightarrow.move_to(-100) 280 self.__rightarrow.move_to(self.__arrow_x(chip-1)) 281 self.__leftarrow.move_to(-100)
|
/external/pdfium/third_party/agg23/ |
D | agg_rasterizer_scanline_aa.h | 79 void move_to(int x, int y); 235 move_to(poly_coord(x), poly_coord(y)); in add_vertex() 243 void move_to(int x, int y) in move_to() function 428 m_outline.move_to(x * 1, y); in move_to_no_clip()
|
D | agg_path_storage.h | 53 void move_to(float x, float y); 163 inline void path_storage::move_to(float x, float y) in move_to() function
|
D | agg_rasterizer_scanline_aa.cpp | 324 void outline_aa::move_to(int x, int y) in move_to() function in agg::outline_aa
|
/external/harfbuzz_ng/src/ |
D | hb-aat-layout-morx-table.hh | 502 buffer->move_to (match_positions[--cursor % ARRAY_LENGTH (match_positions)]); in transition() 535 buffer->move_to (match_positions[--match_length % ARRAY_LENGTH (match_positions)]); in transition() 539 buffer->move_to (lig_end); in transition() 546 buffer->move_to (end); in transition() 735 buffer->move_to (mark); in transition() 745 buffer->move_to (end + count); in transition() 787 buffer->move_to ((flags & DontAdvance) ? end : end + count); in transition()
|
D | hb-buffer.hh | 332 HB_INTERNAL bool move_to (unsigned int i); /* i is output-buffer index. */
|
D | hb-buffer.cc | 381 hb_buffer_t::move_to (unsigned int i) in move_to() function in hb_buffer_t
|
D | hb-ot-layout-gsubgpos.hh | 1118 if (unlikely (!buffer->move_to (match_positions[idx]))) in apply_lookup() 1199 buffer->move_to (end); in apply_lookup()
|
/external/freetype/include/freetype/ |
D | ftimage.h | 660 FT_Outline_MoveToFunc move_to; member
|
/external/rust/crates/plotters/src/element/ |
D | image.rs | 156 pub fn move_to(&mut self, pos: Coord) { in move_to() method
|
/external/pdfium/core/fxge/ |
D | cfx_font.cpp | 677 funcs.move_to = Outline_MoveTo; in LoadGlyphPathImpl()
|
/external/skqp/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 729 funcs.move_to = move_proc; in generateGlyphPath()
|
/external/freetype/src/base/ |
D | ftoutln.c | 134 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose()
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 1463 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose()
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 1100 m_PathData.move_to(pos.x, pos.y); in BuildPath()
|