OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:line_to
(Results
1 - 6
of
6
) sorted by null
/external/freetype/include/freetype/
ftimage.h
694
FT_Outline_LineToFunc
line_to
;
member in struct:FT_Outline_Funcs_
[
all
...]
/external/skia/src/core/
SkStroke.cpp
116
void
line_to
(const SkPoint& currPt, const SkVector& normal);
223
void SkPathStroker::
line_to
(const SkPoint& currPt, const SkVector& normal) {
function in class:SkPathStroker
235
this->
line_to
(currPt, normal);
246
this->
line_to
(pts[2], normalAB);
284
this->
line_to
(pts[3], normalAB);
/external/freetype/src/base/
ftoutln.c
150
case FT_CURVE_TAG_ON: /* emit a single
line_to
*/
160
error = func_interface->
line_to
( &vec, user );
272
error = func_interface->
line_to
( &v_start, user );
/external/freetype/include/freetype/internal/
ftobjs.h
[
all
...]
/external/freetype/src/smooth/
ftgrays.c
[
all
...]
/external/skia/src/ports/
SkFontHost_FreeType.cpp
[
all
...]
Completed in 53 milliseconds