Searched refs:flattenedMatrix (Results 1 – 1 of 1) sorted by relevance
97 TransformationMatrix::FloatMatrix4 flattenedMatrix; in buildObjectForLayer() local98 transform.toColumnMajorFloatArray(flattenedMatrix); in buildObjectForLayer()100 for (size_t i = 0; i < WTF_ARRAY_LENGTH(flattenedMatrix); ++i) in buildObjectForLayer()101 transformArray->addItem(flattenedMatrix[i]); in buildObjectForLayer()