Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsopt.c155 cmsBool AnyOpt = FALSE; in _Remove1Op() local
161 AnyOpt = TRUE; in _Remove1Op()
167 return AnyOpt; in _Remove1Op()
176 cmsBool AnyOpt = FALSE; in _Remove2Op() local
179 if (*pt1 == NULL) return AnyOpt; in _Remove2Op()
184 if (*pt2 == NULL) return AnyOpt; in _Remove2Op()
189 AnyOpt = TRUE; in _Remove2Op()
195 return AnyOpt; in _Remove2Op()
226 cmsBool AnyOpt = FALSE; in _MultiplyMatrix() local
229 if (*pt1 == NULL) return AnyOpt; in _MultiplyMatrix()
[all …]