Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/agg/agg23/
Dagg_rasterizer_scanline_aa.h76 void move_to(int x, int y);
232 move_to(poly_coord(x), poly_coord(y)); in add_vertex()
240 void move_to(int x, int y) in move_to() function
405 m_outline.move_to(x * 1, y); in move_to_no_clip()
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) in move_to() function
Dfx_agg_rasterizer_scanline_aa.cpp315 void outline_aa::move_to(int x, int y) in move_to() function in agg::outline_aa
Dfx_agg_driver.cpp47 m_PathData.move_to(x, y); in BuildPath()
/external/harfbuzz_ng/src/
Dhb-buffer-private.hh137 HB_INTERNAL bool move_to (unsigned int i); /* i is output-buffer index. */
Dhb-buffer.cc364 hb_buffer_t::move_to (unsigned int i) in move_to() function in hb_buffer_t
Dhb-ot-layout-gsubgpos-private.hh1001 buffer->move_to (match_positions[idx]); in apply_lookup()
1049 buffer->move_to (end); in apply_lookup()
/external/pdfium/third_party/freetype/include/
Dftimage.h635 FT_Outline_MoveToFunc move_to; member
/external/freetype/include/
Dftimage.h630 FT_Outline_MoveToFunc move_to; member
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp550 funcs.move_to = move_proc; in generateGlyphPath()
/external/pdfium/third_party/freetype/include/internal/
Dftobjs.h1024 clazz->move_to = move_to_; \
/external/freetype/include/internal/
Dftobjs.h1024 clazz->move_to = move_to_; \
/external/pdfium/third_party/freetype/src/base/
Dftoutln.c142 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose()
/external/freetype/src/base/
Dftoutln.c142 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose()
/external/freetype/src/smooth/
Dftgrays.c1600 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose()
/external/pdfium/third_party/freetype/src/smooth/
Dftgrays.c1584 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp1643 funcs.move_to = _Outline_MoveTo; in LoadGlyphPath()