Searched refs:draft_page_count_double (Results 1 – 1 of 1) sorted by relevance
751 double draft_page_count_double = -1; in HandleGetPreview() local752 success = args->GetDouble(1, &draft_page_count_double); in HandleGetPreview()754 int draft_page_count = static_cast<int>(draft_page_count_double); in HandleGetPreview()