Home
last modified time | relevance | path

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

/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/src/com/lightcrafts/utils/
H A DLCMS.java385 protected RCHandle cmsProfile = null; field in LCMS.Profile
393 cmsProfile = handle; in Profile()
397 profileCache.put(iccProfile, cmsProfile); in Profile()
407 cmsProfile = handle; in Profile()
410 profileCache.put(components, cmsProfile); in Profile()
416 if (cmsProfile != null && cmsProfile.decrement() == 0) { in dispose()
419 cmsProfile = null; in dispose()
437 cmsProfile = handle; in LABProfile()
552 inputProfileHandle = input.cmsProfile.handle; in TransformData()
564 inputProfileHandle = input.cmsProfile.handle; in TransformData()
[all …]
/dports/graphics/gwenview/gwenview-21.12.3/lib/document/
H A Ddocument.h172 Cms::Profile::Ptr cmsProfile() const;
H A Ddocument.cpp562 Cms::Profile::Ptr Document::cmsProfile() const in cmsProfile() function in Gwenview::Document
/dports/graphics/gwenview/gwenview-21.12.3/lib/documentview/
H A Drasterimageitem.cpp173 Cms::Profile::Ptr profile = mParentView->document()->cmsProfile(); in updateDisplayTransform()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dpageitem.h468 QString cmsProfile() const { return ImageProfile; } in cmsProfile() function