Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsopt.c230 …cmsStage* Multmat = cmsStageAllocMatrix(Lut->ContextID, 3, 3, (const cmsFloat64Number*) &res, NULL… in _MultiplyMatrix() local
231 if (Multmat == NULL) return FALSE; // Should never happen in _MultiplyMatrix()
234 Multmat->Next = chain; in _MultiplyMatrix()
235 *pt1 = Multmat; in _MultiplyMatrix()