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

  /external/pdfium/core/src/fxge/agg/agg23/
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
fx_agg_rasterizer_scanline_aa.cpp 330 void outline_aa::line_to(int x, int y) function in class:agg::outline_aa
agg_rasterizer_scanline_aa.h 77 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);
  /external/chromium_org/third_party/skia/src/core/
SkStroke.cpp 111 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/
SkStroke.cpp 111 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/include/freetype/
ftimage.h 703 FT_Outline_LineToFunc line_to; member in struct:FT_Outline_Funcs_
    [all...]
  /external/freetype/include/
ftimage.h 703 FT_Outline_LineToFunc line_to; member in struct:FT_Outline_Funcs_
    [all...]
  /external/pdfium/core/include/thirdparties/freetype/freetype/
ftimage.h 703 FT_Outline_LineToFunc line_to; member in struct:FT_Outline_Funcs_
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
ftimage.h 703 FT_Outline_LineToFunc line_to; member in struct:FT_Outline_Funcs_
    [all...]

Completed in 323 milliseconds