OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:have_matrix
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/browser/renderer_host/
font_utils_linux.cc
219
bool
have_matrix
= FcPatternGet(current, FC_MATRIX, 0, &matrix) == 0;
local
221
if (is_italic &&
have_matrix
) {
/external/chromium_org/third_party/skia/src/ports/
SkFontConfigInterface_direct.cpp
406
const bool
have_matrix
= FcPatternGet(font, FC_MATRIX, 0, &matrix) == 0;
local
417
if (resulting_italic > FC_SLANT_ROMAN && !
have_matrix
) {
Completed in 152 milliseconds