react-native/ReactCommon/fabric/graphics
Valentin Shergin 2d1fabbab2 Fabric: `SharedColor` for Android
Summary:
@public
On Android, a color can be represented as 32 bits integer, so there is no need to instantiate complex color objects and then pass them as shared pointers.  Hense instead of using shared_ptr, we use a simple wrapper class which provides a pointer-like interface.

Reviewed By: mdvacca

Differential Revision: D8742014

fbshipit-source-id: 14109b61fd84a34989538a15bc6fe4e2a8ce83a6
2018-07-17 18:17:27 -07:00
..
platform Fabric: `SharedColor` for Android 2018-07-17 18:17:27 -07:00
tests Fabric: New props treatment in `graphics` module 2018-05-14 16:03:49 -07:00
BUCK Exclude ios dependencies from Android build in fabric C++ 2018-07-17 01:46:45 -07:00
ColorComponents.h Fabric: Making `fabric/graphics` compilable on Android 2018-07-01 21:36:59 -07:00
Geometry.h Fabric: Making `fabric/graphics` compilable on Android 2018-07-01 21:36:59 -07:00
conversions.h Fabric: `fromDynamic` for float numbers was moved to `core` module 2018-06-26 11:48:12 -07:00