HomeSort by relevance Sort by last modified time
    Searched full:area (Results 701 - 725 of 5028) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 328 // This returns quotient of the target area and its intersection with the touch area.
329 // This will prioritize largest intersection and smallest area, while balancing the two against each other.
344 return rect.size().area() / (float)intersection.size().area();
349 // as links, where the width may be significantly larger than the touch width. Using area of overlap
367 float intersectArea = rect.size().area();
419 // FIXME: This will return the point inside the touch area that is the closest to the quad center, but does not
446 // Distance functions could for instance be distance squared or area of intersection.
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollAnimatorNone.cpp 148 double area; local
150 area = kTimeBaseSquaredOverThree * t1 * t1 * t1;
152 return area;
158 area += bounceArea;
160 return area;
166 area += bounceArea;
168 return area;
174 area += bounceArea;
175 return area;
  /external/chromium_org/third_party/WebKit/Source/web/painting/
PaintAggregator.cpp 55 // If the combined area of paint rects contained within the scroll rect grows
57 // This constant sets the max ratio of paint rect area to scroll rect area that
67 // If the combined area of paint rects divided by the area of the union of all
181 // Combine paint rects if their combined area is not sufficiently less than
182 // the area of the union of all paint rects. We skip this if there is a
318 // Check if the combined area of all contained paint rects plus this new
319 // rect comes too close to the area of the scrollRect. If so, then we
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/test/
rule_test.cc 59 "\"state_name_type\":\"area\","
98 "\"state_name_type\":\"area\","
111 EXPECT_EQ("area", rule.GetAdminAreaNameType());
141 "\"state_name_type\":\"area\","
358 // Tests for parsing the administrative area name.
364 // Verifies that an administrative area name is parsed correctly.
370 // Test parsing all administrative area names.
374 LabelData("{\"state_name_type\":\"area\"}", "area"),
  /external/mksh/src/
sh.h 651 typedef struct lalloc Area;
654 EXTERN Area aperm; /* permanent object space */
656 #define ATEMP &e->area
693 Area area; /* temporary allocation area */ member in struct:env
1062 Area *areap; /* area shf/buf were allocated in */
1079 Area *areap; /* area to allocate entries *
1207 Area area; \/* area to allocate things *\/ member in struct:block
    [all...]
  /external/qemu/distrib/sdl-1.2.15/test/
testalpha.c 263 without being overwritten by the saved area behind the sprite.
294 /* Save the area behind the sprite */
497 SDL_Rect area; local
499 area.x = event.button.x-16;
500 area.y = event.button.y-16;
501 area.w = 32;
502 area.h = 32;
503 SDL_FillRect(screen, &area, 0);
504 SDL_UpdateRects(screen,1,&area);
  /external/chromium_org/cc/layers/
heads_up_display_layer_impl.cc 239 SkRect area = SkRect::MakeEmpty(); local
241 area = DrawPaintTimeDisplay(
246 area =
251 DrawMemoryDisplay(canvas, 0, area.bottom(), SkMaxScalar(area.width(), 150));
335 SkRect area = SkRect::MakeXYWH(left, top, width, height); local
338 DrawGraphBackground(canvas, &paint, area);
452 return area;
467 const SkRect area = SkRect::MakeXYWH(left, top, width, height); local
472 DrawGraphBackground(canvas, &paint, area);
523 const SkRect area = SkRect::MakeXYWH(left, top, width, height); local
    [all...]
  /external/svox/pico/lib/
picoapi.c 138 * @param memory : pointer to a free and already allocated memory area
139 * @param size : size of the memory area
195 * @param outMessage : memory area where to return a string
307 * @param *outLingware : pointer to receive the loaded lingware resource memory area address
340 * @param *inoutLingware : pointer to the loaded lingware resource memory area address
375 * @param resource : pointer to the loaded resource memory area address
376 * @param outName : pointer to the area to receuive the resource name
401 * @param *voiceName : pointer to the area to receive the voice definition
431 * @param *voiceName : pointer to the area containing the voice definition
432 * @param *resourceName : pointer to the area containing the resource nam
    [all...]
  /external/lldb/www/python_reference/
lldb.SBStringList-class.html 63 <area shape="rect" id="node40" href="lldb.SBStringList-class.html#__swig_setmethods__" title="lldb.SBStringList.__swig_setmethods__" alt="" coords="17,31,197,49"/>
64 <area shape="rect" id="node40" href="lldb.SBStringList-class.html#__swig_getmethods__" title="lldb.SBStringList.__swig_getmethods__" alt="" coords="17,49,197,68"/>
65 <area shape="rect" id="node40" href="lldb.SBStringList-class.html#__setattr__" title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" coords="17,71,197,89"/>
66 <area shape="rect" id="node40" href="lldb.SBStringList-class.html#__getattr__" title="lldb.SBStringList.__getattr__" alt="" coords="17,89,197,108"/>
67 <area shape="rect" id="node40" href="lldb.SBStringList-class.html#__repr__" title="repr(x)" alt="" coords="17,108,197,127"/>
68 <area shape="rect" id="node40" href="lldb.SBStringList-class.html#__iter__" title="lldb.SBStringList.__iter__" alt="" coords="17,127,197,145"/>
69 <area shape="rect" id="node40" href="lldb.SBStringList-class.html#__len__" title="lldb.SBStringList.__len__" alt="" coords="17,145,197,164"/>
70 <area shape="rect" id="node40" href="lldb.SBStringList-class.html#__init__" title="__init__(lldb::SBStringList self) &#45;&gt; SBStringList &#160;__init__(lldb::SBStringList self, SBStringList rhs) &#45;&gt; SBStringList" alt="" coords="17,164,197,183"/>
71 <area shape="rect" id="node40" href="lldb.SBStringList-class.html#__swig_destroy__" title="delete_SBStringList(SBStringList self)" alt="" coords="17,183,197,201"/>
72 <area shape="rect" id="node40" href="lldb.SBStringList-class.html#__del__" title="lldb.SBStringList.__de (…)
    [all...]
lldb.SBTypeMember-class.html 63 <area shape="rect" id="node54" href="lldb.SBTypeMember-class.html#__swig_setmethods__" title="lldb.SBTypeMember.__swig_setmethods__" alt="" coords="17,31,197,49"/>
64 <area shape="rect" id="node54" href="lldb.SBTypeMember-class.html#__swig_getmethods__" title="lldb.SBTypeMember.__swig_getmethods__" alt="" coords="17,49,197,68"/>
65 <area shape="rect" id="node54" href="lldb.SBTypeMember-class.html#bit_offset" title="A read only property that returns offset in bits for this member as an &#160;integer." alt="" coords="17,68,197,87"/>
66 <area shape="rect" id="node54" href="lldb.SBTypeMember-class.html#bitfield_bit_size" title="A read only property that returns the bitfield size in bits for this member as an integer, or zero if this member is not a bitfield." alt="" coords="17,87,197,105"/>
67 <area shape="rect" id="node54" href="lldb.SBTypeMember-class.html#byte_offset" title="A read only property that returns offset in bytes for this member as an &#160;integer." alt="" coords="17,105,197,124"/>
68 <area shape="rect" id="node54" href="lldb.SBTypeMember-class.html#is_bitfield" title="A read only property that returns true if this member is a bitfield." alt="" coords="17,124,197,143"/>
69 <area shape="rect" id="node54" href="lldb.SBTypeMember-class.html#name" title="A read only property that returns the name for this member as a string." alt="" coords="17,143,197,161"/>
70 <area shape="rect" id="node54" href="lldb.SBTypeMember-class.html#type" title="A read only property that returns an lldb object that represents the type &#160;(lldb.SBType) for this member." alt="" coords="17,161,197,180"/>
71 <area shape="rect" id="node54" href="lldb.SBTypeMember-class.html#__setattr__" title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" coords="17,183,197,201"/>
72 <area shape="rect" id="node54" href="lldb.SBTypeMember-class.html#__getattr__" title="lldb.SBTypeMember. (…)
    [all...]
lldb.SBBroadcaster-class.html 63 <area shape="rect" id="node6" href="lldb.SBBroadcaster-class.html#__swig_setmethods__" title="lldb.SBBroadcaster.__swig_setmethods__" alt="" coords="17,31,248,49"/>
64 <area shape="rect" id="node6" href="lldb.SBBroadcaster-class.html#__swig_getmethods__" title="lldb.SBBroadcaster.__swig_getmethods__" alt="" coords="17,49,248,68"/>
65 <area shape="rect" id="node6" href="lldb.SBBroadcaster-class.html#__setattr__" title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" coords="17,71,248,89"/>
66 <area shape="rect" id="node6" href="lldb.SBBroadcaster-class.html#__getattr__" title="lldb.SBBroadcaster.__getattr__" alt="" coords="17,89,248,108"/>
67 <area shape="rect" id="node6" href="lldb.SBBroadcaster-class.html#__repr__" title="repr(x)" alt="" coords="17,108,248,127"/>
68 <area shape="rect" id="node6" href="lldb.SBBroadcaster-class.html#__init__" title="__init__(lldb::SBBroadcaster self) &#45;&gt; SBBroadcaster &#160;__init__(lldb::SBBroadcaster self, str const * name) &#45;&gt; SBBroadcaster &#160;__init__(lldb::SBBroadcaster self, SBBroadcaster rhs) &#45;&gt; SBBroadcaster" alt="" coords="17,127,248,145"/>
69 <area shape="rect" id="node6" href="lldb.SBBroadcaster-class.html#__swig_destroy__" title="delete_SBBroadcaster(SBBroadcaster self)" alt="" coords="17,145,248,164"/>
70 <area shape="rect" id="node6" href="lldb.SBBroadcaster-class.html#__del__" title="lldb.SBBroadcaster.__del__" alt="" coords="17,164,248,183"/>
71 <area shape="rect" id="node6" href="lldb.SBBroadcaster-class.html#__nonzero__" title="lldb.SBBroadcaster.__nonzero__" alt="" coords="17,183,248,201"/>
72 <area shape="rect" id="node6" href="lldb.SBBroadcaster-class.html#IsValid" title="IsValid(SBBroadcaster (…)
    [all...]
lldb.SBModuleSpecList-class.html 63 <area shape="rect" id="node34" href="lldb.SBModuleSpecList-class.html#__swig_setmethods__" title="lldb.SBModuleSpecList.__swig_setmethods__" alt="" coords="17,31,225,49"/>
64 <area shape="rect" id="node34" href="lldb.SBModuleSpecList-class.html#__swig_getmethods__" title="lldb.SBModuleSpecList.__swig_getmethods__" alt="" coords="17,49,225,68"/>
65 <area shape="rect" id="node34" href="lldb.SBModuleSpecList-class.html#__setattr__" title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" coords="17,71,225,89"/>
66 <area shape="rect" id="node34" href="lldb.SBModuleSpecList-class.html#__getattr__" title="lldb.SBModuleSpecList.__getattr__" alt="" coords="17,89,225,108"/>
67 <area shape="rect" id="node34" href="lldb.SBModuleSpecList-class.html#__repr__" title="repr(x)" alt="" coords="17,108,225,127"/>
68 <area shape="rect" id="node34" href="lldb.SBModuleSpecList-class.html#__init__" title="__init__(lldb::SBModuleSpecList self) &#45;&gt; SBModuleSpecList &#160;__init__(lldb::SBModuleSpecList self, SBModuleSpecList rhs) &#45;&gt; &#160;SBModuleSpecList" alt="" coords="17,127,225,145"/>
69 <area shape="rect" id="node34" href="lldb.SBModuleSpecList-class.html#__swig_destroy__" title="delete_SBModuleSpecList(SBModuleSpecList self)" alt="" coords="17,145,225,164"/>
70 <area shape="rect" id="node34" href="lldb.SBModuleSpecList-class.html#__del__" title="lldb.SBModuleSpecList.__del__" alt="" coords="17,164,225,183"/>
71 <area shape="rect" id="node34" href="lldb.SBModuleSpecList-class.html#GetModuleSpecifications" title="GetModuleSpecifications(str const * path) &#45;&gt; SBModuleSpecList" alt="" coords="17,183,225,201"/>
72 <area shape="rect" id="node34" href="lldb.SBModuleSpecList-class.html#Append" title="Append(SBModuleSpec (…)
    [all...]
lldb.SBValueList-class.html 63 <area shape="rect" id="node59" href="lldb.SBValueList-class.html#__swig_setmethods__" title="lldb.SBValueList.__swig_setmethods__" alt="" coords="17,31,197,49"/>
64 <area shape="rect" id="node59" href="lldb.SBValueList-class.html#__swig_getmethods__" title="lldb.SBValueList.__swig_getmethods__" alt="" coords="17,49,197,68"/>
65 <area shape="rect" id="node59" href="lldb.SBValueList-class.html#__setattr__" title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" coords="17,71,197,89"/>
66 <area shape="rect" id="node59" href="lldb.SBValueList-class.html#__getattr__" title="lldb.SBValueList.__getattr__" alt="" coords="17,89,197,108"/>
67 <area shape="rect" id="node59" href="lldb.SBValueList-class.html#__repr__" title="repr(x)" alt="" coords="17,108,197,127"/>
68 <area shape="rect" id="node59" href="lldb.SBValueList-class.html#__iter__" title="lldb.SBValueList.__iter__" alt="" coords="17,127,197,145"/>
69 <area shape="rect" id="node59" href="lldb.SBValueList-class.html#__init__" title="__init__(lldb::SBValueList self) &#45;&gt; SBValueList __init__(lldb::SBValueList &#160;self, SBValueList rhs) &#45;&gt; SBValueList" alt="" coords="17,145,197,164"/>
70 <area shape="rect" id="node59" href="lldb.SBValueList-class.html#__swig_destroy__" title="delete_SBValueList(SBValueList self)" alt="" coords="17,164,197,183"/>
71 <area shape="rect" id="node59" href="lldb.SBValueList-class.html#__del__" title="lldb.SBValueList.__del__" alt="" coords="17,183,197,201"/>
72 <area shape="rect" id="node59" href="lldb.SBValueList-class.html#__nonzero__" title="lldb.SBValueList.__ (…)
    [all...]
lldb.SBCommunication-class.html 63 <area shape="rect" id="node9" href="lldb.SBCommunication-class.html#__swig_setmethods__" title="lldb.SBCommunication.__swig_setmethods__" alt="" coords="17,31,323,49"/>
64 <area shape="rect" id="node9" href="lldb.SBCommunication-class.html#__swig_getmethods__" title="lldb.SBCommunication.__swig_getmethods__" alt="" coords="17,49,323,68"/>
65 <area shape="rect" id="node9" href="lldb.SBCommunication-class.html#eBroadcastBitDisconnected" title="lldb.SBCommunication.eBroadcastBitDisconnected" alt="" coords="17,68,323,87"/>
66 <area shape="rect" id="node9" href="lldb.SBCommunication-class.html#eBroadcastBitReadThreadGotBytes" title="lldb.SBCommunication.eBroadcastBitReadThreadGotBytes" alt="" coords="17,87,323,105"/>
67 <area shape="rect" id="node9" href="lldb.SBCommunication-class.html#eBroadcastBitReadThreadDidExit" title="lldb.SBCommunication.eBroadcastBitReadThreadDidExit" alt="" coords="17,105,323,124"/>
68 <area shape="rect" id="node9" href="lldb.SBCommunication-class.html#eBroadcastBitReadThreadShouldExit" title="lldb.SBCommunication.eBroadcastBitReadThreadShouldExit" alt="" coords="17,124,323,143"/>
69 <area shape="rect" id="node9" href="lldb.SBCommunication-class.html#eBroadcastBitPacketAvailable" title="lldb.SBCommunication.eBroadcastBitPacketAvailable" alt="" coords="17,143,323,161"/>
70 <area shape="rect" id="node9" href="lldb.SBCommunication-class.html#eAllEventBits" title="lldb.SBCommunication.eAllEventBits" alt="" coords="17,161,323,180"/>
71 <area shape="rect" id="node9" href="lldb.SBCommunication-class.html#__setattr__" title="x.__setattr__(&#39;name&#39;, value) &lt;==&gt; x.name = value" alt="" coords="17,183,323,201"/>
72 <area shape="rect" id="node9" href="lldb.SBCommunication-class.html#__getattr__" title="lldb.SBCommunica (…)
    [all...]
  /external/chromium_org/android_webview/common/
print_messages.h 91 // Physical printable area of the page in pixels according to dpi.
94 // The y-offset of the printable area, in pixels according to dpi.
97 // The x-offset of the printable area, in pixels according to dpi.
266 // The printable area the page author specified.
390 // |printable_area_in_points| Specifies the printable area in points.
395 gfx::Rect /* printable area in points */,
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderVTTCue.cpp 103 // height / width of the video's rendering area ...
158 // box in boxes is now above the top of the video's rendering area,
160 // boxes is now below the bottom of the video's rendering area, jump
168 // rendering area, or if step is positive and the right edge of the
170 // the video's rendering area, jump to the step labeled switch direction.
229 // in output and all the boxes in output are within the video's rendering area
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintContentView.java 30 * area that contains the print options. If the sliding area is open the
32 * job is shown. Under the sliding area there is a place for putting
34 * etc. The sliding area is covering the content holder under it when
236 // we have to adjust the sliding area closed state offset.
254 // we have to adjust the current offset to ensure the sliding area is
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
NameLookupBuilder.java 41 // JAUM in Hangul Compatibility Jamo area 0x3131 ~ 0x314E to
42 // in Hangul Jamo area 0x1100 ~ 0x1112
188 // Exclude characters that are not in Korean leading consonants area
189 // and Korean characters area.
202 // Hangul Compatibility Jamo area 0x3131 ~ 0x314E :
203 // Convert to Hangul Jamo area 0x1100 ~ 0x1112
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
dygraph-combined.js 1 DygraphLayout=function(b,a){this.dygraph_=b;this.options={};Dygraph.update(this.options,a?a:{});this.datasets=new Array();this.annotations=new Array()};DygraphLayout.prototype.attr_=function(a){return this.dygraph_.attr_(a)};DygraphLayout.prototype.addDataset=function(a,b){this.datasets[a]=b};DygraphLayout.prototype.setAnnotations=function(d){var e=this.attr_("xValueParser");for(var c=0;c<d.length;c++){var b={};if(!d[c].xval&&!d[c].x){this.dygraph_.error("Annotations must have an 'x' property");return}if(d[c].icon&&!(d[c].hasOwnProperty("width")&&d[c].hasOwnProperty("height"))){this.dygraph_.error("Must set width and height when setting annotation.icon property");return}Dygraph.update(b,d[c]);if(!b.xval){b.xval=e(b.x)}this.annotations.push(b)}};DygraphLayout.prototype.evaluate=function(){this._evaluateLimits();this._evaluateLineCharts();this._evaluateLineTicks();this._evaluateAnnotations()};DygraphLayout.prototype._evaluateLimits=function(){this.minxval=this.maxxval=null;if(this.options.dateWindow){this.minxval=this.options.dateWindow[0];this.maxxval=this.options.dateWindow[1]}else{for(var c in this.datasets){if(!this.datasets.hasOwnProperty(c)){continue}var d=this.datasets[c];var b=d[0][0];if(!this.minxval||b<this.minxval){this.minxval=b}var a=d[d.length-1][0];if(!this.maxxval||a>this.maxxval){this.maxxval=a}}}this.xrange=this.maxxval-this.minxval;this.xscale=(this.xrange!=0?1/this.xrange:1);this.minyval=this.options.yAxis[0];this.maxyval=this.options.yAxis[1];this.yrange=this.maxyval-this.minyval;this.yscale=(this.yrange!=0?1/this.yrange:1)};DygraphLayout.prototype._evaluateLineCharts=function(){this.points=new Array();for(var e in this.datasets){if(!this.datasets.hasOwnProperty(e)){continue}var d=this.datasets[e];for(var b=0;b<d.length;b++){var c=d[b];var a={x:((parseFloat(c[0])-this.minxval)*this.xscale),y:1-((parseFloat(c[1])-this.minyval)*this.yscale),xval:parseFloat(c[0]),yval:parseFloat(c[1]),name:e};if(a.y<=0){a.y=0}if(a.y>=1){a.y=1}this.points.push(a)}}};DygraphLayout.prototype._evaluateLineTicks=function(){this.xticks=new Array();for(var c=0;c<this.options.xTicks.length;c++){var b=this.options.xTicks[c];var a=b.label;var d=this.xscale*(b.v-this.minxval);if((d>=0)&&(d<=1)){this.xticks.push([d,a])}}this.yticks=new Array();for(var c=0;c<this.options.yTicks.length;c++){var b=this.options.yTicks[c];var a=b.label;var d=1-(this.yscale*(b.v-this.minyval));if((d>=0)&&(d<=1)){this.yticks.push([d,a])}}};DygraphLayout.prototype.evaluateWithError=function(){this.evaluate();if(!this.options.errorBars){return}var d=0;for(var g in this.datasets){if(!this.datasets.hasOwnProperty(g)){continue}var c=0;var f=this.datasets[g];for(var c=0;c<f.length;c++,d++){var e=f[c];var a=parseFloat(e[0]);var b=parseFloat(e[1]);if(a==this.points[d].xval&&b==this.points[d].yval){this.points[d].errorMinus=parseFloat(e[2]);this.points[d].errorPlus=parseFloat(e[3])}}}};DygraphLayout.prototype._evaluateAnnotations=function(){var f={};for(var d=0;d<this.annotations.length;d++){var b=this.annotations[d];f[b.xval+","+b.series]=b}this.annotated_points=[];for(var d=0;d<this.points.length;d++){var e=this.points[d];var c=e.xval+","+e.name;if(c in f){e.annotation=f[c];this.annotated_points.push(e)}}};DygraphLayout.prototype.removeAllDatasets=function(){delete this.datasets;this.datasets=new Array()};DygraphLayout.prototype.updateOptions=function(a){Dygraph.update(this.options,a?a:{})};DygraphCanvasRenderer=function(c,b,d,a){this.dygraph_=c;this.options={strokeWidth:0.5,drawXAxis:true,drawYAxis:true,axisLineColor:"black",axisLineWidth:0.5,axisTickSize:3,axisLabelColor:"black",axisLabelFont:"Arial",axisLabelFontSize:9,axisLabelWidth:50,drawYGrid:true,drawXGrid:true,gridLineColor:"rgb(128,128,128)",fillAlpha:0.15,underlayCallback:null};Dygraph.update(this.options,a);this.layout=d;this.element=b;this.container=this.element.parentNode;this.height=this.element.height;this.width=this.element.width;if(!this.isIE&&!(DygraphCanvasRenderer.isSupported(this.element))){throw"Canvas is not supported."}this.xlabels=new Array();this.ylabels=new Array();this.annotations=new Array();this.area={x:this.options.yAxisLabelWidth+2*this.options.axisTickSize,y:0};this.area.w=this.width-this.area.x-this.options.rightGap;this.area.h=this.height-this.options.axisLabelFontSize-2*this.options.axisTickSize;this.container.style.position="relative";this.container.style.width=this.width+"px"};DygraphCanvasRenderer.prototype.clear=function(){if(this.isIE){try{if(this.clearDelay){this.clearDelay.cancel();this.clearDelay=null}var b=this.element.getContext("2d")}catch(d){this.clearDelay=MochiKit.Async.wait(this.IEDelay);this.clearDelay.addCallback(bind(this.clear,this));return}}var b=this.element.getContext("2d");b.clearRect(0,0,this.width,this.height);for(var a=0;a<this.xlabels.length;a++){var c=this.xlabels[a];c.parentNode.removeChild(c)}for(var a=0;a<this.ylabels.length;a++){var c=this.ylabels[a];c.parentNode.removeChild(c)}for(var a=0;a<this.annotations.length;a++){var c=this.annotations[a];c.parentNode.removeChild(c)}this.xlabels=new Array();this.ylabels=new Array();this.annotations=new Array()};DygraphCanvasRenderer.isSupported=function(g){var b=null;try{if(typeof(g)=="undefined"||g==null){b=document.createElement("canvas")}else{b=g}var c=b.getContext("2d")}catch(d){var f=navigator.appVersion.match(/MSIE (\d\.\d)/);var a=(navigator.userAgent.toLowerCase().indexOf("opera")!=-1);if((!f)||(f[1]<6)||(a)){return false}return true}return true};DygraphCanvasRenderer.prototype.render=function(){var b=this.element.getContext("2d");if(this.options.underlayCallback){this.options.underlayCallback(b,this.area,this.layout,this.dygraph_)}if(this.options.drawYGrid){var d=this.layout.yticks;b.save();b.strokeStyle=this.options.gridLineColor;b.lineWidth=this.options.axisLineWidth;for(var c=0;c<d.length;c++){var a=this.area.x;var e=this.area.y+d[c][0]*this.area.h;b.beginPath();b.moveTo(a,e);b.lineTo(a+this.area.w,e);b.closePath();b.stroke()}}if(this.options.drawXGrid){var d=this.layout.xticks;b.save();b.strokeStyle=this.options.gridLineColor;b.lineWidth=this.options.axisLineWidth;for(var c=0;c<d.length;c++){var a=this.area.x+d[c][0]*this.area.w;var e=this.area.y+this.area.h;b.beginPath();b.moveTo(a,e);b.lineTo(a,this.ar (…)
    [all...]
  /external/chromium_org/chrome/browser/thumbnails/
content_analysis.cc 380 const gfx::Rect& area,
390 DCHECK_GE(area.x(), 0);
391 DCHECK_GE(area.y(), 0);
392 DCHECK_LE(area.right(), input_bitmap.width());
393 DCHECK_LE(area.bottom(), input_bitmap.height());
398 rows->resize(area.height(), 0);
399 columns->resize(area.width(), 0);
401 for (int r = 0; r < area.height(); ++r) {
403 const uint8* image_row = input_bitmap.getAddr8(area.x(), r + area.y())
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
BufferStorage11.cpp 29 : area(areaIn),
805 mTextureSize.width != params.area.width ||
806 mTextureSize.height != params.area.height))
819 mTextureSize.width = params.area.width;
820 mTextureSize.height = params.area.height;
824 stagingDesc.Width = params.area.width;
825 stagingDesc.Height = params.area.height;
847 srcBox.left = params.area.x;
848 srcBox.right = params.area.x + params.area.width
    [all...]
  /external/valgrind/main/coregrind/
pub_core_aspacemgr.h 79 /* Is the area [start .. start+len-1] validly accessible by the
81 simply if said area merely belongs to the client, pass
83 area does not belong to the client or does not have at least
167 new area really is free. This is perhaps overly
263 /* Let (start,len) denote an area within a single Valgrind-owned
271 denotes a SkAnonC (anonymous client mapping) area, set the .isCH
272 (is-client-heap) flag for that area. Otherwise do nothing.
312 in the new area. Fails if SEG is not a single client mapping or if
313 the new area is not accessible to the client. Fails if DELTA is
316 immediately discard translations from the new area. *
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
GcSnapshot.java 41 import java.awt.geom.Area;
71 private Area mClip = null;
496 Area area = null; local
499 area = new Area(shape);
501 area = Region_Delegate.combineShapes(getClip(), shape, regionOp);
504 assert area != null;
507 if (area != null) {
509 layer.setClip(area);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/draw9patch/graphics/
NinePatchedImageTest.java 102 // initialized contents area
108 // content area rectangle
625 String fileName = DIR + "content-area.9.png";
633 // contents area
639 // content area rectangle
645 String fileName = DIR + "content-area-one-dot.9.png";
653 // contents area
659 // content area rectangle
665 String fileName = DIR + "content-area-two-dots.9.png";
673 // contents area
    [all...]
  /art/compiler/jni/quick/x86/
calling_convention_x86.cc 126 // Method*, return address and callee save area size, local reference segment state
131 // Plus return value spill area size

Completed in 539 milliseconds

<<21222324252627282930>>