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

  /external/skia/tests/
PathOpsOpLoopThreadedTest.cpp 16 static void add_point(SkString* str, SkScalar x, SkScalar y) { function
69 add_point(&pathStr, endC.fX, endC.fY);
71 add_point(&pathStr, endD.fX, endD.fY);
76 add_point(&pathStr, endC.fX, endC.fY);
78 add_point(&pathStr, endD.fX, endD.fY);
  /external/skqp/tests/
PathOpsOpLoopThreadedTest.cpp 16 static void add_point(SkString* str, SkScalar x, SkScalar y) { function
69 add_point(&pathStr, endC.fX, endC.fY);
71 add_point(&pathStr, endD.fX, endD.fY);
76 add_point(&pathStr, endC.fX, endC.fY);
78 add_point(&pathStr, endD.fX, endD.fY);
  /external/fonttools/Lib/fontTools/varLib/
cff.py 318 def add_point(self, point_type, pt_coords): member in class:CFF2CharStringMergePen
346 self.add_point('rmoveto', pt_coords)
347 # I set prev_move_idx here because add_point()
353 self.add_point('rlineto', pt_coords)
358 self.add_point('rrcurveto', pt_coords)
  /external/freetype/include/freetype/internal/
psaux.h 749 T1_Builder_Add_Point_Func add_point; member in struct:T1_Builder_FuncsRec_
1042 CFF_Builder_Add_Point_Func add_point; member in struct:CFF_Builder_FuncsRec_
    [all...]

Completed in 581 milliseconds