Searched refs:end_col_safe (Results 1 – 1 of 1) sorted by relevance
1065 pdfium::base::CheckedNumeric<int> end_col_safe = left; in DrawNormalText() local1066 end_col_safe += ncols; in DrawNormalText()1067 if (!end_col_safe.IsValid()) in DrawNormalText()1071 std::min(static_cast<int>(end_col_safe.ValueOrDie<int>()), dest_width); in DrawNormalText()