Searched refs:height (Results 1 - 25 of 7326) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
H A DTestDotTreeGenerator.cs64 + @" width=.25, height=.25, color=""black"", fillcolor=""white"", style=""filled, solid, bold""];" + newline
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Ddot.rb76 | width=.25, height=.25];
/external/bison/build-aux/
H A Dtexinfo.tex414 \def\ewtop{\vrule height\cornerthick depth0pt width\cornerlong}
416 {\hrule height\cornerthick depth\cornerlong width\cornerthick}}
419 {\hrule height\cornerlong depth\cornerthick width\cornerthick}}
633 % to keep its height that of a normal line. According to the rules for
635 % max (\topskip - \ht (first item), 0). If that height is large,
666 % The \vtop produces a box with normal height and large depth; thus, TeX puts
715 % Do a \strut just to make the height of this box be normal, so the
827 % We want to insert a rule with the height and depth of the current
836 \vrule height\baselineskip width1pt
1184 % #1 is image name, #2 width (might be empty/whitespace), #3 height (ditt
[all...]
/external/bison/data/
H A Dlalr1.java229 public int height = -1;
233 height++;
234 if (size == height)
237 System.arraycopy (stateStack, 0, newStateStack, 0, height);
241 System.arraycopy (locStack, 0, newLocStack, 0, height);
245 System.arraycopy (valueStack, 0, newValueStack, 0, height);
251 stateStack[height] = state;
252 ]b4_locations_if([[locStack[height] = loc;]])[
253 valueStack[height] = value;
263 java.util.Arrays.fill (valueStack, height
[all...]
H A Dstack.hh82 height () const
/external/bison/examples/calc++/
H A Dstack.hh94 height () const function in class:yy::stack
/external/bison/src/
H A Drelation.c65 relation_node height; local
68 INDEX[i] = height = top;
82 if (INDEX[i] == height)
/external/bzip2/
H A Dbzip.css27 height: 3px;
/external/ceres-solver/examples/
H A Ddenoising.cc116 for (int y = 0; y < image.height() - (foe.Size() - 1); ++y) {
164 for (int y = 0; y < solution->height(); ++y) {
206 PGMImage<double> solution(image.width(), image.height());
H A Dpgm_image.h53 PGMImage(int width, int height);
61 int height() const;
94 PGMImage<Real>::PGMImage(int width, int height) argument
95 : height_(height), width_(width), data_(width*height, 0.0) {
119 int PGMImage<Real>::height() const { function in class:ceres::examples::PGMImage
189 outputfile << " # <width> <height> <levels> " << std::endl;
/external/chromium-trace/
H A Dscript.js244 vec2.createXY(0,0);vec2.createXY(1,0);vec2.createXY(0,1);vec2.createXY(1,1);var h=vec2.create(),k=vec2.create();b.FromXYWH=function(a,c,e,f){var d=new b;vec2.set(d.p1,a,c);vec2.set(d.p2,a+e,c);vec2.set(d.p3,a+e,c+f);vec2.set(d.p4,a,c+f);return d};b.FromRect=function(a){return new b.FromXYWH(a.x,a.y,a.width,a.height)};b.From4Vecs=function(a,c,e,f){var d=new b;vec2.set(d.p1,a[0],a[1]);vec2.set(d.p2,c[0],c[1]);vec2.set(d.p3,e[0],e[1]);vec2.set(d.p4,f[0],f[1]);return d};b.From8Array=function(a){if(8!=
247 this.p1[0]&&a.y==this.p2[1]&&a.width==this.p3[0]-this.p1[0]&&a.height==this.p3[1]-this.p2[1]&&a.x==this.p4[0]&&a.height==this.p4[1]-this.p2[1]},projectUnitRect:function(a){var c=new b;this.projectUnitRectFast(c,a);return c},projectUnitRectFast:function(a,c){var b=e[0],f=e[1],h=e[2],k=e[3],u,w,t,r;vec2.sub(b,this.p2,this.p1);u=vec2.length(b);vec2.scale(b,b,1/u);vec2.sub(f,this.p4,this.p1);w=vec2.length(f);vec2.scale(f,f,1/w);vec2.sub(h,this.p3,this.p2);t=vec2.length(h);vec2.scale(h,h,1/t);vec2.sub(k,
369 !1}d.prototype={__proto__:base.EventTarget.prototype,setWhenPossible:function(a){this.pendingSetFunction_=a},get isAttachedToDocument_(){var a=this.parentEl_;if(void 0!==a){for(;a.parentNode;)a=a.parentNode;return a==this.parentEl_.ownerDocument}},onResize_:function(){this.dispatchChangeEvent()},checkForAttach_:function(){if(this.isAttachedToDocument_&&0!=this.clientWidth){this.iframe_||(this.iframe_=document.createElement("iframe"),this.iframe_.style.cssText="position:absolute;width:100%;height:0;border:0;visibility:hidden;",
376 0;c<this.markers.length;++c)if(this.markers[c]===a)return this.markers.splice(c,1),this.dispatchChangeEvent(),this.dispatchMarkersChangeEvent_(),!0},findMarkerNear:function(a,c){for(var b=this.xViewVectorToWorld(c),d=0;d<this.markers.length;++d)if(Math.abs(this.markers[d].positionWorld-a)<=b)return this.markers[d]},drawGridLines:function(a,c,b){if(this.gridEnabled){var d=this.gridTimebase;for(a.beginPath();d<b;){if(d>=c){var g=this.xWorldToView(d);a.moveTo(g,0);a.lineTo(g,a.canvas.height)}d+=this.gridStep}a.strokeStyle=
377 "rgba(255,0,0,0.25)";a.stroke()}},drawMarkerArrows:function(a,c,b,d){for(var g=0;g<this.markers.length;++g)this.markers[g].drawTriangle_(a,c,b,a.canvas.height,d,this)},drawMarkerLines:function(a,c,b){for(var d=0;d<this.markers.length;++d)this.markers[d].drawLine(a,c,b,a.canvas.height,this)}};b.prototype={get positionWorld(){return this.positionWorld_},set positionWorld(a){this.positionWorld_=a;this.viewport_.dispatchChangeEvent()},set selected(a){this.selected_=a;this.viewport_.dispatchChangeEvent()},
389 h);h=this.getBoundingClientRect();b=Math.max(b,h.top);d=Math.min(d,h.bottom);b>d||this.addIntersectingItemsInRangeToSelectionInWorldSpace(a,c,k,g)},addIntersectingItemsInRangeToSelectionInWorldSpace:function(a,c,b,d){},drawInstantEvents_:function(a,c,b){var f=this.context(),g=window.devicePixelRatio||1,g=this.getBoundingClientRect().height*g,h=this.viewport,k=h.xViewVectorToWorld(1),l=tracing.getColorPalette();f.save();h.applyTransformToCanvas(f);h=new tracing.FastRectRenderer(f,2*k,2*k,l);h.setYandH(0,
392 this.viewportChange_=this.viewportChange_.bind(this);this.viewport.addEventListener("change",this.viewportChange_)},get canvas(){return this.canvas_},context:function(){return this.ctx_},viewportChange_:function(){this.invalidate()},invalidate:function(){this.rafPending_||(this.rafPending_=!0,base.requestPreAnimationFrame(function(){this.rafPending_=!1;this.ctx_.clearRect(0,0,this.canvas_.width,this.canvas_.height);this.updateCanvasSizeIfNeeded_();base.requestAnimationFrameInThisFrameIfPossible(function(){for(var a=
394 base.asArray(this.children).filter(this.visibleFilter_),c=this.getBoundingClientRect(),b=a[0].getBoundingClientRect(),d=a[a.length-1].getBoundingClientRect(),a=b.width-tracing.constants.HEADING_WIDTH,d=d.bottom-b.top,g=window.devicePixelRatio||1;this.canvas_.width!=a*g&&(this.canvas_.width=a*g,this.canvas_.style.width=a+"px");this.canvas_.height!
[all...]
/external/chromium-trace/trace-viewer/src/about_tracing/
H A Dtracing_controller.css11 height: 80px;
/external/chromium-trace/trace-viewer/src/base/
H A Dbbox2.js118 height: this.max_[1] - this.min_[1]};
127 get height() {
H A Dmeasuring_stick.js31 var height = parseInt(style.height, 10);
33 return { width: width, height: height };
39 'position:absolute;width:100%;height:0;border:0;visibility:hidden';
H A Dquad.js57 r.width, r.height);
131 bounds.height == this.p3[1] - this.p2[1] &&
133 bounds.height == this.p4[1] - this.p2[1]
H A Drect.js22 this.height = 0;
29 rect.height = h;
39 rect.height = ary[3];
59 return this.y + this.height;
64 this.width + ', ' + this.height + ')';
72 rect.height = this.height;
86 out.height = this.height + 2 * pad;
91 return {width: this.width, height
[all...]
H A Drect_test.js16 assertEquals(container.size().height, 10);
/external/chromium-trace/trace-viewer/src/base/unittest/
H A Dassertions.js149 a.width === b.width && a.height === b.height) {
/external/chromium-trace/trace-viewer/src/cc/
H A Dlayer_impl.js48 this.args.bounds.width, this.args.bounds.height);
H A Dlayer_picker.css30 height: 200px;
H A Dlayer_tree_host_impl_view_test.js23 view.style.height = '400px';
H A Dlayer_tree_quad_stack_viewer.js322 lthi.deviceViewportSize.width, lthi.deviceViewportSize.height);
H A Dlayer_viewer.css22 height: 150px; /* fixed height given by drag control */
H A Dlayer_viewer.js76 this.layerTreeQuadStackViewer_.style.height =
77 window.getComputedStyle(this).height;

Completed in 2310 milliseconds

1234567891011>>