tree: e41afcf354321447cbeec737146e34bf113b2989 [path history] [tgz]
  1. BUILD.gn
  2. color.cc
  3. color.h
  4. constants.cc
  5. constants.h
  6. geometry_benchmarks.cc
  7. geometry_unittests.cc
  8. geometry_unittests.h
  9. gradient.cc
  10. gradient.h
  11. matrix.cc
  12. matrix.h
  13. matrix_decomposition.cc
  14. matrix_decomposition.h
  15. path.cc
  16. path.h
  17. path_builder.cc
  18. path_builder.h
  19. path_component.cc
  20. path_component.h
  21. point.cc
  22. point.h
  23. quaternion.cc
  24. quaternion.h
  25. README.md
  26. rect.cc
  27. rect.h
  28. scalar.h
  29. shear.cc
  30. shear.h
  31. sigma.cc
  32. sigma.h
  33. size.cc
  34. size.h
  35. type_traits.cc
  36. type_traits.h
  37. vector.cc
  38. vector.h
impeller/geometry/README.md

The Impeller Geometry Library

Set of utilities used by most graphics operations. While the utilities themselves are rendering backend agnostic, the layout and packing of the various POD structs is arranged such that these can be copied into device memory directly. The supported operations also mimic GLSL to some extent. For this reason, the Impeller shader compiler and reflector uses these utilities in generated code.