OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setIsFixedPitch
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/core/
SkTypeface.h
334
void
setIsFixedPitch
(bool isFixedPitch) { fIsFixedPitch = isFixedPitch; }
/external/skia/src/ports/
SkFontHost_win.cpp
237
this->
setIsFixedPitch
((textMetric.tmPitchAndFamily & TMPF_FIXED_PITCH) == 0);
[
all
...]
Completed in 313 milliseconds