Home
last modified time | relevance | path

Searched refs:CGContextSetFillColor (Results 1 – 13 of 13) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/quartz/
H A Dsalgdicommon.cxx246 CGContextSetFillColor(maContextHolder.get(), maFillColor.AsArray() ); in setState()
H A DAquaGraphicsBackend.cxx399 CGContextSetFillColor(mrShared.maContextHolder.get(), rColor.AsArray()); in drawPixelImpl()
407 CGContextSetFillColor(mrShared.maContextHolder.get(), mrShared.maFillColor.AsArray()); in drawPixelImpl()
H A Dsalgdi.cxx433 CGContextSetFillColor(maShared.maContextHolder.get(), maTextColor.AsArray()); in DrawTextLayout()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/win/
H A DMediaPlayerPrivateQuickTimeWin.cpp665 CGContextSetFillColor(cgContext, backgroundColor); in paintCompleted()
669 CGContextSetFillColor(cgContext, textColor); in paintCompleted()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/cg/
H A DPathCG.cpp56 CGContextSetFillColor(context, black); in createScratchContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/quartz/
H A Dsalgdicommon.cxx1349 CGContextSetFillColor( maContextHolder.get(), rColor.AsArray() ); in ImplDrawPixel()
1355 CGContextSetFillColor( maContextHolder.get(), maFillColor.AsArray() ); in ImplDrawPixel()
1593 CGContextSetFillColor( maContextHolder.get(), maFillColor.AsArray() ); in SetState()
H A Dsalgdi.cxx445 CGContextSetFillColor(maContextHolder.get(), maTextColor.AsArray()); in DrawTextLayout()
/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DCGContext.pas728 procedure CGContextSetFillColor( context: CGContextRef; {const} components: {variable-size-array} C… procedure
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DCanvas.java222 OS.CGContextSetFillColor(ctx, new double [] {1, 1, 1, 1}); in drawWidget()
/dports/net-im/uTox/uTox/src/cocoa/
H A Ddrawing.m419 CGContextSetFillColor(this, colour_parts);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/styles/
H A Dqmacstyle_mac.mm3472 CGContextSetFillColor(cg, colorComp);
3714 CGContextSetFillColor(cg, colorComp);
3904 CGContextSetFillColor(cg, colorComp);
5040 CGContextSetFillColor(cg, colorComp);
/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.java3015 public static final native void CGContextSetFillColor(long context, double[] components); in CGContextSetFillColor() method in OS
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/library/
H A Dos.c1327 JNIEXPORT void JNICALL OS_NATIVE(CGContextSetFillColor) in OS_NATIVE() argument
1333 CGContextSetFillColor((CGContextRef)arg0, (CGFloat*)lparg1); in OS_NATIVE()