Searched defs:profileHandle (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/awt/java/awt/color/
H A DICC_ProfileGray.java43 * @param profileHandle
46 ICC_ProfileGray(long profileHandle) { argument
47 super(profileHandle);
H A DICC_ProfileRGB.java42 * @param profileHandle
45 ICC_ProfileRGB(long profileHandle) { argument
46 super(profileHandle);
H A DICC_Profile.java696 private transient long profileHandle = 0; field in class:ICC_Profile
721 profileHandle = NativeCMM.cmmOpenProfile(data);
722 NativeCMM.addHandle(this, profileHandle);
734 * @param profileHandle
737 ICC_Profile(long profileHandle) { argument
738 this.profileHandle = profileHandle;
740 NativeCMM.addHandle(this, profileHandle);
840 NativeCMM.cmmSetProfileElement(profileHandle, tagSignature, tagData);
858 tagSize = NativeCMM.cmmGetProfileElementSize(profileHandle, tagSignatur
[all...]

Completed in 72 milliseconds