OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fIsFixedWidth
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/core/
SkTypeface.h
65
bool isFixedWidth() const { return
fIsFixedWidth
; }
158
bool
fIsFixedWidth
;
/external/skia/src/core/
SkTypeface.cpp
28
: fUniqueID(fontID), fStyle(style),
fIsFixedWidth
(isFixedWidth) {
Completed in 124 milliseconds