/external/pdfium/third_party/agg23/ |
D | agg_rasterizer_scanline_aa.h | 79 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()
|
D | agg_path_storage.h | 53 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
|
D | agg_rasterizer_scanline_aa.cpp | 314 void outline_aa::move_to(int x, int y) in move_to() function in agg::outline_aa
|
/external/pdfium/third_party/freetype/include/freetype/ |
D | ftimage.h | 630 FT_Outline_MoveToFunc move_to; member
|
/external/freetype/include/ |
D | ftimage.h | 630 FT_Outline_MoveToFunc move_to; member
|
/external/harfbuzz_ng/src/ |
D | hb-buffer-private.hh | 204 HB_INTERNAL bool move_to (unsigned int i); /* i is output-buffer index. */
|
D | hb-buffer.cc | 402 hb_buffer_t::move_to (unsigned int i) in move_to() function in hb_buffer_t
|
D | hb-ot-layout-gsubgpos-private.hh | 985 buffer->move_to (match_positions[idx]); in apply_lookup() 1033 buffer->move_to (end); in apply_lookup()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 550 funcs.move_to = move_proc; in generateGlyphPath()
|
/external/freetype/include/internal/ |
D | ftobjs.h | 1024 clazz->move_to = move_to_; \
|
/external/pdfium/third_party/freetype/include/freetype/internal/ |
D | ftobjs.h | 1024 clazz->move_to = move_to_; \
|
/external/freetype/src/base/ |
D | ftoutln.c | 142 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose()
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftoutln.c | 143 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose()
|
/external/pdfium/third_party/freetype/src/smooth/ |
D | ftgrays.c | 1583 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose()
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 1600 error = func_interface->move_to( &v_start, user ); in FT_Outline_Decompose()
|
/external/pdfium/core/src/fxge/agg/src/ |
D | fx_agg_driver.cpp | 45 m_PathData.move_to(x, y); in BuildPath()
|
/external/pdfium/core/src/fxge/ge/ |
D | fx_ge_text.cpp | 1832 funcs.move_to = _Outline_MoveTo; in LoadGlyphPath()
|