Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkStroke.cpp116 void line_to(const SkPoint& currPt, const SkVector& normal);
223 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { in line_to() function in SkPathStroker
235 this->line_to(currPt, normal); in lineTo()
246 this->line_to(pts[2], normalAB); in quad_to()
284 this->line_to(pts[3], normalAB); in cubic_to()
/external/freetype/include/freetype/
Dftimage.h682 FT_Outline_LineToFunc line_to; member
/external/freetype/src/base/
Dftoutln.c160 error = func_interface->line_to( &vec, user ); in FT_Outline_Decompose()
272 error = func_interface->line_to( &v_start, user ); in FT_Outline_Decompose()
/external/freetype/include/freetype/internal/
Dftobjs.h987 clazz->line_to = line_to_; \
/external/freetype/src/smooth/
Dftgrays.c1561 error = func_interface->line_to( &vec, user ); in FT_Outline_Decompose()
1673 error = func_interface->line_to( &v_start, user ); in FT_Outline_Decompose()
/external/skia/src/ports/
DSkFontHost_FreeType.cpp869 funcs.line_to = line_proc; in generatePath()