Lines Matching refs:res_file
487 ResourceFile res_file; in CompilePng() local
488 res_file.name = ResourceName({}, *ParseResourceType(path_data.resource_dir), path_data.name); in CompilePng()
489 res_file.config = path_data.config; in CompilePng()
490 res_file.source = path_data.source; in CompilePng()
491 res_file.type = ResourceFile::Type::kPng; in CompilePng()
585 return WriteHeaderAndDataToWriter(output_path, res_file, &buffer_in, writer, in CompilePng()
597 ResourceFile res_file; in CompileFile() local
598 res_file.name = ResourceName({}, *ParseResourceType(path_data.resource_dir), path_data.name); in CompileFile()
599 res_file.config = path_data.config; in CompileFile()
600 res_file.source = path_data.source; in CompileFile()
601 res_file.type = ResourceFile::Type::kUnknown; in CompileFile()
610 return WriteHeaderAndDataToWriter(output_path, res_file, data.get(), writer, in CompileFile()