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
41
static bool
chopMonoQuadAtY
(SkPoint pts[3], SkScalar y, SkScalar* t) {
77
if (
chopMonoQuadAtY
(dst, ctop, &t)) {
83
// if
chopMonoQuadAtY
failed, then we may have hit inexact numerics
95
if (
chopMonoQuadAtY
(dst, cbot, &t)) {
100
// if
chopMonoQuadAtY
failed, then we may have hit inexact numerics
SkEdgeClipper.cpp
67
static bool
chopMonoQuadAtY
(SkPoint pts[3], SkScalar y, SkScalar* t) {
82
if (
chopMonoQuadAtY
(pts, clip.fTop, &t)) {
92
// if
chopMonoQuadAtY
failed, then we may have hit inexact numerics
104
if (
chopMonoQuadAtY
(pts, clip.fBottom, &t)) {
113
// if
chopMonoQuadAtY
failed, then we may have hit inexact numerics
172
// if
chopMonoQuadAtY
failed, then we may have hit inexact numerics
190
// if
chopMonoQuadAtY
failed, then we may have hit inexact numerics
Completed in 59 milliseconds