OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AVERAGE_END_POINTS
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
CubicToQuadratics.cpp
53
const bool
AVERAGE_END_POINTS
= true; // results in better fitting curves
82
if (
AVERAGE_END_POINTS
) {
CubicToQuadratics_Test.cpp
156
extern const bool
AVERAGE_END_POINTS
;
228
AVERAGE_END_POINTS
= w;
/external/skia/experimental/Intersection/
CubicToQuadratics.cpp
53
const bool
AVERAGE_END_POINTS
= true; // results in better fitting curves
82
if (
AVERAGE_END_POINTS
) {
CubicToQuadratics_Test.cpp
156
extern const bool
AVERAGE_END_POINTS
;
228
AVERAGE_END_POINTS
= w;
/external/chromium_org/third_party/skia/tests/
PathOpsCubicToQuadsTest.cpp
171
extern const bool
AVERAGE_END_POINTS
;
/external/skia/tests/
PathOpsCubicToQuadsTest.cpp
171
extern const bool
AVERAGE_END_POINTS
;
Completed in 545 milliseconds