Searched refs:width (Results 1 – 12 of 12) sorted by relevance
/build/tools/rgb2565/ |
D | to565.c | 41 void to_565_raw_dither(int width) in to_565_raw_dither() argument 48 int* error = malloc((width+2) * 3 * sizeof(int)); in to_565_raw_dither() 49 int* next_error = malloc((width+2) * 3 * sizeof(int)); in to_565_raw_dither() 50 memset(error, 0, (width+2) * 3 * sizeof(int)); in to_565_raw_dither() 51 memset(next_error, 0, (width+2) * 3 * sizeof(int)); in to_565_raw_dither() 87 if (i == width) { in to_565_raw_dither() 90 memset(next_error, 0, (width+1) * 3 * sizeof(int)); in to_565_raw_dither()
|
/build/tools/droiddoc/templates-pdk/assets/ |
D | android-developer-core.css | 215 border-width:0; 244 width:100%; 251 min-width:576px; 262 width:349px; 295 width: 94px; 381 width:930px; 417 width: 600px; 441 width: 581px; 448 width: 300px; 458 width: 100%; [all …]
|
D | android-developer-docs.js | 62 var windowWidth = $(window).width() + "px"; 64 width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"}); property 65 sidenav.css({width:navWidth}); property 66 resizePackagesNav.css({width:navWidth}); property 67 classesNav.css({width:navWidth}); property 68 $("#packages-nav").css({width:navWidth}); property 194 var windowWidth = $(window).width() + "px"; 201 width:parseInt(windowWidth) - parseInt(sidenavWidth) - 6 + "px"}); property 202 resizePackagesNav.css({width:sidenavWidth}); property 203 classesNav.css({width:sidenavWidth}); property [all …]
|
D | android-developer-docs.css | 134 width:15px; 212 width: 100%; 288 width:95%; /* consistent table widths; within IE's quirks */ 311 max-width:968px; 346 max-width:70%; 390 width:555px; 396 width:450px; 490 width:1em; 682 width:auto; 819 /* width must be defined w/ an inline style matching the image width */ [all …]
|
D | jquery-resizable.min.js | 19 …width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offse… property 40 …width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left… property
|
D | style.css | 170 width: 10px; 302 width: 100%;
|
/build/tools/droiddoc/templates-sdk/assets/ |
D | android-developer-core.css | 164 border-width:0; 203 width:100%; 210 min-width:675px; /* min width for the tabs, before they wrap */ 221 width:180px; 255 width: 94px; 336 width:930px; 372 width: 600px; 396 width: 581px; 403 width: 300px; 413 width: 100%; [all …]
|
D | android-developer-docs.css | 130 width:15px; 208 width: 100%; 284 width:95%; /* consistent table widths; within IE's quirks */ 307 max-width:968px; 342 max-width:70%; 401 width:555px; 408 width:450px; 504 width:1em; 704 width:auto; 853 /* width must be defined w/ an inline style matching the image width */ [all …]
|
D | jquery-resizable.min.js | 19 …width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offse… property 40 …width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left… property
|
D | android-developer-docs.js | 77 var windowWidth = $(window).width() + "px"; 81 …content.css({width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"}); // necessary in order … property 84 sidenav.css({width:navWidth}); property 85 resizePackagesNav.css({width:navWidth}); property 86 classesNav.css({width:navWidth}); property 87 $("#packages-nav").css({width:navWidth}); property 355 var windowWidth = $(window).width() + "px"; 365 …content.css({width:parseInt(windowWidth) - parseInt(sidenavWidth) - 6 + "px"}); // necessary in or… property 368 resizePackagesNav.css({width:sidenavWidth}); property 369 classesNav.css({width:sidenavWidth}); property [all …]
|
D | style.css | 170 width: 10px; 302 width: 100%;
|
/build/core/ |
D | definitions.mk | 1534 --dump-width=1000) \
|