Lines Matching defs:filename
91 const SkString& basePath, bool isFallback, const char* filename,
100 , fFilename(filename)
225 // The character data should be a filename.
417 // The character data should be a filename.
642 * This function parses the given filename and stores the results in the given
645 static int parse_config_file(const char* filename, SkTDArray<FontFamily*>& families,
648 SkFILEStream file(filename);
653 SkDebugf(SK_FONTMGR_ANDROID_PARSER_PREFIX "'%s' could not be opened\n", filename);
664 FamilyData self(parser, families, basePath, isFallback, filename, &topLevelHandler);
694 filename, line, column, error, errorString);