Home
last modified time | relevance | path

Searched defs:adjust_matrix (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/fxge/win32/
Dcfx_psrenderer.cpp200 absl::optional<std::array<float, 4>> adjust_matrix; member
658 const auto& adjust_matrix = glyph.adjust_matrix.value(); in FindPSFontGlyph() local
/external/python/pybind11/tests/
Dtest_eigen.cpp62 template <typename MatrixArgType> Eigen::MatrixXd adjust_matrix(MatrixArgType m) { in adjust_matrix() function