Home
last modified time | relevance | path

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

/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dcolorspace.c47 cct->lab = fz_new_icc_colorspace(ctx, FZ_COLORSPACE_LAB, FZ_COLORSPACE_IS_DEVICE, "Lab", lab); in fz_new_colorspace_context()
85 cct->lab = fz_new_colorspace(ctx, FZ_COLORSPACE_LAB, FZ_COLORSPACE_IS_DEVICE, 3, "Lab"); in fz_new_colorspace_context()
206 return cs && cs->type == FZ_COLORSPACE_LAB; in fz_colorspace_is_lab()
231 return cs && (cs->type == FZ_COLORSPACE_LAB) && (cs->flags & FZ_COLORSPACE_IS_ICC); in fz_colorspace_is_lab_icc()
387 type = FZ_COLORSPACE_LAB; in fz_new_icc_colorspace()
405 case FZ_COLORSPACE_LAB: in fz_new_icc_colorspace()
451 case FZ_COLORSPACE_LAB: return fz_keep_colorspace(ctx, fz_device_lab(ctx)); in fz_new_icc_colorspace()
533 case FZ_COLORSPACE_LAB: in fz_colorspace_colorant()
549 if (cs->type == FZ_COLORSPACE_LAB) in fz_clamp_color()
855 if (ss->u.indexed.base->type == FZ_COLORSPACE_LAB) in indexed_via_base()
[all …]
H A Dcolor-lcms.c334 if (cc->ss->type == FZ_COLORSPACE_LAB) in fz_icc_transform_color()
H A Dcolor-fast.c194 else if (stype == FZ_COLORSPACE_LAB) in fz_lookup_fast_color_converter()
H A Dpixmap.c1583 if (base->type == FZ_COLORSPACE_LAB) in fz_convert_separation_pixmap_to_base()
/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Dcolor.h81 FZ_COLORSPACE_LAB, enumerator