Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontConfigInterface_direct.cpp321 const bool have_matrix = FcPatternGet(font, FC_MATRIX, 0, &matrix) == 0; in GetFontStyle() local
332 if (resulting_italic > FC_SLANT_ROMAN && !have_matrix) { in GetFontStyle()