Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/icc/
Diccmodule.cpp115 float* pDestValues) { in Translate() argument
136 pDestValues[0] = output[2] / 255.0f; in Translate()
137 pDestValues[1] = output[1] / 255.0f; in Translate()
138 pDestValues[2] = output[0] / 255.0f; in Translate()
Diccmodule.h52 float* pDestValues);