OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ParametricCurves
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/third_party/lcms2-2.6/src/
cmsgamma.c
82
for (entry = head->
ParametricCurves
;
98
if (newHead.
ParametricCurves
== NULL)
99
newHead.
ParametricCurves
= newEntry;
135
ctx ->
ParametricCurves
= NULL;
155
fl ->Next = ctx->
ParametricCurves
;
156
ctx->
ParametricCurves
= fl;
184
for (c = ctx->
ParametricCurves
; c != NULL; c = c ->Next) {
[
all
...]
lcms2_internal.h
521
struct _cmsParametricCurvesCollection_st*
ParametricCurves
;
[
all
...]
Completed in 86 milliseconds