OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isFixedWidth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/fonts/
SkFontMgr_fontconfig.cpp
304
bool
isFixedWidth
= false;
305
if (!SkTypeface_FreeType::ScanFont(stream, 0, NULL, &style, &
isFixedWidth
)) {
309
SkTypeface* face = FontConfigTypeface::Create(style,
isFixedWidth
, stream);
/external/chromium_org/third_party/skia/src/ports/
SkFontMgr_android.cpp
162
bool
isFixedWidth
;
164
&familyName, &style, &
isFixedWidth
)) {
184
style,
isFixedWidth
, familyName,
Completed in 1815 milliseconds