Home
last modified time | relevance | path

Searched refs:FloatMatrix4 (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/transforms/
DTransformationMatrix.h322 typedef float FloatMatrix4[16]; typedef
323 void toColumnMajorFloatArray(FloatMatrix4& result) const;
DTransformationMatrix.cpp1547 void TransformationMatrix::toColumnMajorFloatArray(FloatMatrix4& result) const in toColumnMajorFloatArray()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorLayerTreeAgent.cpp120 TransformationMatrix::FloatMatrix4 flattenedMatrix; in buildObjectForLayer()