Searched refs:line_to (Results 1 - 23 of 23) sorted by relevance

/external/pdfium/core/src/fxge/agg/agg23/
H A Dagg_rasterizer_scanline_aa.h77 void line_to(int x, int y);
235 line_to(poly_coord(x), poly_coord(y));
260 void line_to(int x, int y) function in class:agg::rasterizer_scanline_aa
413 m_outline.line_to(x * 1, y);
420 m_outline.line_to(m_clipped_start_x * 1, m_clipped_start_y);
H A Dagg_path_storage.h54 void line_to(FX_FLOAT x, FX_FLOAT y);
167 inline void path_storage::line_to(FX_FLOAT x, FX_FLOAT y) function in class:agg::path_storage
H A Dfx_agg_rasterizer_scanline_aa.cpp330 void outline_aa::line_to(int x, int y) function in class:agg::outline_aa
H A Dfx_agg_driver.cpp53 m_PathData.line_to(x, y);
/external/chromium_org/third_party/freetype/include/freetype/
H A Dftimage.h675 /* line_to :: The segment emitter. */
703 FT_Outline_LineToFunc line_to; member in struct:FT_Outline_Funcs_
/external/freetype/include/
H A Dftimage.h675 /* line_to :: The segment emitter. */
703 FT_Outline_LineToFunc line_to; member in struct:FT_Outline_Funcs_
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftimage.h675 /* line_to :: The segment emitter. */
703 FT_Outline_LineToFunc line_to; member in struct:FT_Outline_Funcs_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftimage.h675 /* line_to :: The segment emitter. */
703 FT_Outline_LineToFunc line_to; member in struct:FT_Outline_Funcs_
/external/chromium_org/third_party/skia/src/core/
H A DSkStroke.cpp111 void line_to(const SkPoint& currPt, const SkVector& normal);
230 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { function in class:SkPathStroker
242 this->line_to(currPt, normal);
253 this->line_to(pts[2], normalAB);
295 this->line_to(pts[3], normalAB);
/external/skia/src/core/
H A DSkStroke.cpp111 void line_to(const SkPoint& currPt, const SkVector& normal);
230 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { function in class:SkPathStroker
242 this->line_to(currPt, normal);
253 this->line_to(pts[2], normalAB);
295 this->line_to(pts[3], normalAB);
/external/chromium_org/third_party/freetype/src/base/
H A Dftoutln.c151 case FT_CURVE_TAG_ON: /* emit a single line_to */
161 error = func_interface->line_to( &vec, user );
273 error = func_interface->line_to( &v_start, user );
/external/freetype/src/base/
H A Dftoutln.c151 case FT_CURVE_TAG_ON: /* emit a single line_to */
161 error = func_interface->line_to( &vec, user );
273 error = func_interface->line_to( &v_start, user );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/base/
H A Dftoutln.c151 case FT_CURVE_TAG_ON: /* emit a single line_to */
161 error = func_interface->line_to( &vec, user );
273 error = func_interface->line_to( &v_start, user );
/external/chromium_org/third_party/freetype/include/freetype/internal/
H A Dftobjs.h1023 clazz->line_to = line_to_; \
/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp551 funcs.line_to = line_proc;
/external/freetype/include/internal/
H A Dftobjs.h1015 clazz->line_to = line_to_; \
/external/pdfium/core/include/thirdparties/freetype/freetype/internal/
H A Dftobjs.h1023 clazz->line_to = line_to_; \
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/internal/
H A Dftobjs.h1023 clazz->line_to = line_to_; \
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp551 funcs.line_to = line_proc;
/external/chromium_org/third_party/freetype/src/smooth/
H A Dftgrays.c1598 case FT_CURVE_TAG_ON: /* emit a single line_to */
1608 error = func_interface->line_to( &vec, user );
1720 error = func_interface->line_to( &v_start, user );
/external/freetype/src/smooth/
H A Dftgrays.c1620 case FT_CURVE_TAG_ON: /* emit a single line_to */
1630 error = func_interface->line_to( &vec, user );
1742 error = func_interface->line_to( &v_start, user );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/smooth/
H A Dftgrays.c1613 case FT_CURVE_TAG_ON: /* emit a single line_to */
1623 error = func_interface->line_to( &vec, user );
1735 error = func_interface->line_to( &v_start, user );
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_text.cpp1732 funcs.line_to = _Outline_LineTo;

Completed in 1264 milliseconds