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

12345678

/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DWebTapHighlight.h33 virtual void draw(const Platform::IntRectRegion&, int red, int green, int blue, int alpha, bool hideAfterScroll, bool isStartOfSelection = false) = 0;
/macosx-10.9.5/Heimdal-323.92.1/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.9.5/WebCore-7537.78.1/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.9.5/top-89.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.9.5/tcl-102/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.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DImageBufferDataBlackBerry.h38 void draw(GraphicsContext* thisContext, GraphicsContext* otherContext, ColorSpace styleColorSpace, const FloatRect& destRect, const FloatRect& srcRect, CompositeOperator, bool useLowQualityScale) const;
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/modules/diagrams/
H A Ddiagram.tcl35 $core draw {*}$args
51 component basic ; # Fundamental shapes we can draw
/macosx-10.9.5/WebCore-7537.78.1/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);
97 draw(ctxt, dstRect, FloatRect(0.0f, 0.0f, srcSize.width(), srcSize.height()), styleColorSpace, compositeOp, BlendModeNormal);
105 draw(ctxt, dstRect, FloatRect(0.0f, 0.0f, imageSize.width(), imageSize.height()), styleColorSpace, compositeOp, BlendModeNormal);
H A DImageCairoWin.cpp87 draw(&gc, FloatRect(0.0f, 0.0f, bmpInfo.bmWidth, bmpInfo.bmHeight), FloatRect(0.0f, 0.0f, imageSize.width(), imageSize.height()), ColorSpaceDeviceRGB, CompositeCopy, BlendModeNormal);
106 draw(ctxt, dstRect, FloatRect(0.0f, 0.0f, srcSize.width(), srcSize.height()), ColorSpaceDeviceRGB, compositeOp, BlendModeNormal);
114 draw(ctxt, dstRect, FloatRect(0.0f, 0.0f, imageSize.width(), imageSize.height()), ColorSpaceDeviceRGB, compositeOp, BlendModeNormal);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DcanvasProfiler.css94 .canvas-replay-prev-draw img{
98 .canvas-replay-next-draw img{
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGeneratedImage.h53 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator, BlendMode) = 0;
H A DGeneratorGeneratedImage.h48 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator, BlendMode);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DStillImageQt.h56 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator, BlendMode);

Completed in 225 milliseconds

12345678