Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-draw.hh104 void line_to (void *draw_data, hb_draw_state_t &st, in line_to() function
180 void line_to (float to_x, float to_y) in line_to() function
Dhb-ot-cff2-table.cc155 void line_to (const point_t &p) in line_to() function
Dmain.cc149 line_to (hb_draw_funcs_t *, draw_data_t *draw_data, in line_to() function
Dhb-ot-cff1-table.cc460 void line_to (const point_t &p) in line_to() function
/external/pdfium/third_party/agg23/
Dagg_path_storage.h157 inline void path_storage::line_to(float x, float y) in line_to() function
Dagg_rasterizer_scanline_aa.cpp352 void outline_aa::line_to(int x, int y) in line_to() function in pdfium::agg::outline_aa
Dagg_rasterizer_scanline_aa.h265 void line_to(int x, int y) in line_to() function
/external/harfbuzz_ng/util/
Dhelper-cairo-user.hh49 line_to (hb_draw_funcs_t *dfuncs, in line_to() function
/external/freetype/include/freetype/
Dftimage.h661 FT_Outline_LineToFunc line_to; member
/external/harfbuzz_ng/test/api/
Dtest-draw.c116 line_to (hb_draw_funcs_t *dfuncs, draw_data_t *draw_data, in line_to() function
/external/skia/src/core/
DSkStroke.cpp429 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { in line_to() function in SkPathStroker