HomeSort by relevance Sort by last modified time
    Searched refs:fx (Results 126 - 150 of 212) sorted by null

1 2 3 4 56 7 8 9

  /external/deqp/modules/glshared/
glsBufferTestUtil.cpp 552 float fx = ((float)x+0.5f) / (float)VERIFY_QUAD_SIZE;
555 bool tri = fx + fy <= 1.0f;
556 float tx = tri ? fx : (1.0f-fx);
  /external/freetype/src/autofit/
afhints.h 248 FT_Short fx, fy; /* original, unscaled position (in font units) */ member in struct:AF_PointRec_
  /external/skia/src/core/
SkLinearBitmapPipeline_sample.h 357 // fx is a fixed 48.16 number.
358 int64_t fx = static_cast<int64_t>(x * SK_Fixed1); local
366 int64_t ix = fx >> 16;
370 // When dx is less than one, each pixel is used more than once. Using the fixed point fx
378 fx += fdx;
379 ix = fx >> 16;
    [all...]
SkScan_Hairline.cpp 25 static void vertline(int y, int stopy, SkFixed fx, SkFixed dx,
30 blitter->blitH(fx >> 16, y, 1);
31 fx += dx;
72 SkFDot6 x0 = SkScalarToFDot6(pts[0].fX);
74 SkFDot6 x1 = SkScalarToFDot6(pts[1].fX);
202 SkScalar dx = SkScalarHalf(pts[0].fX + pts[2].fX) - pts[1].fX;
244 SkASSERT(SkScalarsAreFinite(&pts[0].fX, 6));
369 SkASSERT(SkScalarsAreFinite(&pts[0].fX, 8))
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3dx9math.h 42 D3DXVECTOR2(FLOAT fx, FLOAT fy);
74 D3DXVECTOR3(FLOAT fx, FLOAT fy, FLOAT fz);
106 D3DXVECTOR4(FLOAT fx, FLOAT fy, FLOAT fz, FLOAT fw);
178 D3DXQUATERNION(FLOAT fx, FLOAT fy, FLOAT fz, FLOAT fw);
d3dx9math.inl 37 inline D3DXVECTOR2::D3DXVECTOR2(FLOAT fx, FLOAT fy)
39 x = fx;
145 inline D3DXVECTOR3::D3DXVECTOR3(FLOAT fx, FLOAT fy, FLOAT fz)
147 x = fx;
252 inline D3DXVECTOR4::D3DXVECTOR4(FLOAT fx, FLOAT fy, FLOAT fz, FLOAT fw)
254 x = fx;
524 inline D3DXQUATERNION::D3DXQUATERNION(FLOAT fx, FLOAT fy, FLOAT fz, FLOAT fw)
526 x = fx;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/d30v/
opt.s 56 jmp/fx 0x0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
opc-f.d     [all...]
  /external/pdfium/fpdfsdk/pdfwindow/
PWL_Utils.cpp     [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/
PVRTVector.h 55 @param[in] fX X component of vector
58 PVRTVec2(VERTTYPE fX, VERTTYPE fY) : x(fX), y(fY) {}
333 @param[in] fX X component of vector
337 PVRTVec3(VERTTYPE fX, VERTTYPE fY, VERTTYPE fZ)
339 x = fX; y = fY; z = fZ;
687 @param[in] fX Value of x component
692 PVRTVec4(VERTTYPE fX, VERTTYPE fY, VERTTYPE fZ, VERTTYPE fW)
694 x = fX; y = fY; z = fZ; w = fW;
709 @param[in] fX value of x componen
    [all...]
  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 321 float fx = -1.0f + (float)x / (float)QUAD_GRID_SIZE * 2.0f / (float)m_numInstances; local
324 m_gridVertexPositions.push_back(fx);
  /frameworks/base/graphics/java/android/graphics/
ColorSpace.java 1863 float fx = fy + (v[1] * 0.002f); local
1882 float fx = X > A ? (float) Math.pow(X, 1.0 \/ 3.0) : B * X + C; local
    [all...]
  /external/mesa3d/src/mesa/main/
rastpos.c 888 GLfloat fx, fy;
905 fx = x - (int) x;
907 glRasterPos4f( fx, fy, 0.0, w );
  /external/mesa3d/src/mesa/swrast/
s_tritemp.h 576 const GLfixed fx = FixedCeil(fsx); /* no fractional part */ local
577 const GLfixed adjx = (GLfixed) (fx - eLeft->fx0); /* SCALED! */
583 fError = fx - fsx - FIXED_ONE;
607 * the point (fx, fsy). This gives us properly-sampled parameter
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmspcs.c 136 cmsFloat64Number fx, fy, fz; local
141 fx = f(xyz->X / WhitePoint->X);
146 Lab->a = 500.0*(fx - fy);
  /frameworks/base/core/java/com/android/internal/util/
NotificationColorUtil.java     [all...]
  /external/opencv/cv/src/
cvcalibration.cpp 788 double r[3], R[9], dRdr[27], t[3], a[9], k[5] = {0,0,0,0,0}, fx, fy, cx, cy;
857 fx = a[0]; fy = a[4];
861 fx = fy*aspectRatio;
983 m[i].x = xd*fx + cx;
1015 dpdk_p[0] = fx*x*r2;
1016 dpdk_p[1] = fx*x*r4;
1021 dpdk_p[2] = fx*a1;
1022 dpdk_p[3] = fx*a2;
1027 dpdk_p[4] = fx*x*r6;
    [all...]
  /external/mksh/src/
Build.sh 237 fx=
258 $e "$bi==> $fd...$ao $ui$fr$ao$fx"
259 fx=
269 fx=' (cached)'
301 fx=' (implied)'
    [all...]
  /external/valgrind/VEX/priv/
guest_x86_toIR.c     [all...]
  /external/pdfium/fpdfsdk/fxedit/
fxet_edit.h 443 void SetScrollPosX(FX_FLOAT fx);
  /external/pdfium/xfa/fwl/
cfwl_edit.cpp 54 for (FX_FLOAT fx = fStartX + fStep; fx < fEndX; fx += fStep, ++i)
55 pPathData->LineTo(CFX_PointF(fx, fY + (i & 1) * fStep));
    [all...]
  /external/valgrind/coregrind/
m_translate.c 348 dcall->fxState[0].fx = Ifx_Read; \
378 dcall->fxState[0].fx = Ifx_Read; \
636 if (d->fxState[j].fx == Ifx_Read || d->fxState[j].fx == Ifx_None)
    [all...]
  /external/libjpeg-turbo/doc/html/
jquery.js 3 {g=c.apply(this,arguments),g&&f.isFunction(g.promise)?g.promise().then(d.resolve,d.reject,d.notify):d[e+"With"](this===i?d:this,[g])}):i[a](d[e])})}).promise()},promise:function(a){if(a==null)a=h;else for(var b in h)a[b]=h[b];return a}},i=h.promise({}),j;for(j in g)i[j]=g[j].fire,i[j+"With"]=g[j].fireWith;i.done(function(){e="resolved"},c.disable,d.lock).fail(function(){e="rejected"},b.disable,d.lock),a&&a.call(i,i);return i},when:function(a){function m(a){return function(b){e[a]=arguments.length>1?i.call(arguments,0):b,j.notifyWith(k,e)}}function l(a){return function(c){b[a]=arguments.length>1?i.call(arguments,0):c,--g||j.resolveWith(j,b)}}var b=i.call(arguments,0),c=0,d=b.length,e=Array(d),g=d,h=d,j=d<=1&&a&&f.isFunction(a.promise)?a:f.Deferred(),k=j.promise();if(d>1){for(;c<d;c++)b[c]&&b[c].promise&&f.isFunction(b[c].promise)?b[c].promise().then(l(c),j.reject,m(c)):--g;g||j.resolveWith(j,b)}else j!==a&&j.resolveWith(j,d?[a]:[]);return k}}),f.support=function(){var b,d,e,g,h,i,j,k,l,m,n,o,p,q=c.createElement("div"),r=c.documentElement;q.setAttribute("className","t"),q.innerHTML=" <link/><table></table><a href='/a' style='top:1px;float:left;opacity:.55;'>a</a><input type='checkbox'/>",d=q.getElementsByTagName("*"),e=q.getElementsByTagName("a")[0];if(!d||!d.length||!e)return{};g=c.createElement("select"),h=g.appendChild(c.createElement("option")),i=q.getElementsByTagName("input")[0],b={leadingWhitespace:q.firstChild.nodeType===3,tbody:!q.getElementsByTagName("tbody").length,htmlSerialize:!!q.getElementsByTagName("link").length,style:/top/.test(e.getAttribute("style")),hrefNormalized:e.getAttribute("href")==="/a",opacity:/^0.55/.test(e.style.opacity),cssFloat:!!e.style.cssFloat,checkOn:i.value==="on",optSelected:h.selected,getSetAttribute:q.className!=="t",enctype:!!c.createElement("form").enctype,html5Clone:c.createElement("nav").cloneNode(!0).outerHTML!=="<:nav></:nav>",submitBubbles:!0,changeBubbles:!0,focusinBubbles:!1,deleteExpando:!0,noCloneEvent:!0,inlineBlockNeedsLayout:!1,shrinkWrapBlocks:!1,reliableMarginRight:!0},i.checked=!0,b.noCloneChecked=i.cloneNode(!0).checked,g.disabled=!0,b.optDisabled=!h.disabled;try{delete q.test}catch(s){b.deleteExpando=!1}!q.addEventListener&&q.attachEvent&&q.fireEvent&&(q.attachEvent("onclick",function(){b.noCloneEvent=!1}),q.cloneNode(!0).fireEvent("onclick")),i=c.createElement("input"),i.value="t",i.setAttribute("type","radio"),b.radioValue=i.value==="t",i.setAttribute("checked","checked"),q.appendChild(i),k=c.createDocumentFragment(),k.appendChild(q.lastChild),b.checkClone=k.cloneNode(!0).cloneNode(!0).lastChild.checked,b.appendChecked=i.checked,k.removeChild(i),k.appendChild(q),q.innerHTML="",a.getComputedStyle&&(j=c.createElement("div"),j.style.width="0",j.style.marginRight="0",q.style.width="2px",q.appendChild(j),b.reliableMarginRight=(parseInt((a.getComputedStyle(j,null)||{marginRight:0}).marginRight,10)||0)===0);if(q.attachEvent)for(o in{submit:1,change:1,focusin:1})n="on"+o,p=n in q,p||(q.setAttribute(n,"return;"),p=typeof q[n]=="function"),b[o+"Bubbles"]=p;k.removeChild(q),k=g=h=j=q=i=null,f(function(){var a,d,e,g,h,i,j,k,m,n,o,r=c.getElementsByTagName("body")[0];!r||(j=1,k="position:absolute;top:0;left:0;width:1px;height:1px;margin:0;",m="visibility:hidden;border:0;",n="style='"+k+"border:5px solid #000;padding:0;'",o="<div "+n+"><div></div></div>"+"<table "+n+" cellpadding='0' cellspacing='0'>"+"<tr><td></td></tr></table>",a=c.createElement("div"),a.style.cssText=m+"width:0;height:0;position:static;top:0;margin-top:"+j+"px",r.insertBefore(a,r.firstChild),q=c.createElement("div"),a.appendChild(q),q.innerHTML="<table><tr><td style='padding:0;border:0;display:none'></td><td>t</td></tr></table>",l=q.getElementsByTagName("td"),p=l[0].offsetHeight===0,l[0].style.display="",l[1].style.display="none",b.reliableHiddenOffsets=p&&l[0].offsetHeight===0,q.innerHTML="",q.style.width=q.style.paddingLeft="1px",f.boxModel=b.boxModel=q.offsetWidth===2,typeof q.style.zoom!="undefined"&&(q.style.display="inline",q.style.zoom=1,b.inlineBlockNeedsLayout=q.offsetWidth===2,q.style.display="",q.innerHTML="<div style='width:4px;'></div>",b.shrinkWrapBlocks=q.offsetWidth!==2),q.style.cssText=k+m,q.innerHTML=o,d=q.firstChild,e=d.firstChild,h=d.nextSibling.firstChild.firstChild,i={doesNotAddBorder:e.offsetTop!==5,doesAddBorderForTableAndCells:h.offsetTop===5},e.style.position="fixed",e.style.top="20px",i.fixedPosition=e.offsetTop===20||e.offsetTop===15,e.style.position=e.style.top="",d.style.overflow="hidden",d.style.position="relative",i.subtractsBorderForOverflowNotVisible=e.offsetTop===-5,i.doesNotIncludeMarginInBodyOffset=r.offsetTop!==j,r.removeChild(a),q=a=null,f.extend(b,i))});return b}();var j=/^(?:\{.*\}|\[.*\])$/,k=/([A-Z])/g;f.extend({cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,object:"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000",applet:!0},hasData:function(a){a=a.nodeType?f.cache[a[f.expando]]:a[f.expando];return!!a&&!m(a)},data:function(a,c,d,e){if(!!f.acceptData(a)){var g,h,i,j=f.expando,k=typeof c=="string",l=a.nodeType,m=l?f.cache:a,n=l?a[j]:a[j]&&j,o=c==="events";if((!n||!m[n]||!o&&!e&&!m[n].data)&&k&&d===b)return;n||(l?a[j]=n=++f.uuid:n=j),m[n]||(m[n]={},l||(m[n].toJSON=f.noop));if(typeof c=="object"||typeof c=="function")e?m[n]=f.extend(m[n],c):m[n].data=f.extend(m[n].data,c);g=h=m[n],e||(h.data||(h.data={}),h=h.data),d!==b&&(h[f.camelCase(c)]=d);if(o&&!h[c])return g.events;k?(i=h[c],i==null&&(i=h[f.camelCase(c)])):i=h;return i}},removeData:function(a,b,c){if(!!f.acceptData(a)){var d,e,g,h=f.expando,i=a.nodeType,j=i?f.cache:a,k=i?a[h]:h;if(!j[k])return;if(b){d=c?j[k]:j[k].data;if(d){f.isArray(b)||(b in d?b=[b]:(b=f.camelCase(b),b in d?b=[b]:b=b.split(" ")));for(e=0,g=b.length;e<g;e++)delete d[b[e]];if(!(c?m:f.isEmptyObject)(d))return}}if(!c){delete j[k].data;if(!m(j[k]))return}f.support.deleteExpando||!j.setInterval?delete j[k]:j[k]=null,i&&(f.support.deleteExpando?delete a[h]:a.removeAttribute?a.removeAttribute(h):a[h]=null)}},_data:function(a,b,c){return f.data(a,b,c,!0)},acceptData:function(a){if(a.nodeName){var b=f.noData[a.nodeName.toLowerCase()];if(b)return b!==!0&&a.getAttribute("classid")===b}return!0}}),f.fn.extend({data:function(a,c){var d,e,g,h=null;if(typeof a=="undefined"){if(this.length){h=f.data(this[0]);if(this[0].nodeType===1&&!f._data(this[0],"parsedAttrs")){e=this[0].attributes;for(var i=0,j=e.length;i<j;i++)g=e[i].name,g.indexOf("data-")===0&&(g=f.camelCase(g.substring(5)),l(this[0],g,h[g]));f._data(this[0],"parsedAttrs",!0)}}return h}if(typeof a=="object")return this.each(function(){f.data(this,a)});d=a.split("."),d[1]=d[1]?"."+d[1]:"";if(c===b){h=this.triggerHandler("getData"+d[1]+"!",[d[0]]),h===b&&this.length&&(h=f.data(this[0],a),h=l(this[0],a,h));return h===b&&d[1]?this.data(d[0]):h}return this.each(function(){var b=f(this),e=[d[0],c];b.triggerHandler("setData"+d[1]+"!",e),f.data(this,a,c),b.triggerHandler("changeData"+d[1]+"!",e)})},removeData:function(a){return this.each(function(){f.removeData(this,a)})}}),f.extend({_mark:function(a,b){a&&(b=(b||"fx")+"mark",f._data(a,b,(f._data(a,b)||0)+1))},_unmark:function(a,b,c){a!==!0&&(c=b,b=a,a=!1);if(b){c=c||"fx";var d=c+"mark",e=a?0:(f._data(b,d)||1)-1;e?f._data(b,d,e):(f.removeData(b,d,!0),n(b,c,"mark"))}},queue:function(a,b,c){var d;if(a){b=(b||"fx")+"queue",d=f._data(a,b),c&&(!d||f.isArray(c)?d=f._data(a,b,f.makeArray(c)):d.push(c));return d||[]}},dequeue:function(a,b){b=b||"fx";var c=f.queue(a,b),d=c.shift(),e={};d==="inprogress"&&(d=c.shift()),d&&(b==="fx"&&c.unshift("inprogress"),f._data(a,b+".run",e),d.call(a,function(){f.dequeue(a,b)},e)),c.length||(f.removeData(a,b+"queue "+b+".run",!0),n(a,b,"queue"))}}),f.fn.extend({queue:function(a,c){typeof a!="string"&&(c=a,a="fx");if(c===b)return f.queue(this[0],a);return this.each(function(){var b=f.queue(this,a,c);a==="fx"&&b[0]!=="inprogress"&&f.dequeue(this,a)})},dequeue:function(a){return this.each(function(){f.dequeue(this,a)})},delay:function(a,b){a=f.fx?f.fx.speeds[a]||a:a,b=b||"fx";return this.queue(b,function(b,c){var d=setTimeout(b,a);c.stop=function(){clearTimeout(d)}})},cle (…)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
RVCVRecordActivity.java 521 double fx = width/2/Math.tan(alpha/2.0); local
524 + mCamera.getParameters().getHorizontalViewAngle() +" Estimated fx = "+fx);
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Image.h     [all...]

Completed in 965 milliseconds

1 2 3 4 56 7 8 9