Home
last modified time | relevance | path

Searched refs:Draw (Results 1 – 25 of 184) sorted by relevance

12345678

/external/skia/src/core/
DSkPictureStateTree.cpp15 , fStateStack(sizeof(Draw), 16) { in SkPictureStateTree()
24 *static_cast<Draw*>(fStateStack.push_back()) = fCurrentState; in SkPictureStateTree()
30 SkPictureStateTree::Draw* SkPictureStateTree::appendDraw(uint32_t offset) { in appendDraw()
31 Draw* draw = static_cast<Draw*>(fAlloc.allocThrow(sizeof(Draw))); in appendDraw()
38 *static_cast<Draw*>(fStateStack.push_back()) = fCurrentState; in appendSave()
43 *static_cast<Draw*>(fStateStack.push_back()) = fCurrentState; in appendSaveLayer()
62 fCurrentState = *static_cast<Draw*>(fStateStack.back()); in appendRestore()
117 Draw* draw = static_cast<Draw*>((*fDraws)[fPlaybackIndex]); in draw()
DSkPictureStateTree.h35 struct Draw { struct
39 bool operator<(const Draw& other) const { return fOffset < other.fOffset; } argument
50 Draw* appendDraw(uint32_t offset);
124 Draw fCurrentState;
DSkBBoxHierarchyRecord.cpp25 SkPictureStateTree::Draw* draw = fStateTree->appendDraw(this->writeStream().bytesWritten()); in handleBBox()
113 SkPictureStateTree::Draw* draw = static_cast<SkPictureStateTree::Draw*>(data); in shouldRewind()
/external/chromium_org/third_party/skia/src/core/
DSkPictureStateTree.cpp15 , fStateStack(sizeof(Draw), 16) { in SkPictureStateTree()
24 *static_cast<Draw*>(fStateStack.push_back()) = fCurrentState; in SkPictureStateTree()
30 SkPictureStateTree::Draw* SkPictureStateTree::appendDraw(uint32_t offset) { in appendDraw()
31 Draw* draw = static_cast<Draw*>(fAlloc.allocThrow(sizeof(Draw))); in appendDraw()
38 *static_cast<Draw*>(fStateStack.push_back()) = fCurrentState; in appendSave()
43 *static_cast<Draw*>(fStateStack.push_back()) = fCurrentState; in appendSaveLayer()
62 fCurrentState = *static_cast<Draw*>(fStateStack.back()); in appendRestore()
117 Draw* draw = static_cast<Draw*>((*fDraws)[fPlaybackIndex]); in draw()
DSkPictureStateTree.h35 struct Draw { struct
39 bool operator<(const Draw& other) const { return fOffset < other.fOffset; } argument
50 Draw* appendDraw(uint32_t offset);
124 Draw fCurrentState;
DSkBBoxHierarchyRecord.cpp25 SkPictureStateTree::Draw* draw = fStateTree->appendDraw(this->writeStream().bytesWritten()); in handleBBox()
113 SkPictureStateTree::Draw* draw = static_cast<SkPictureStateTree::Draw*>(data); in shouldRewind()
/external/chromium_org/ui/compositor/test/
Dtest_compositor_host_ozone.cc29 void Draw();
59 void TestCompositorHostOzone::Draw() { in Draw() function in ui::TestCompositorHostOzone
61 compositor_->Draw(); in Draw()
Dtest_compositor_host_x11.cc32 void Draw();
80 void TestCompositorHostX11::Draw() { in Draw() function in ui::TestCompositorHostX11
82 compositor_->Draw(); in Draw()
/external/chromium_org/mojo/examples/sample_app/
Dgles2_client_impl.cc50 cube_.Draw(); in HandleInputEvent()
84 void GLES2ClientImpl::Draw() { in Draw() function in mojo::examples::GLES2ClientImpl
89 cube_.Draw(); in Draw()
97 this, &GLES2ClientImpl::Draw); in StartTimer()
/external/chromium/chrome/browser/ui/cocoa/
Dvertical_gradient_view.mm26 // Draw gradient.
29 // Draw bottom stroke.
/external/chromium_org/chrome/browser/ui/cocoa/
Dvertical_gradient_view.mm26 // Draw gradient.
29 // Draw bottom stroke.
Dstyled_text_field_cell.mm116 // Draw the outer stroke (over the background).
130 // Draw the shadow. For the rounded-rect case, the shadow needs to
149 // Draw optional bezel below bottom stroke.
164 // Draw the interior before the focus ring, to make sure nothing overlaps it.
167 // Draw the focus ring if needed.
/external/chromium/chrome/browser/ui/cocoa/tabs/
Dside_tab_strip_view.mm13 // Draw a border on the right side.
39 // Draw borders and any drop feedback.
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
DSDL_BView.h73 Draw(bounds); in FrameResized()
84 virtual void Draw(BRect updateRect) { in Draw() function
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
Dautofill_pop_up_button.mm86 // Draw a bezel that's highlighted.
94 // 1. Draw bezel.
114 // Draw with a color that has high contrast against the custom background.
/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_bar_toolbar_view.mm61 // Draw the background.
82 // Draw our bookmark bar border on top of the background.
96 // Draw the rounded rectangle.
114 // Draw the border of the rounded rectangle.
/external/chromium_org/third_party/angle/samples/gles2_book/Hello_Triangle/
DHello_Triangle.c152 void Draw ( ESContext *esContext ) in Draw() function
191 esRegisterDrawFunc ( &esContext, Draw ); in main()
/external/chromium_org/third_party/angle/samples/gles2_book/Simple_Texture2D/
DSimple_Texture2D.c120 void Draw ( ESContext *esContext ) in Draw() function
193 esRegisterDrawFunc ( &esContext, Draw ); in main()
/external/chromium_org/third_party/angle/samples/gles2_book/Simple_VertexShader/
DSimple_VertexShader.c123 void Draw ( ESContext *esContext ) in Draw() function
188 esRegisterDrawFunc ( &esContext, Draw ); in main()
/external/chromium_org/third_party/angle/samples/gles2_book/Stencil_Test/
DStencil_Test.c82 void Draw ( ESContext *esContext ) in Draw() function
268 esRegisterDrawFunc ( &esContext, Draw ); in main()
/external/chromium_org/ui/aura/bench/
Dbench_main.cc117 Draw(); in OnCompositingEnded()
131 virtual void Draw() {} in Draw() function in __anon587f39e10111::BenchCompositorObserver
230 virtual void Draw() OVERRIDE { in Draw() function in __anon587f39e10111::WebGLBench
276 virtual void Draw() OVERRIDE { in Draw() function in __anon587f39e10111::SoftwareScrollBench
/external/chromium_org/third_party/angle/samples/gles2_book/PostSubBuffer/
DPostSubBuffer.c133 void Draw ( ESContext *esContext ) in Draw() function
198 esRegisterDrawFunc ( &esContext, Draw ); in main()
/external/chromium_org/third_party/angle/samples/angle/Simple_Instancing/
DSimple_Instancing.c142 void Draw ( ESContext *esContext ) in Draw() function
225 esRegisterDrawFunc ( &esContext, Draw ); in main()
/external/chromium_org/third_party/angle/samples/gles2_book/MultiTexture/
DMultiTexture.c127 void Draw ( ESContext *esContext ) in Draw() function
208 esRegisterDrawFunc ( &esContext, Draw ); in main()
/external/chromium_org/third_party/angle/samples/gles2_book/Simple_TextureCubemap/
DSimple_TextureCubemap.c153 void Draw ( ESContext *esContext ) in Draw() function
224 esRegisterDrawFunc ( &esContext, Draw ); in main()

12345678