Searched refs:t1s (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicIntersection.cpp78 static bool intersect3(const Cubic& cubic1, double t1s, double t1e, const Cubic& cubic2, argument
83 sub_divide(cubic1, t1s, t1e, c1);
90 double t1Start = t1s;
94 const double t1 = t1s + (t1e - t1s) * tEnd1;
H A DQuadraticImplicit.cpp156 static bool isLinearInner(const Quadratic& q1, double t1s, double t1e, const Quadratic& q2, argument
159 sub_divide(q1, t1s, t1e, hull);
224 return isLinearInner(q2, tMin, tMax, q1, t1s, t1e, i, subDivide);
232 result = isLinearInner(q2, tMin, tsFound[split - 1], q1, t1s, t1e, i, subDivide);
238 result |= isLinearInner(q2, tsFound[split], tMax, q1, t1s, t1e, i, subDivide);
/external/chromium_org/third_party/skia/src/pathops/
H A DSkDQuadIntersection.cpp148 static bool is_linear_inner(const SkDQuad& q1, double t1s, double t1e, const SkDQuad& q2, argument
150 SkDQuad hull = q1.subDivide(t1s, t1e);
217 return is_linear_inner(q2, tMin, tMax, q1, t1s, t1e, i, subDivide);
225 result = is_linear_inner(q2, tMin, tsFound[split - 1], q1, t1s, t1e, i, subDivide);
231 result |= is_linear_inner(q2, tsFound[split], tMax, q1, t1s, t1e, i, subDivide);
H A DSkDCubicIntersection.cpp76 static void intersect(const SkDCubic& cubic1, double t1s, double t1e, const SkDCubic& cubic2, argument
79 SkDCubic c1 = cubic1.subDivide(t1s, t1e);
86 double t1Start = t1s;
90 const double t1 = t1s + (t1e - t1s) * tEnd1;
/external/skia/experimental/Intersection/
H A DCubicIntersection.cpp78 static bool intersect3(const Cubic& cubic1, double t1s, double t1e, const Cubic& cubic2, argument
83 sub_divide(cubic1, t1s, t1e, c1);
90 double t1Start = t1s;
94 const double t1 = t1s + (t1e - t1s) * tEnd1;
H A DQuadraticImplicit.cpp156 static bool isLinearInner(const Quadratic& q1, double t1s, double t1e, const Quadratic& q2, argument
159 sub_divide(q1, t1s, t1e, hull);
224 return isLinearInner(q2, tMin, tMax, q1, t1s, t1e, i, subDivide);
232 result = isLinearInner(q2, tMin, tsFound[split - 1], q1, t1s, t1e, i, subDivide);
238 result |= isLinearInner(q2, tsFound[split], tMax, q1, t1s, t1e, i, subDivide);
/external/skia/src/pathops/
H A DSkDQuadIntersection.cpp148 static bool is_linear_inner(const SkDQuad& q1, double t1s, double t1e, const SkDQuad& q2, argument
150 SkDQuad hull = q1.subDivide(t1s, t1e);
217 return is_linear_inner(q2, tMin, tMax, q1, t1s, t1e, i, subDivide);
225 result = is_linear_inner(q2, tMin, tsFound[split - 1], q1, t1s, t1e, i, subDivide);
231 result |= is_linear_inner(q2, tsFound[split], tMax, q1, t1s, t1e, i, subDivide);
H A DSkDCubicIntersection.cpp76 static void intersect(const SkDCubic& cubic1, double t1s, double t1e, const SkDCubic& cubic2, argument
79 SkDCubic c1 = cubic1.subDivide(t1s, t1e);
86 double t1Start = t1s;
90 const double t1 = t1s + (t1e - t1s) * tEnd1;
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
H A Dloopfilter_mmx.asm1468 psubsb mm5, [GLOBAL(t1s)] ; +3 instead of +4
1633 psubsb mm5, [GLOBAL(t1s)] ; +3 instead of +4
1731 t1s: label
H A Dloopfilter_sse2.asm1618 t1s: label
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_mmx.asm1468 psubsb mm5, [GLOBAL(t1s)] ; +3 instead of +4
1633 psubsb mm5, [GLOBAL(t1s)] ; +3 instead of +4
1731 t1s: label
H A Dloopfilter_sse2.asm1618 t1s: label
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_mmx.asm604 t1s: label
/external/libvpx/libvpx/vp9/common/x86/
H A Dvp9_loopfilter_mmx.asm604 t1s: label

Completed in 367 milliseconds