Home
last modified time | relevance | path

Searched refs:line_to (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/third_party/agg23/
Dagg_rasterizer_scanline_aa.h80 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
436 m_outline.line_to(x * 1, y); in line_to_no_clip()
443 m_outline.line_to(m_clipped_start_x * 1, m_clipped_start_y); in close_polygon_no_clip()
Dagg_path_storage.h54 void line_to(float x, float y);
167 inline void path_storage::line_to(float x, float y) in line_to() function
Dagg_rasterizer_scanline_aa.cpp333 void outline_aa::line_to(int x, int y) in line_to() function in agg::outline_aa
/external/freetype/include/freetype/
Dftimage.h661 FT_Outline_LineToFunc line_to; member
/external/freetype/src/base/
Dftoutln.c156 error = func_interface->line_to( &vec, user ); in FT_Outline_Decompose()
268 error = func_interface->line_to( &v_start, user ); in FT_Outline_Decompose()
/external/skqp/src/core/
DSkStroke.cpp249 void line_to(const SkPoint& currPt, const SkVector& normal);
396 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { in line_to() function in SkPathStroker
446 this->line_to(currPt, normal); in lineTo()
/external/skia/src/core/
DSkStroke.cpp282 void line_to(const SkPoint& currPt, const SkVector& normal);
429 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { in line_to() function in SkPathStroker
479 this->line_to(currPt, normal); in lineTo()
/external/freetype/src/smooth/
Dftgrays.c1485 error = func_interface->line_to( &vec, user ); in FT_Outline_Decompose()
1597 error = func_interface->line_to( &v_start, user ); in FT_Outline_Decompose()
/external/pdfium/core/fxge/
Dcfx_font.cpp678 funcs.line_to = Outline_LineTo; in LoadGlyphPathImpl()
/external/skqp/src/ports/
DSkFontHost_FreeType_common.cpp730 funcs.line_to = line_proc; in generateGlyphPath()
/external/pdfium/core/fxge/agg/
Dfx_agg_driver.cpp1108 m_PathData.line_to(pos.x, pos.y); in BuildPath()