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

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
PathTest.java 12 import static com.xtremelabs.robolectric.shadows.ShadowPath.Point.Type.LINE_TO;
48 assertEquals(new ShadowPath.Point(2, 3, LINE_TO), lineToPoints.get(0));
49 assertEquals(new ShadowPath.Point(3, 4, LINE_TO), lineToPoints.get(1));
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPath.java 10 import static com.xtremelabs.robolectric.shadows.ShadowPath.Point.Type.LINE_TO;
35 Point point = new Point(x, y, LINE_TO);
73 LINE_TO
  /external/skia/legacy/src/core/
SkStroke.cpp 103 void line_to(const SkPoint& currPt, const SkVector& normal);
210 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { function in class:SkPathStroker
222 this->line_to(currPt, normal);
233 this->line_to(pts[2], normalAB);
271 this->line_to(pts[3], normalAB);
  /external/skia/src/core/
SkStroke.cpp 102 void line_to(const SkPoint& currPt, const SkVector& normal);
221 void SkPathStroker::line_to(const SkPoint& currPt, const SkVector& normal) { function in class:SkPathStroker
233 this->line_to(currPt, normal);
244 this->line_to(pts[2], normalAB);
292 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 );
ftbbox.c 49 /* This function is used as a `move_to' and `line_to' emitter during */
ftstroke.c     [all...]
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 317 funcs.line_to = line_proc;
  /external/freetype/include/freetype/
ftimage.h 694 FT_Outline_LineToFunc line_to; member in struct:FT_Outline_Funcs_
    [all...]
  /external/freetype/src/raster/
ftraster.c     [all...]
  /external/freetype/src/smooth/
ftgrays.c     [all...]
  /external/freetype/include/freetype/internal/
ftobjs.h     [all...]
  /external/skia/legacy/src/ports/
SkFontHost_FreeType.cpp     [all...]

Completed in 1358 milliseconds