OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fFontFileName
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkFontDescriptor.h
30
const char* getFontFileName() { return
fFontFileName
.c_str(); }
35
void setFontFileName(const char* name) {
fFontFileName
.set(name); }
41
SkString
fFontFileName
;
/external/skia/src/core/
SkFontDescriptor.h
30
const char* getFontFileName() { return
fFontFileName
.c_str(); }
35
void setFontFileName(const char* name) {
fFontFileName
.set(name); }
41
SkString
fFontFileName
;
Completed in 25 milliseconds