IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 15, 2023, 4:59:00 AM (3 years ago)
Author:
eugene
Message:

fixing tests so they compile (need to address some API changes to psPlaneTranformAlloc, psImageMapFit; fix unused vars, etc)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20230313/psLib/test/jpeg/tap_psImageJpeg.c

    r29542 r42493  
    8282
    8383    // add elements to bDraw buffer
    84     bDrawSetBuffer(bdbuf);
     84    // XXX deprecated: bDrawSetBuffer(bdbuf);
    8585    bDrawColor red = KapaColorByName("red");
    86     bDrawSetStyle (red, 1, 0);
    87     bDrawCircle(40.0, 20.0, 3.0);
     86    bDrawSetStyle (bdbuf, red, 1, 0, 1.0);
     87    bDrawCircle(bdbuf, 40.0, 20.0, 3.0);
    8888
    8989    options->min = ZMIN;
Note: See TracChangeset for help on using the changeset viewer.