/external/pdfium/third_party/agg23/ |
D | agg_rasterizer_scanline_aa.h | 80 void line_to(int x, int y); 238 line_to(poly_coord(x), poly_coord(y)); in add_vertex() 263 void line_to(int x, int y) in line_to() function 418 m_outline.line_to(x * 1, y); in line_to_no_clip() 425 m_outline.line_to(m_clipped_start_x * 1, m_clipped_start_y); in close_polygon_no_clip()
|
D | agg_path_storage.h | 54 void line_to(float x, float y); 167 inline void path_storage::line_to(float x, float y) in line_to() function
|
D | agg_rasterizer_scanline_aa.cpp | 333 void outline_aa::line_to(int x, int y) in line_to() function in agg::outline_aa
|
/external/freetype/include/freetype/ |
D | ftimage.h | 631 FT_Outline_LineToFunc line_to; member
|
/external/freetype/src/base/ |
D | ftoutln.c | 165 error = func_interface->line_to( &vec, user ); in FT_Outline_Decompose() 277 error = func_interface->line_to( &v_start, user ); in FT_Outline_Decompose()
|
/external/skqp/src/core/ |
D | SkStroke.cpp | 244 void line_to(const SkPoint& currPt, const SkVector& normal); 386 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { in line_to() function in SkPathStroker 436 this->line_to(currPt, normal); in lineTo()
|
/external/skia/src/core/ |
D | SkStroke.cpp | 244 void line_to(const SkPoint& currPt, const SkVector& normal); 387 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { in line_to() function in SkPathStroker 437 this->line_to(currPt, normal); in lineTo()
|
/external/pdfium/core/fxge/ |
D | cfx_font.cpp | 591 funcs.line_to = Outline_LineTo; in LoadGlyphPathImpl()
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 1481 error = func_interface->line_to( &vec, user ); in FT_Outline_Decompose() 1593 error = func_interface->line_to( &v_start, user ); in FT_Outline_Decompose()
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 663 funcs.line_to = line_proc; in generateGlyphPath()
|
/external/freetype/include/freetype/internal/ |
D | ftobjs.h | 1079 clazz->line_to = line_to_; \
|
/external/skqp/src/ports/ |
D | SkFontHost_FreeType_common.cpp | 663 funcs.line_to = line_proc; in generateGlyphPath()
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 1081 m_PathData.line_to(pos.x, pos.y); in BuildPath()
|