Home
last modified time | relevance | path

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

/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
408 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
Dagg_rasterizer_scanline_aa.cpp314 void outline_aa::move_to(int x, int y) in move_to() function in agg::outline_aa
/external/pdfium/third_party/freetype/include/freetype/
Dftimage.h630 FT_Outline_MoveToFunc move_to; member
/external/freetype/include/
Dftimage.h630 FT_Outline_MoveToFunc move_to; member
/external/harfbuzz_ng/src/
Dhb-buffer-private.hh204 HB_INTERNAL bool move_to (unsigned int i); /* i is output-buffer index. */
Dhb-buffer.cc402 hb_buffer_t::move_to (unsigned int i) in move_to() function in hb_buffer_t
Dhb-ot-layout-gsubgpos-private.hh985 buffer->move_to (match_positions[idx]); in apply_lookup()
1033 buffer->move_to (end); in apply_lookup()
/external/skia/src/ports/
DSkFontHost_FreeType_common.cpp550 funcs.move_to = move_proc; in generateGlyphPath()
/external/freetype/include/internal/
Dftobjs.h1024 clazz->move_to = move_to_; \
/external/pdfium/third_party/freetype/include/freetype/internal/
Dftobjs.h1024 clazz->move_to = move_to_; \
/external/freetype/src/base/
Dftoutln.c142 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose()
/external/pdfium/third_party/freetype/src/base/
Dftoutln.c143 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose()
/external/pdfium/third_party/freetype/src/smooth/
Dftgrays.c1583 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/core/src/fxge/agg/src/
Dfx_agg_driver.cpp45 m_PathData.move_to(x, y); in BuildPath()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp1832 funcs.move_to = _Outline_MoveTo; in LoadGlyphPath()