HomeSort by relevance Sort by last modified time
    Searched full:draw (Results 26 - 50 of 1005) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/WebKit/android/
RenderSkinCombo.h 46 * Draw the provided Node on the SkCanvas, using the dimensions provided by
47 * x,y,w,h. Return true if we did not draw, and WebKit needs to draw it,
50 static bool Draw(SkCanvas* , Node* , int x, int y, int w, int h);
RenderSkinAndroid.h 71 /* draw() tells the skin to draw itself, and returns true if the skin needs
74 virtual bool draw(PlatformGraphicsContext*) { return false; } function in class:WebCore::RenderSkinAndroid
  /frameworks/base/graphics/java/android/graphics/drawable/shapes/
Shape.java 24 * Any Shape can be drawn to a Canvas with its own draw() method,
48 * Draw this shape into the provided Canvas, with the provided Paint.
54 public abstract void draw(Canvas canvas, Paint paint); method in class:Shape
59 * Must be called before {@link #draw(Canvas,Paint)}.
OvalShape.java 24 * The oval can be drawn to a Canvas with its own draw() method,
36 public void draw(Canvas canvas, Paint paint) { method in class:OvalShape
RectShape.java 25 * The rectangle can be drawn to a Canvas with its own draw() method,
38 public void draw(Canvas canvas, Paint paint) { method in class:RectShape
  /external/webkit/WebKit/win/
FullscreenVideoController.cpp 112 void HUDButton::draw(GraphicsContext& context) function in class:HUDButton
127 void HUDSlider::draw(GraphicsContext& context) function in class:HUDSlider
129 // Draw gutter
133 // Draw button
142 // Draw a diamond
377 draw();
398 void FullscreenVideoController::draw() function in class:FullscreenVideoController
409 // Draw the background
419 // Draw the widgets
420 m_playPauseButton.draw(context)
    [all...]
  /external/skia/include/core/
SkCanvas.h 41 values. For any given draw call (e.g. drawRect), the geometry of the object
48 parameter to each of the draw() methods. The Paint holds attributes such as
54 /** Construct a canvas with the specified bitmap to draw into.
55 @param bitmap Specifies a bitmap for the canvas to draw into. Its
59 /** Construct a canvas with the specified device to draw into.
60 @param device Specifies a device for the canvas to draw into. The
86 /** Specify a device for this canvas to draw into. If it is not null, its
92 /** Specify a bitmap for the canvas to draw into. This is a help method for
272 this to check if an area you intend to draw into is clipped out (and
273 therefore you can skip making the draw calls)
    [all...]
SkDrawFilter.h 27 /** Right before something is being draw, filter() is called with the
46 /** Return true to allow the draw to continue (with possibly modified
  /external/qemu/distrib/sdl-1.2.12/src/video/gem/
SDL_gemvideo.h 161 - draw to screen
163 - draw to buffer 1
167 - draw to buffer 1
170 - draw to buffer 1
175 - draw to buffer 1
178 - draw to buffer 1
183 - draw to buffer 1
186 - draw to buffer 1
  /external/skia/src/animator/
SkDisplayBounds.cpp 35 bool SkDisplayBounds::draw(SkAnimateMaker& maker) { function in class:SkDisplayBounds
39 bool result = INHERITED::draw(maker);
SkDrawRectangle.h 31 virtual bool draw(SkAnimateMaker& );
52 virtual bool draw(SkAnimateMaker& );
SkDrawTo.cpp 43 bool SkDrawTo::draw(SkAnimateMaker& maker) { function in class:SkDrawTo
49 INHERITED::draw(maker);
SkTextToPath.cpp 40 bool SkTextToPath::draw(SkAnimateMaker& maker) { function in class:SkTextToPath
41 path->draw(maker);
  /external/webkit/WebKit/android/plugins/
PluginDebugAndroid.cpp 106 if (evt->data.draw.model == kBitmap_ANPDrawingModel) {
107 anp_logPlugin("%p EVENT::DRAW bitmap time=%d format=%d clip=[%d,%d,%d,%d]",
108 npp, elapsedTime, evt->data.draw.data.bitmap.format,
109 evt->data.draw.clip.left, evt->data.draw.clip.top,
110 evt->data.draw.clip.right, evt->data.draw.clip.bottom);
112 anp_logPlugin("%p EVENT::DRAW unknown drawing model", npp);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
FixedSizeDrawable.java 51 public void draw(Canvas canvas) { method in class:FixedSizeDrawable
52 mDrawable.draw(canvas);
  /packages/apps/Camera/src/com/android/camera/ui/
BasicTexture.java 68 public void draw(GLRootView root, int x, int y) { method in class:BasicTexture
72 public void draw(GLRootView root, int x, int y, int w, int h) { method in class:BasicTexture
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
PercentageBar.java 34 public void draw(Canvas canvas) { method in class:PercentageBar
39 bar.draw(canvas);
  /development/samples/BrowserPlugin/jni/audio/
AudioPlugin.cpp 201 draw(canvas);
205 void AudioPlugin::draw(ANPCanvas* canvas) { function in class:AudioPlugin
224 // draw the track box (1 px from the edge)
231 // draw the progress bar
233 // TODO need to draw progress bar to cover the proper percentage of the track bar
237 // draw the play box (under track box)
243 // draw the play box (under track box)
248 // draw the pause box (under track box)
254 // draw the text in the pause box
259 // draw the stop box (under track box
    [all...]
  /development/samples/BrowserPlugin/jni/navigation/
NavigationPlugin.cpp 108 draw(canvas);
112 void NavigationPlugin::draw(ANPCanvas* canvas) { function in class:NavigationPlugin
124 // draw the nav up box (5 px from the top edge)
131 // draw the nav down box (5 px from the bottom edge)
138 // draw the nav left box (5 px from the left edge)
145 // draw the nav right box (5 px from the right edge)
152 // draw the nav center box
171 switch (evt->data.draw.model) {
173 drawPlugin(evt->data.draw.data.bitmap, evt->data.draw.clip)
    [all...]
  /frameworks/base/graphics/java/android/graphics/
Picture.java 24 * and can then play them back (via picture.draw(canvas) or canvas.drawPicture).
51 * To record a picture, call beginRecording() and then draw into the Canvas
52 * that is returned. Nothing we appear on screen, but all of the draw
66 * be referenced anymore. This is automatically called if Picture.draw() or
89 * Draw this picture on the canvas. The picture may have the side effect
94 public void draw(Canvas canvas) { method in class:Picture
170 "Cannot draw a picture into its recording canvas");
  /packages/wallpapers/Basic/res/raw/
grass.rs 206 if (now >= 0.0f && now < dawn) { // Draw night
209 } else if (now >= dawn && now <= morning) { // Draw sunrise
211 if (now <= half) { // Draw night->sunrise
216 } else { // Draw sunrise->day
221 } else if (now > morning && now < afternoon) { // Draw day
223 } else if (now >= afternoon && now <= dusk) { // Draw sunset
225 if (now <= half) { // Draw day->sunset
231 } else { // Draw sunset->night
237 } else if (now > dusk) { // Draw night
  /cts/tests/tests/graphics/src/android/graphics/drawable/shapes/cts/
OvalShapeTest.java 53 method = "draw",
65 ovalShape.draw(canvas, paint);
72 ovalShape.draw(canvas, paint);
PathShapeTest.java 57 method = "draw",
69 // draw a square rotated by 45 degrees centered on (50, 50)
84 pathShape.draw(canvas, paint);
91 pathShape.draw(canvas, paint);
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/drawable/
StateListDrawableTest.java 52 mockView.getBackground().draw(null);
64 mockView.getBackground().draw(null);
83 public void draw(Canvas canvas) { method in class:StateListDrawableTest.MockDrawable
  /external/webkit/WebCore/platform/android/
RenderThemeAndroid.cpp 214 RenderSkinRadio::Draw(getCanvasFromInfo(info), obj->node(), rect, true);
224 RenderSkinButton::Draw(getCanvasFromInfo(info), rect, RenderSkinAndroid::kDisabled);
264 RenderSkinMediaButton::Draw(getCanvasFromInfo(paintInfo), rect, RenderSkinMediaButton::MUTE);
272 RenderSkinMediaButton::Draw(getCanvasFromInfo(paintInfo), rect, RenderSkinMediaButton::PLAY);
274 RenderSkinMediaButton::Draw(getCanvasFromInfo(paintInfo), rect, RenderSkinMediaButton::PAUSE);
282 RenderSkinMediaButton::Draw(getCanvasFromInfo(paintInfo), rect, RenderSkinMediaButton::REWIND);
288 RenderSkinMediaButton::Draw(getCanvasFromInfo(paintInfo), rect, RenderSkinMediaButton::FORWARD);
294 RenderSkinMediaButton::Draw(getCanvasFromInfo(paintInfo), rect, RenderSkinMediaButton::BACKGROUND_SLIDER);
300 RenderSkinMediaButton::Draw(getCanvasFromInfo(paintInfo), rect, RenderSkinMediaButton::SLIDER_TRACK);
306 RenderSkinMediaButton::Draw(getCanvasFromInfo(paintInfo), rect, RenderSkinMediaButton::SLIDER_THUMB)
    [all...]

Completed in 746 milliseconds

12 3 4 5 6 7 8 91011>>