Searched refs:end_col_safe (Results 1 – 1 of 1) sorted by relevance
1024 FX_SAFE_INT32 end_col_safe = point->x; in DrawNormalText() local1025 end_col_safe += ncols; in DrawNormalText()1026 if (!end_col_safe.IsValid()) in DrawNormalText()1029 int end_col = std::min<int>(end_col_safe.ValueOrDie(), dest_width); in DrawNormalText()