Searched refs:draw (Results 1 - 25 of 174) sorted by relevance

1234567

/macosx-10.10/Heimdal-398.1.2/lib/hcrypto/libtommath/demo/
H A Ddemo.c21 static void draw(mp_int * a) function
448 draw(&a);
449 draw(&b);
468 draw(&a);
469 draw(&b);
484 draw(&a);
485 draw(&b);
486 draw(&c);
487 draw(&d);
499 draw(
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DDragIcon.h40 void draw(cairo_t*);
H A DDragIcon.cpp38 icon->draw(context.get());
46 icon->draw(context);
62 g_signal_connect(m_window, "draw", G_CALLBACK(dragIconWindowDrawEventCallback), this);
85 void DragIcon::draw(cairo_t* context) function in class:WebCore::DragIcon
/macosx-10.10/top-100.1.2/
H A Dpstate.c35 .draw = generic_draw,
H A Duserinput.h34 /* This is called to draw the current input text, and a prompt. */
35 void (*draw)(void *tinst, struct user_input_state *s, WINDOW *win, int row, int column); member in struct:user_input_state
H A Dmemstats.c57 .draw = generic_draw,
90 .draw = generic_draw,
123 .draw = generic_draw,
155 .draw = generic_draw,
188 .draw = generic_draw,
222 .draw = generic_draw,
252 .draw = generic_draw,
287 .draw = generic_draw,
321 .draw = generic_draw,
350 .draw
[all...]
H A Dcsw.c43 .draw = generic_draw,
H A Dpgrp.c39 .draw = generic_draw,
H A Dports.c44 .draw = generic_draw,
H A Dppid.c39 .draw = generic_draw,
H A Duid.c43 .draw = generic_draw,
H A Duser.c43 .draw = generic_draw,
H A Dfaults.c48 .draw = generic_draw,
79 .draw = generic_draw,
H A Dmessages.c46 .draw = generic_draw,
76 .draw = generic_draw,
H A Dsyscalls.c46 .draw = generic_draw,
76 .draw = generic_draw,
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DWebTiledLayer.mm52 // FIXME: WebKit2 always wants to draw on the main thread, but there is
125 void (^draw)() = ^{
134 draw();
136 WebThreadRunSync(draw);
/macosx-10.10/tcl-105/tcl_ext/snack/snack/demos/python/
H A Dpolarspec.py23 def draw(): function
41 id = root.after(100,draw)
47 id = root.after(100,draw)
/macosx-10.10/tcl-105/tcl_ext/tklib/tklib/modules/diagrams/
H A Ddiagram.tcl35 $core draw {*}$args
51 component basic ; # Fundamental shapes we can draw
/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DImageCGWin.cpp81 draw(&gc, FloatRect(0.0f, 0.0f, bmpInfo.bmWidth, bmpInfo.bmHeight), FloatRect(0.0f, 0.0f, imageSize.width(), imageSize.height()), ColorSpaceDeviceRGB, CompositeCopy, BlendModeNormal, ImageOrientationDescription());
97 draw(ctxt, dstRect, FloatRect(0.0f, 0.0f, srcSize.width(), srcSize.height()), styleColorSpace, compositeOp, BlendModeNormal, ImageOrientationDescription());
105 draw(ctxt, dstRect, FloatRect(0.0f, 0.0f, imageSize.width(), imageSize.height()), styleColorSpace, compositeOp, BlendModeNormal, ImageOrientationDescription());
H A DImageCairoWin.cpp84 draw(&gc, FloatRect(0.0f, 0.0f, bmpInfo.bmWidth, bmpInfo.bmHeight), FloatRect(0.0f, 0.0f, imageSize.width(), imageSize.height()), ColorSpaceDeviceRGB, CompositeCopy, BlendModeNormal, ImageOrientationDescription());
103 draw(ctxt, dstRect, FloatRect(0.0f, 0.0f, srcSize.width(), srcSize.height()), ColorSpaceDeviceRGB, compositeOp, BlendModeNormal, ImageOrientationDescription());
111 draw(ctxt, dstRect, FloatRect(0.0f, 0.0f, imageSize.width(), imageSize.height()), ColorSpaceDeviceRGB, compositeOp, BlendModeNormal, ImageOrientationDescription());
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DGradientImage.h49 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator, BlendMode, ImageOrientationDescription) override;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/surfaces/
H A DGLTransportSurface.h51 void draw(const uint32_t);
/macosx-10.10/WebCore-7600.1.25/svg/graphics/
H A DSVGImageForContainer.cpp38 void SVGImageForContainer::draw(GraphicsContext* context, const FloatRect& dstRect, function in class:WebCore::SVGImageForContainer
/macosx-10.10/WebKit-7600.1.25/win/
H A DFullscreenVideoController.h51 virtual void draw(WebCore::GraphicsContext&) = 0;
74 virtual void draw(WebCore::GraphicsContext&);
92 virtual void draw(WebCore::GraphicsContext&);
144 void draw();
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsimagerep.py14 self.failUnlessResultIsBOOL(NSImageRep.draw)

Completed in 371 milliseconds

1234567