/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 410 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 | 508 buffer->move_to (match_positions[--cursor]); in transition() 541 buffer->move_to (match_positions[--match_length]); in transition() 545 buffer->move_to (lig_end); in transition() 552 buffer->move_to (end); in transition() 742 buffer->move_to (mark); in transition() 752 buffer->move_to (end + count); in transition() 791 buffer->move_to ((flags & DontAdvance) ? end : end + count); in transition()
|
D | hb-buffer.hh | 330 HB_INTERNAL bool move_to (unsigned int i); /* i is output-buffer index. */
|
D | hb-ot-layout-gsubgpos.hh | 1111 if (unlikely (!buffer->move_to (match_positions[idx]))) in apply_lookup() 1192 buffer->move_to (end); in apply_lookup()
|
D | hb-buffer.cc | 381 hb_buffer_t::move_to (unsigned int i) in move_to() function in hb_buffer_t
|
/external/u-boot/drivers/mtd/ubi/ |
D | wl.c | 691 ubi_assert(!ubi->move_from && !ubi->move_to); 768 ubi->move_to = e2; 879 ubi->move_from = ubi->move_to = NULL; 929 ubi->move_from = ubi->move_to = NULL; 949 ubi->move_from = ubi->move_to = NULL; 1226 } else if (e == ubi->move_to) { 1305 if (e == ubi->move_to) {
|
D | ubi.h | 590 struct ubi_wl_entry *move_to; member
|
/external/freetype/include/freetype/ |
D | ftimage.h | 667 FT_Outline_MoveToFunc move_to; member
|
/external/pdfium/core/fxge/ |
D | cfx_font.cpp | 590 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/skia/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 729 funcs.move_to = move_proc; in generateGlyphPath()
|
/external/freetype/src/base/ |
D | ftoutln.c | 143 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose()
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 1460 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose()
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 1073 m_PathData.move_to(pos.x, pos.y); in BuildPath()
|