axmol/samples/Cpp/TestCpp/Classes/ClippingNodeTest
Ricardo Quesada d683e10808 More constant fixes
Transition::ORIENTATION_XXX -> Transition::Orientation::XXX
Image::FORMAT_XXX -> Image::Format::XXX
Image::_function() -> Image::function() // private methods should not start with '_'
DrawPrimitives::drawColor() -> DrawPrimitives::setDrawColor()

And fixes Premultiplied Alpha in PVR v3 images
And tests are updated with the new functions
2013-07-25 14:49:43 -07:00
..
ClippingNodeTest.cpp More constant fixes 2013-07-25 14:49:43 -07:00
ClippingNodeTest.h issue #2129: Removing CC prefix for samples module. 2013-06-20 14:17:10 +08:00