HomeSort by relevance Sort by last modified time
    Searched refs:line_to (Results 1 - 16 of 16) sorted by null

  /external/pdfium/third_party/agg23/
agg_rasterizer_scanline_aa.h 80 void line_to(int x, int y);
238 line_to(poly_coord(x), poly_coord(y));
263 void line_to(int x, int y) function in class:agg::rasterizer_scanline_aa
418 m_outline.line_to(x * 1, y);
425 m_outline.line_to(m_clipped_start_x * 1, m_clipped_start_y);
agg_path_storage.h 54 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
agg_rasterizer_scanline_aa.cpp 333 void outline_aa::line_to(int x, int y) function in class:agg::outline_aa
  /external/freetype/include/freetype/
ftimage.h 631 FT_Outline_LineToFunc line_to; member in struct:FT_Outline_Funcs_
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
ftimage.h 631 FT_Outline_LineToFunc line_to; member in struct:FT_Outline_Funcs_
    [all...]
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftimage.h 631 FT_Outline_LineToFunc line_to; member in struct:FT_Outline_Funcs_
    [all...]
  /external/freetype/src/base/
ftoutln.c 155 case FT_CURVE_TAG_ON: /* emit a single line_to */
165 error = func_interface->line_to( &vec, user );
277 error = func_interface->line_to( &v_start, user );
  /external/pdfium/third_party/freetype/src/base/
ftoutln.c 155 case FT_CURVE_TAG_ON: /* emit a single line_to */
165 error = func_interface->line_to( &vec, user );
277 error = func_interface->line_to( &v_start, user );
  /external/skia/src/core/
SkStroke.cpp 243 void line_to(const SkPoint& currPt, const SkVector& normal);
385 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { function in class:SkPathStroker
435 this->line_to(currPt, normal);
    [all...]
  /external/freetype/include/freetype/internal/
ftobjs.h     [all...]
  /external/pdfium/core/fxge/ge/
cfx_font.cpp 656 funcs.line_to = Outline_LineTo;
  /external/pdfium/third_party/freetype/include/freetype/internal/
ftobjs.h     [all...]
  /external/freetype/src/smooth/
ftgrays.c     [all...]
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c     [all...]
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 675 funcs.line_to = line_proc;
  /external/pdfium/core/fxge/agg/
fx_agg_driver.cpp 293 m_PathData.line_to(pos.x, pos.y);
    [all...]

Completed in 680 milliseconds