Home
last modified time | relevance | path

Searched refs:ClampValue (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_dibsource.cpp78 T ClampValue(T value, T max_value) { in ClampValue() function
928 R = ClampValue(R, 1.0f); in TranslateScanline24bpp()
929 G = ClampValue(G, 1.0f); in TranslateScanline24bpp()
930 B = ClampValue(B, 1.0f); in TranslateScanline24bpp()
954 R = ClampValue(R, 1.0f); in TranslateScanline24bpp()
955 G = ClampValue(G, 1.0f); in TranslateScanline24bpp()
956 B = ClampValue(B, 1.0f); in TranslateScanline24bpp()