DescriptionAndroid path renderer now compiling with Skia:
- Changed Matrix to SkMatrix
- Changed vec2 to SkVector
- Changed Vector<> to SkTArray<,>
- Changed ALOGD to SkDebugf
- Changed ALOGV to use SkDebugf with compile option
- Changed ATRACE_CALL to SK_TRACE_EVENT0
- Changed static method names to be capitalized
- Changed return values to be passed by pointer not ref
Patch Set 1 #
Total comments: 1
Patch Set 2 : Updated to make a little more coding standards friendly #
MessagesTotal messages: 8
|