Home
last modified time | relevance | path

Searched refs:move_to (Results 1 – 17 of 17) 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
428 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.hh502 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()
Dhb-buffer.hh332 HB_INTERNAL bool move_to (unsigned int i); /* i is output-buffer index. */
Dhb-buffer.cc381 hb_buffer_t::move_to (unsigned int i) in move_to() function in hb_buffer_t
Dhb-ot-layout-gsubgpos.hh1118 if (unlikely (!buffer->move_to (match_positions[idx]))) in apply_lookup()
1199 buffer->move_to (end); in apply_lookup()
/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.h594 struct ubi_wl_entry *move_to; member
/external/freetype/include/freetype/
Dftimage.h653 FT_Outline_MoveToFunc move_to; member
/external/pdfium/core/fxge/
Dcfx_font.cpp677 funcs.move_to = Outline_MoveTo; in LoadGlyphPathImpl()
/external/skqp/src/ports/
DSkFontHost_FreeType_common.cpp729 funcs.move_to = move_proc; in generateGlyphPath()
/external/freetype/src/base/
Dftoutln.c135 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose()
/external/freetype/src/smooth/
Dftgrays.c1464 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1100 m_PathData.move_to(pos.x, pos.y); in BuildPath()