OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:simplifyTests
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalkerQuadralaterals_Test.cpp
103
static void (*
simplifyTests
[])() = {
112
static size_t simplifyTestsCount = sizeof(
simplifyTests
) / sizeof(
simplifyTests
[0]);
119
while (index < simplifyTestsCount &&
simplifyTests
[index] != firstTest) {
124
(*
simplifyTests
[index])();
EdgeWalkerQuadratics_Test.cpp
241
static void (*
simplifyTests
[])() = {
261
static size_t simplifyTestsCount = sizeof(
simplifyTests
) / sizeof(
simplifyTests
[0]);
272
while (index < simplifyTestsCount &&
simplifyTests
[index] != firstTest) {
278
(*
simplifyTests
[index])();
279
if (
simplifyTests
[index] == testSimplifyQuadratic1) {
EdgeWalkerPolygons_Test.cpp
726
static void (*
simplifyTests
[])() = {
771
static size_t simplifyTestsCount = sizeof(
simplifyTests
) / sizeof(
simplifyTests
[0]);
778
while (index < simplifyTestsCount &&
simplifyTests
[index] != firstTest) {
784
(*
simplifyTests
[index])();
785
if (
simplifyTests
[index] == testSimplifySkinnyTriangle2) {
EdgeWalkerRectangles_Test.cpp
428
static void (*
simplifyTests
[])() = {
445
static size_t simplifyTestsCount = sizeof(
simplifyTests
) / sizeof(
simplifyTests
[0]);
452
while (index < simplifyTestsCount &&
simplifyTests
[index] != firstTest) {
457
if (
simplifyTests
[index] == testSimplifyCorner) {
467
(*
simplifyTests
[index])();
Completed in 53 milliseconds