Home
last modified time | relevance | path

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

/external/pdfium/third_party/lcms/src/
Dcmsopt.c122 cmsBool AnyOpt = FALSE; in _Remove1Op() local
128 AnyOpt = TRUE; in _Remove1Op()
134 return AnyOpt; in _Remove1Op()
143 cmsBool AnyOpt = FALSE; in _Remove2Op() local
146 if (*pt1 == NULL) return AnyOpt; in _Remove2Op()
151 if (*pt2 == NULL) return AnyOpt; in _Remove2Op()
156 AnyOpt = TRUE; in _Remove2Op()
162 return AnyOpt; in _Remove2Op()
193 cmsBool AnyOpt = FALSE; in _MultiplyMatrix() local
196 if (*pt1 == NULL) return AnyOpt; in _MultiplyMatrix()
[all …]