OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:chopMonoQuadAtY
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkQuadClipper.cpp
60
static bool
chopMonoQuadAtY
(SkPoint pts[3], SkScalar y, SkScalar* t) {
96
if (
chopMonoQuadAtY
(dst, ctop, &t)) {
102
// if
chopMonoQuadAtY
failed, then we may have hit inexact numerics
114
if (
chopMonoQuadAtY
(dst, cbot, &t)) {
119
// if
chopMonoQuadAtY
failed, then we may have hit inexact numerics
SkEdgeClipper.cpp
74
static bool
chopMonoQuadAtY
(SkPoint pts[3], SkScalar y, SkScalar* t) {
89
if (
chopMonoQuadAtY
(pts, clip.fTop, &t)) {
97
// if
chopMonoQuadAtY
failed, then we may have hit inexact numerics
109
if (
chopMonoQuadAtY
(pts, clip.fBottom, &t)) {
116
// if
chopMonoQuadAtY
failed, then we may have hit inexact numerics
171
// if
chopMonoQuadAtY
failed, then we may have hit inexact numerics
187
// if
chopMonoQuadAtY
failed, then we may have hit inexact numerics
Completed in 1181 milliseconds