Searched defs:adjust_matrix (Results 1 – 2 of 2) sorted by relevance
200 absl::optional<std::array<float, 4>> adjust_matrix; member658 const auto& adjust_matrix = glyph.adjust_matrix.value(); in FindPSFontGlyph() local
62 template <typename MatrixArgType> Eigen::MatrixXd adjust_matrix(MatrixArgType m) { in adjust_matrix() function