OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fFileName
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/tools/genrb/
reslist.h
161
char*
fFileName
; /* file name for binary or import binary tags if any */
/external/skia/src/animator/
SkAnimateMaker.h
149
SkString
fFileName
;
/external/skia/src/ports/
SkFontHost_FONTPATH.cpp
32
const char*
fFileName
;
SkFontHost_android.cpp
395
const char*
fFileName
;
432
fontInfoRecord.
fFileName
= family->fFileNames[j];
468
gSystemFonts[i].
fFileName
= fontInfo[i].
fFileName
;
501
if (!get_name_and_style(rec[i].
fFileName
, &name, &style,
510
rec[i].
fFileName
,
518
// rec[i].
fFileName
, fallbackCount, tf->uniqueID());
619
if (strcmp(rec[i].
fFileName
, str.c_str()) == 0) {
SkFontHost_simple.cpp
387
const char*
fFileName
;
456
if (!get_name_and_style(rec[i].
fFileName
, &name, &style, isExpected)) {
464
rec[i].
fFileName
) // filename
471
// rec[i].
fFileName
, fallbackCount, tf->uniqueID());
529
if (strcmp(rec[i].
fFileName
, str.c_str()) == 0) {
Completed in 325 milliseconds