Home
last modified time | relevance | path

Searched refs:move_to (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython3/Tools/pynche/
DStripViewer.py104 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/
DStripViewer.py104 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/
Dagg_rasterizer_scanline_aa.h79 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()
Dagg_path_storage.h53 void move_to(float x, float y);
163 inline void path_storage::move_to(float x, float y) in move_to() function
Dagg_rasterizer_scanline_aa.cpp324 void outline_aa::move_to(int x, int y) in move_to() function in agg::outline_aa
/external/harfbuzz_ng/src/
Dhb-aat-layout-morx-table.hh508 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()
Dhb-buffer.hh330 HB_INTERNAL bool move_to (unsigned int i); /* i is output-buffer index. */
Dhb-ot-layout-gsubgpos.hh1111 if (unlikely (!buffer->move_to (match_positions[idx]))) in apply_lookup()
1192 buffer->move_to (end); in apply_lookup()
Dhb-buffer.cc381 hb_buffer_t::move_to (unsigned int i) in move_to() function in hb_buffer_t
/external/u-boot/drivers/mtd/ubi/
Dwl.c691 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) {
Dubi.h590 struct ubi_wl_entry *move_to; member
/external/freetype/include/freetype/
Dftimage.h667 FT_Outline_MoveToFunc move_to; member
/external/pdfium/core/fxge/
Dcfx_font.cpp590 funcs.move_to = Outline_MoveTo; in LoadGlyphPathImpl()
/external/skqp/src/ports/
DSkFontHost_FreeType_common.cpp729 funcs.move_to = move_proc; in generateGlyphPath()
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp729 funcs.move_to = move_proc; in generateGlyphPath()
/external/freetype/src/base/
Dftoutln.c143 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose()
/external/freetype/src/smooth/
Dftgrays.c1460 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1073 m_PathData.move_to(pos.x, pos.y); in BuildPath()