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

  /external/webkit/Source/WebKit/gtk/webkit/
webkitviewportattributesprivate.h 44 float devicePixelRatio;
webkitviewportattributes.cpp 430 viewport->priv->devicePixelRatio = -1;
475 g_value_set_float(value, priv->devicePixelRatio);
544 priv->devicePixelRatio = attributes.devicePixelRatio;
  /external/webkit/Source/WebKit/win/Interfaces/
DOMWindow.idl 60 //readonly attribute double devicePixelRatio;
61 HRESULT devicePixelRatio([out, retval] double* result);
  /external/webkit/Source/WebCore/dom/
ViewportArguments.cpp 69 result.devicePixelRatio = float(deviceDPI / args.targetDensityDpi);
72 if (result.devicePixelRatio != 1.0) {
73 availableWidth /= result.devicePixelRatio;
74 availableHeight /= result.devicePixelRatio;
75 deviceWidth /= result.devicePixelRatio;
76 deviceHeight /= result.devicePixelRatio;
ViewportArguments.h 48 float devicePixelRatio;
  /external/webkit/Tools/EWebLauncher/
main.c 146 float devicePixelRatio;
435 float w, h, initScale, minScale, maxScale, devicePixelRatio;
438 ewk_view_viewport_attributes_get(webview, &w, &h, &initScale, &maxScale, &minScale, &devicePixelRatio, &userScalable);
453 if ((int)devicePixelRatio == -1)
454 devicePixelRatio = ewk_view_device_pixel_ratio_get(webview);
463 app->viewport.devicePixelRatio = devicePixelRatio;
  /external/webkit/Source/WebKit2/UIProcess/API/qt/
qwkpage.h 63 inline qreal devicePixelRatio() const { return m_devicePixelRatio; };
qwkpage.cpp 572 result.m_devicePixelRatio = conf.devicePixelRatio;
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.h 227 inline qreal devicePixelRatio() const { return m_devicePixelRatio; }
qwebpage.cpp     [all...]
  /external/webkit/Source/WebCore/page/
DOMWindow.h 216 double devicePixelRatio() const;
DOMWindow.idl 159 attribute [Replaceable] double devicePixelRatio;
    [all...]
DOMWindow.cpp     [all...]
  /external/chromium-trace/
script.js 63 parseInt(c.borderTopWidth)-parseInt(c.borderBottomWidth),b=window.devicePixelRatio||1;this.canvas_.width!=a&&(this.canvas_.width=a*b,this.canvas_.style.width=a+"px");this.canvas_.height!=c&&(this.canvas_.height=c*b,this.canvas_.style.height=c+"px")},get firstCanvas(){return this.canvas_}};return{CanvasBasedTrack:d}});
69 b.moveTo(w-4*d,g),b.lineTo(w,0),b.lineTo(w+4*d,g),b.closePath(),b.fill())}q.flush();b.restore();q=window.devicePixelRatio||1;if(8<g){b.textAlign="center";b.textBaseline="top";b.font=10*q+"px sans-serif";b.strokeStyle="rgb(0,0,0)";b.fillStyle="rgb(0,0,0)";w=20*d;v=this.SHOULD_ELIDE_TEXT;for(u=r;u<p.length;++u){s=p[u];if(s.start>e)break;s.duration>w&&(r=s.title,s.didNotFinish&&(r+=" (Did Not Finish)"),x=this.labelWidth(r),v&&this.labelWidthWorld(r,d)>s.duration&&(x=this.elidedTitleCache.get(this,d,
70 r,x,s.duration),r=x.string,x=x.width),x*d<s.duration&&(s=c.xWorldToView(s.start+0.5*s.duration),b.fillText(r,s,2.5*q,x)))}}c.drawOverContent(b,m,e,g)},addIntersectingItemsToSelection:function(b,a,f){var e=this.getBoundingClientRect();if(a<e.top||a>=e.bottom)return!1;b=this.viewport_.xViewVectorToWorld(b*devicePixelRatio);b=tracing.findLowIndexInSortedIntervals(this.slices_,function(b){return b.start},function(b){return b.duration},b);return 0<=b&&b<this.slices_.length?(f=f.addSlice(this,this.slices_[b]),
71 this.decorateHit(f),!0):!1},addIntersectingItemsInRangeToSelection:function(b,a,f,e,g){function c(b){b=g.addSlice(p,b);p.decorateHit(b)}var d=window.devicePixelRatio||1;b=this.viewport_.xViewToWorld(b*d);a=this.viewport_.xViewToWorld(a*d);d=this.getBoundingClientR (…)
    [all...]
  /external/webkit/Source/WebKit/efl/ewk/
ewk_view.cpp     [all...]

Completed in 266 milliseconds