Searched refs:g1 (Results 1 – 1 of 1) sorted by relevance
| /oneTBB/examples/parallel_for/polygon_overlay/ |
| H A D | polyover.cpp | 51 int r1, g1, b1, r2, g2, b2; in OverlayOnePolygonWithMap() local 60 myPoly->getColor(&r1, &g1, &b1); in OverlayOnePolygonWithMap() 64 myg = g1 + g2; in OverlayOnePolygonWithMap() 342 int r1, g1, b1, r2, g2, b2; in operator ()() local 362 p1->getColor(&r1, &g1, &b1); in operator ()() 370 myg = g1 + g2; in operator ()() 477 int r1, g1, b1, r2, g2, b2; in operator ()() local 497 p1->getColor(&r1, &g1, &b1); in operator ()() 505 myg = g1 + g2; in operator ()() 614 int r1, g1, b1, r2, g2, b2; in operator ()() local [all …]
|