Searched defs:Draw (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/android_webview/native/
H A Daw_picture.cc40 void AwPicture::Draw(JNIEnv* env, jobject obj, jobject canvas) { function in class:android_webview::AwPicture
/external/chromium_org/chrome/common/
H A Dicon_with_badge_image_source.cc31 void IconWithBadgeImageSource::Draw(gfx::Canvas* canvas) { function in class:IconWithBadgeImageSource
36 // Draw a badge on the provided browser action icon's canvas.
/external/chromium_org/content/browser/compositor/
H A Donscreen_display_client.cc60 base::Bind(&OnscreenDisplayClient::Draw, weak_ptr_factory_.GetWeakPtr()));
63 void OnscreenDisplayClient::Draw() { function in class:content::OnscreenDisplayClient
64 TRACE_EVENT0("content", "OnscreenDisplayClient::Draw");
66 display_->Draw();
/external/chromium_org/third_party/skia/src/core/
H A DSkRecordDraw.h20 // Draw an SkRecord into an SkCanvas. A convenience wrapper around SkRecords::Draw.
23 // Draw a portion of an SkRecord into an SkCanvas while replacing clears with drawRects.
34 class Draw : SkNoncopyable { class in namespace:SkRecords
36 explicit Draw(SkCanvas* canvas, const SkMatrix* initialCTM = NULL) function in class:SkRecords::Draw
53 class PartialDraw : public Draw {
58 // Same as Draw for all ops except Clear.
71 typedef Draw INHERITED;
H A DSkPictureStateTree.h35 struct Draw { struct in class:SkPictureStateTree
39 bool operator<(const Draw& other) const { return fOffset < other.fOffset; }
50 Draw* appendDraw(size_t offset);
138 Draw fCurrentState;
/external/chromium_org/ui/compositor/test/
H A Dtest_compositor_host_ozone.cc30 void Draw();
67 void TestCompositorHostOzone::Draw() { function in class:ui::TestCompositorHostOzone
69 compositor_->Draw();
H A Dtest_compositor_host_x11.cc33 void Draw();
88 void TestCompositorHostX11::Draw() { function in class:ui::TestCompositorHostX11
90 compositor_->Draw();
/external/skia/src/core/
H A DSkRecordDraw.h14 // Draw an SkRecord into an SkCanvas. A convenience wrapper around SkRecords::Draw.
20 class Draw : SkNoncopyable { class in namespace:SkRecords
22 explicit Draw(SkCanvas* canvas) function in class:SkRecords::Draw
H A DSkPictureStateTree.h35 struct Draw { struct in class:SkPictureStateTree
39 bool operator<(const Draw& other) const { return fOffset < other.fOffset; }
50 Draw* appendDraw(size_t offset);
136 Draw fCurrentState;
/external/chromium_org/mojo/examples/surfaces_app/
H A Dchild_impl.cc51 Draw();
60 Draw();
68 void ChildImpl::Draw() { function in class:mojo::examples::ChildImpl
H A Dchild_gl_impl.cc103 Draw();
106 void ChildGLImpl::Draw() { function in class:mojo::examples::ChildGLImpl
130 cube_.Draw();
182 base::Bind(&ChildGLImpl::Draw, base::Unretained(this)),
H A Dsurfaces_app.cc75 void Draw(int offset) { function in class:mojo::examples::SurfacesApp
84 &SurfacesApp::Draw, base::Unretained(this), (offset + 2) % 400),
98 Draw(10);
/external/chromium_org/third_party/skia/src/utils/
H A DSkMeshUtils.cpp88 void SkMeshUtils::Draw(SkCanvas* canvas, const SkBitmap& bitmap, function in class:SkMeshUtils
/external/skia/src/utils/
H A DSkMeshUtils.cpp88 void SkMeshUtils::Draw(SkCanvas* canvas, const SkBitmap& bitmap, function in class:SkMeshUtils
/external/chromium_org/mojo/examples/sample_app/
H A Dgles2_client_impl.cc114 void Run() const { impl->Draw(); }
127 void GLES2ClientImpl::Draw() { function in class:examples::GLES2ClientImpl
134 cube_.Draw();
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
H A DSDL_BView.h73 Draw(bounds);
84 virtual void Draw(BRect updateRect) { function in class:SDL_BView
/external/chromium_org/cc/surfaces/
H A Ddisplay.cc90 bool Display::Draw() { function in class:cc::Display
105 TRACE_EVENT0("cc", "Display::Draw");
/external/chromium_org/mojo/services/view_manager/
H A Ddisplay_manager.cc106 base::Bind(&DisplayManager::Draw, base::Unretained(this)));
115 Draw();
118 void DisplayManager::Draw() { function in class:mojo::service::DisplayManager
/external/chromium_org/ui/views/controls/
H A Dglow_hover_controller.cc79 void GlowHoverController::Draw(gfx::Canvas* canvas, function in class:views::GlowHoverController
84 // Draw a radial gradient to hover_canvas.
89 // Draw a radial gradient to hover_canvas.
/external/chromium_org/third_party/skia/src/xml/
H A DSkJSDisplayable.cpp67 static JSBool Draw(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval);
74 JSBool SkJSDisplayable::Draw(JSContext *cx, JSObject *obj, uintN argc, function in class:SkJSDisplayable
88 { "draw", SkJSDisplayable::Draw, 1, 0, 0 },
/external/chromium_org/ui/aura/bench/
H A Dbench_main.cc120 Draw();
129 virtual void Draw() {} function in class:__anon16574::BenchCompositorObserver
232 virtual void Draw() OVERRIDE {
276 virtual void Draw() OVERRIDE {
/external/openfst/src/include/fst/script/
H A Ddraw-impl.h65 // Draw Fst to an output buffer (or stdout if buf = 0)
66 void Draw(ostream *strm, const string &dest) { function in class:fst::FstDrawer
/external/qemu/distrib/sdl-1.2.15/test/
H A Dtestoverlay.c266 void Draw() function
585 Draw();
/external/skia/src/xml/
H A DSkJSDisplayable.cpp67 static JSBool Draw(JSContext *cx, JSObject *obj, uintN argc, jsval *argv, jsval *rval);
74 JSBool SkJSDisplayable::Draw(JSContext *cx, JSObject *obj, uintN argc, function in class:SkJSDisplayable
88 { "draw", SkJSDisplayable::Draw, 1, 0, 0 },
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_avatar_icon_util.cc63 virtual void Draw(gfx::Canvas* canvas) OVERRIDE;
95 void AvatarImageSource::Draw(gfx::Canvas* canvas) { function in class:__anon4520::AvatarImageSource
101 // Draw the avatar centered on the canvas.
104 // Draw the avatar on the bottom center of the canvas, leaving 1px below.
117 // Draw a gray border on the inside of the avatar.
152 // Draw up to the top-left. Stop with the y-value at a half-pixel.
155 // Draw right to the top-right, stopping within the last pixel.
167 // Draw right to the bottom-right.
170 // Draw up to the top-right.

Completed in 6888 milliseconds

12