Lines Matching refs:res_file
460 ResourceFile res_file; in CompilePng() local
461 res_file.name = ResourceName({}, *ParseResourceType(path_data.resource_dir), path_data.name); in CompilePng()
462 res_file.config = path_data.config; in CompilePng()
463 res_file.source = path_data.source; in CompilePng()
464 res_file.type = ResourceFile::Type::kPng; in CompilePng()
555 return WriteHeaderAndDataToWriter(output_path, res_file, &buffer_in, writer, in CompilePng()
567 ResourceFile res_file; in CompileFile() local
568 res_file.name = ResourceName({}, *ParseResourceType(path_data.resource_dir), path_data.name); in CompileFile()
569 res_file.config = path_data.config; in CompileFile()
570 res_file.source = path_data.source; in CompileFile()
571 res_file.type = ResourceFile::Type::kUnknown; in CompileFile()
579 return WriteHeaderAndDataToWriter(output_path, res_file, data.get(), writer, in CompileFile()