OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkChopCubicAt
(Results
1 - 5
of
5
) sorted by null
/external/skia/include/core/
SkGeometry.h
108
void
SkChopCubicAt
(const SkPoint src[4], SkPoint dst[7], SkScalar t);
109
void
SkChopCubicAt
(const SkPoint src[4], SkPoint dst[7], const SkScalar t[], int t_count);
/external/skia/src/core/
SkEdgeClipper.cpp
277
SkPoint tmp[7]; // for
SkChopCubicAt
282
SkChopCubicAt
(pts, tmp, t);
305
SkChopCubicAt
(pts, tmp, t);
358
SkChopCubicAt
(pts, tmp, t);
377
SkChopCubicAt
(pts, tmp, t);
SkGeometry.cpp
568
void
SkChopCubicAt
(const SkPoint src[4], SkPoint dst[7], SkScalar t)
579
valid_unit_divide in
SkChopCubicAt
(... tValues[], int roots). The reason is
595
SkChopCubicAt
(src, dst, tval, 2);
599
void
SkChopCubicAt
(const SkPoint src[4], SkPoint dst[], const SkScalar tValues[], int roots)
623
SkChopCubicAt
(src, dst, t);
685
SkChopCubicAt
(src, dst, tValues, roots);
701
SkChopCubicAt
(src, dst, tValues, roots);
766
SkChopCubicAt
(src, dst, tValues, count);
984
SkChopCubicAt
(src, dst, tValues, count);
[
all
...]
SkPathMeasure.cpp
336
SkChopCubicAt
(pts, tmp0, stopT);
340
SkChopCubicAt
(pts, tmp0, startT);
344
SkChopCubicAt
(&tmp0[3], tmp1, SkScalarDiv(stopT - startT,
SkScan_Hairline.cpp
241
SkChopCubicAt
(pts, tmp, SK_Scalar1/2);
Completed in 122 milliseconds