/system/extras/slideshow/ |
D | slideshow.cpp | 58 static void draw(const char *resname) in draw() function 123 draw(argv[optind++]); in main() 147 draw(argv[optind]); in main()
|
/system/teeui/libteeui/include/teeui/ |
D | button.h | 47 Error draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, 99 Error draw(const PixelDrawer& drawPixel) { in draw() function 107 return ButtonImpl::draw(drawPixel, this->bounds_, &coInfo[0], &coInfo[convex_object_count]); in draw()
|
D | label.h | 85 Error draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, LineInfo* lineInfo); 126 Error draw(const PixelDrawer& drawPixel) { in draw() function 129 return LabelImpl::draw(drawPixel, this->bounds_, &lineInfo); in draw()
|
D | utils.h | 916 Error draw(const PixelDrawer&) { return Error::OK; }
|
/system/extras/simpleperf/scripts/ |
D | report_html.js | 238 tabObj.draw(); 319 draw() { method in anonymousFunction5f390bf10100.RecordFileView 349 table.draw(data, { 405 this.draw(); 419 this.draw(); 423 draw() { method in anonymousFunction5f390bf10100.ChartView 460 table.draw(data, { 525 chart.draw(data, { 541 draw() { method in anonymousFunction5f390bf10100.ChartStatTab 542 new RecordFileView(this.div).draw(); [all …]
|
/system/teeui/libteeui/example/ |
D | example_utils.h | 60 return (std::get<Elements>(layout).draw(drawPixel) || ...); in drawElements()
|
/system/libsysprop/srcs/android/sysprop/ |
D | DisplayProperties.sysprop | 43 # When set to true, apps will draw debugging information about their layouts.
|
/system/teeui/libteeui/src/ |
D | label.cpp | 25 Error LabelImpl::draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, LineInfo* lineInfo) { in draw() function in teeui::LabelImpl
|
D | button.cpp | 27 Error ButtonImpl::draw(const PixelDrawer& drawPixel, const Box<pxs>& bounds, in draw() function in teeui::ButtonImpl
|
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/ |
D | FrameBufferBuffer.java | 70 public void draw(RenderedImage image) { in draw() method in FrameBufferBuffer.MagnifiedView 319 mMagnifiedView.draw(mImage.getSubimage(x, y, d, d)); in mouseMoved()
|