OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fIsFixedPitch
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/core/
SkTypeface.h
78
bool isFixedPitch() const { return
fIsFixedPitch
; }
334
void setIsFixedPitch(bool isFixedPitch) {
fIsFixedPitch
= isFixedPitch; }
404
bool
fIsFixedPitch
;
/external/skia/src/core/
SkTypeface.cpp
19
: fUniqueID(fontID), fStyle(style),
fIsFixedPitch
(isFixedPitch) { }
Completed in 430 milliseconds