Home
last modified time | relevance | path

Searched defs:CGContextSetFillColorSpace (Results 1 – 3 of 3) sorted by relevance

/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DCGContext.pas710 procedure CGContextSetFillColorSpace( context: CGContextRef; space: CGColorSpaceRef ); external nam… procedure
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/
H A Dos.c1341 JNIEXPORT void JNICALL OS_NATIVE(CGContextSetFillColorSpace) in OS_NATIVE() argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DOS.java3020 public static final native void CGContextSetFillColorSpace(long context, long space); in CGContextSetFillColorSpace() method in OS