HomeSort by relevance Sort by last modified time
    Searched refs:mW (Results 1 - 10 of 10) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
Grid.java 43 mW = w;
53 int quadW = mW - 1;
77 char a = (char) (y * mW + x);
78 char b = (char) (y * mW + x + 1);
79 char c = (char) ((y + 1) * mW + x);
80 char d = (char) ((y + 1) * mW + x + 1);
96 if (i < 0 || i >= mW) {
103 int index = mW * j + i;
137 private int mW;
  /packages/apps/Gallery3D/src/com/cooliris/media/
GridQuadMesh.java 37 private int mW;
55 mW = vertsAcross;
63 int quadW = mW - 1;
80 char a = (char) (y * mW + x);
81 char b = (char) (y * mW + x + 1);
82 char c = (char) ((y + 1) * mW + x);
83 char d = (char) ((y + 1) * mW + x + 1);
100 if (i < 0 || i >= mW) {
107 int index = mW * j + i;
GridQuadFrame.java 33 private int mW;
90 mW = vertsAcross;
140 if (i < 0 || i >= mW) {
147 int index = mW * j + i;
GridQuad.java 38 private int mW;
102 mW = vertsAcross;
215 if (i < 0 || i >= mW) {
221 int index = orientationId * INDEX_COUNT + mW * j + i;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CubeMapActivity.java 253 private int mW;
268 mW = w;
276 int quadW = mW - 1;
300 char a = (char) (y * mW + x);
301 char b = (char) (y * mW + x + 1);
302 char c = (char) ((y + 1) * mW + x);
303 char d = (char) ((y + 1) * mW + x + 1);
318 if (i < 0 || i >= mW) {
325 int index = mW * j + i;
MatrixPaletteRenderer.java 85 private int mW;
100 mW = w;
108 int quadW = mW - 1;
132 char a = (char) (y * mW + x);
133 char b = (char) (y * mW + x + 1);
134 char c = (char) ((y + 1) * mW + x);
135 char d = (char) ((y + 1) * mW + x + 1);
154 if (i < 0 || i >= mW) {
165 int index = mW * j + i;
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 248 int mW, mH;
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/
osUtil.c     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js 16 var decompressedMochiKit = function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)d[e(c)]=k[c]||e(c);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('if(H(1q)!="L"){1q.2X("B.J")}if(H(B)=="L"){B={}}if(H(B.J)=="L"){B.J={}}B.J.1Y="1.3.1";B.J.1r="B.J";B.J.2l=G(7V,vR){if(7V===O){7V={}}R(u i=1;i<M.K;i++){u o=M[i];if(H(o)!="L"&&o!==O){R(u k in o){7V[k]=o[k]}}}F 7V};B.J.2l(B.J,{1K:G(){F"["+D.1r+" "+D.1Y+"]"},1l:G(){F D.1K()},4f:G(n){if(M.K===0){n=1}F G(){F n++}},4L:G(mw){u me=M.2U;if(M.K==1){me.1U=mw;F Y me()}},bg:G(vQ){u X=[];u m=B.J;u aw=m.1R(O,M);1M(aw.K){u o=aw.2P();if(o&&H(o)=="3n"&&H(o.K)==" (…)
    [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js 16 var decompressedMochiKit = function(p,a,c,k,e,d){e=function(c){return(c<a?"":e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)d[e(c)]=k[c]||e(c);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('if(H(1q)!="L"){1q.2X("B.J")}if(H(B)=="L"){B={}}if(H(B.J)=="L"){B.J={}}B.J.1Y="1.3.1";B.J.1r="B.J";B.J.2l=G(7V,vR){if(7V===O){7V={}}R(u i=1;i<M.K;i++){u o=M[i];if(H(o)!="L"&&o!==O){R(u k in o){7V[k]=o[k]}}}F 7V};B.J.2l(B.J,{1K:G(){F"["+D.1r+" "+D.1Y+"]"},1l:G(){F D.1K()},4f:G(n){if(M.K===0){n=1}F G(){F n++}},4L:G(mw){u me=M.2U;if(M.K==1){me.1U=mw;F Y me()}},bg:G(vQ){u X=[];u m=B.J;u aw=m.1R(O,M);1M(aw.K){u o=aw.2P();if(o&&H(o)=="3n"&&H(o.K)==" (…)
    [all...]

Completed in 4327 milliseconds