/external/linux-tools-perf/src/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
SchedGui.py | 26 (self.screen_width, self.screen_height) = wx.GetDisplaySize() 28 self.screen_height -= 10 39 self.panel = wx.Panel(self, size=(self.screen_width, self.screen_height)) 48 self.scroll_panel = wx.Panel(self.scroll, size=(self.screen_width - 15, self.screen_height / 2)) 131 self.txt = wx.StaticText(self.panel, -1, txt, (0, (self.screen_height / 2) + 50))
|
/external/libdrm/tests/exynos/ |
exynos_fimg2d_test.c | 37 static unsigned int screen_width, screen_height; variable 233 img_h = screen_height; 288 img_h = screen_height; 372 img_h = screen_height; 461 img_h = screen_height; 615 screen_height = con.mode->vdisplay; 618 screen_height); 620 bo = exynos_create_buffer(dev, screen_width * screen_height * 4, 0); 630 ret = drmModeAddFB2(dev->fd, screen_width, screen_height, 638 memset(bo->vaddr, 0xff, screen_width * screen_height * 4) [all...] |
/hardware/intel/img/psb_video/src/android/ |
psb_output_android.h | 35 unsigned short screen_height; member in struct:_psb_android_output_s
|
psb_output_android.c | 102 output->screen_height = 480; 113 output->screen_height = vinfo.yres; 209 unsigned short _scr_y = output->screen_height; 258 ((desty + desth) <= output->screen_height) && 528 output->desth = ((output->desty + desth) > output->screen_height) ? (output->screen_height - output->desty) : desth;
|
/frameworks/base/graphics/tests/graphicstests/src/android/graphics/ |
GraphicsPerformanceTests.java | 74 private static final int SCREEN_HEIGHT = 480; 92 mDestBitmap = Bitmap.createBitmap(SCREEN_WIDTH, SCREEN_HEIGHT,
|
/hardware/ti/omap4-aah/hwc/ |
rgz_2d.c | 664 static int rgz_hwc_layer_sortbyy(rgz_layer_t *ra, int rsz, int *out, int *width, int screen_height) 675 out[outsz++] = min(bottom, screen_height); 916 int screen_height = p->data.hwc.dstgeom->height; local 932 int ylen = rgz_hwc_layer_sortbyy(rgz_layers, layerno, yentries, &dispw, screen_height); [all...] |
/external/libvncserver/x11vnc/ |
tkx11vnc | [all...] |
tkx11vnc.h | [all...] |