HomeSort by relevance Sort by last modified time
    Searched refs:simplifyTests (Results 1 - 8 of 8) 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) {
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])();
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) {
  /external/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) {
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])();
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) {

Completed in 84 milliseconds