HomeSort by relevance Sort by last modified time
    Searched refs:have_matrix (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/renderer_host/
render_sandbox_host_linux.cc 478 bool have_matrix = FcPatternGet(current, FC_MATRIX, 0, &matrix) == 0; local
480 if (is_italic && have_matrix) {
  /external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_direct.cpp 407 const bool have_matrix = FcPatternGet(font, FC_MATRIX, 0, &matrix) == 0; local
418 if (resulting_italic > FC_SLANT_ROMAN && !have_matrix) {
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 407 const bool have_matrix = FcPatternGet(font, FC_MATRIX, 0, &matrix) == 0; local
418 if (resulting_italic > FC_SLANT_ROMAN && !have_matrix) {

Completed in 74 milliseconds