OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gdefaultfont
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/ports/
SkFontHost_win.cpp
136
static LOGFONT
gDefaultFont
;
143
if (
gDefaultFont
.lfFaceName[0] != 0) {
144
return
gDefaultFont
;
151
//memcpy(&
gDefaultFont
, &(ncm.lfMessageFont), sizeof(LOGFONT));
154
return
gDefaultFont
;
[
all
...]
SkFontHost_mac_atsui.cpp
28
const char*
gDefaultfont
= "Arial"; // hard code for now
Completed in 3551 milliseconds