Home
last modified time | relevance | path

Searched refs:width (Results 1 – 12 of 12) sorted by relevance

/build/tools/rgb2565/
Dto565.c41 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/
Dandroid-developer-core.css215 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 …]
Dandroid-developer-docs.js62 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 …]
Dandroid-developer-docs.css134 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 …]
Djquery-resizable.min.js19width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offse… property
40width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left… property
Dstyle.css170 width: 10px;
302 width: 100%;
/build/tools/droiddoc/templates-sdk/assets/
Dandroid-developer-core.css164 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 …]
Dandroid-developer-docs.css130 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 …]
Djquery-resizable.min.js19width=L.style.paddingLeft="1px";document.body.appendChild(L);o.boxModel=o.support.boxModel=L.offse… property
40width:this.element.outerWidth(),height:this.element.outerHeight(),top:this.element.css("top"),left… property
Dandroid-developer-docs.js77 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 …]
Dstyle.css170 width: 10px;
302 width: 100%;
/build/core/
Ddefinitions.mk1534 --dump-width=1000) \