Searched defs:move_to (Results 1 - 6 of 6) sorted by last modified time

/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_path_storage.h53 void move_to(FX_FLOAT x, FX_FLOAT y);
163 inline void path_storage::move_to(FX_FLOAT x, FX_FLOAT y) function in class:agg::path_storage
H A Dagg_rasterizer_scanline_aa.h76 void move_to(int x, int y);
232 move_to(poly_coord(x), poly_coord(y));
240 void move_to(int x, int y) function in class:agg::rasterizer_scanline_aa
405 m_outline.move_to(x * 1, y);
H A Dfx_agg_rasterizer_scanline_aa.cpp315 void outline_aa::move_to(int x, int y) function in class:agg::outline_aa
/external/pdfium/third_party/freetype/include/
H A Dftimage.h606 /* move_to :: The `move to' emitter. */
635 FT_Outline_MoveToFunc move_to; member in struct:FT_Outline_Funcs_
/external/harfbuzz_ng/src/
H A Dhb-buffer.cc364 hb_buffer_t::move_to (unsigned int i) function in class:hb_buffer_t
/external/freetype/include/
H A Dftimage.h601 /* move_to :: The `move to' emitter. */
630 FT_Outline_MoveToFunc move_to; member in struct:FT_Outline_Funcs_

Completed in 174 milliseconds