Home | History | Annotate | Download | only in utils

Lines Matching refs:cubics

85     static SkISize GetLevelOfDetail(const SkPoint cubics[12], const SkMatrix* matrix);
88 * Get the points corresponding to the top cubic of cubics.
90 static void getTopCubic(const SkPoint cubics[12], SkPoint points[4]);
93 * Get the points corresponding to the bottom cubic of cubics.
95 static void getBottomCubic(const SkPoint cubics[12], SkPoint points[4]);
98 * Get the points corresponding to the left cubic of cubics.
100 static void getLeftCubic(const SkPoint cubics[12], SkPoint points[4]);
103 * Get the points corresponding to the right cubic of cubics.
105 static void getRightCubic(const SkPoint cubics[12], SkPoint points[4]);
110 * cubics refers to the points of the cubics.
116 static bool getVertexData(SkPatchUtils::VertexData* data, const SkPoint cubics[12],