axmol/samples/Cpp/TestCpp/Classes/ExtensionsTest/TableViewTest
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
..
CustomTableViewCell.cpp More constant fixes 2013-07-25 14:49:43 -07:00
CustomTableViewCell.h issue #2129: Removing CC prefix for samples module. 2013-06-20 14:17:10 +08:00
TableViewTestScene.cpp More best practices fixes 2013-07-22 17:25:44 -07:00
TableViewTestScene.h issue #2129: Removing CC prefix for samples module. 2013-06-20 14:17:10 +08:00