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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ScreencastView.js 656 var boxX = Math.max(2, this._model.margin[0]);
657 if (boxX + titleWidth > canvasWidth)
658 boxX = canvasWidth - titleWidth - 2;
679 this._context.moveTo(boxX, boxY);
681 this._context.lineTo(boxX + 2 * arrowHeight, boxY);
682 this._context.lineTo(boxX + 3 * arrowHeight, boxY - arrowHeight);
683 this._context.lineTo(boxX + 4 * arrowHeight, boxY);
685 this._context.lineTo(boxX + titleWidth, boxY);
686 this._context.lineTo(boxX + titleWidth, boxY + titleHeight);
688 this._context.lineTo(boxX + 4 * arrowHeight, boxY + titleHeight)
    [all...]
SuggestBox.js 131 var boxX = anchorBox.x;
136 boxX = document.body.offsetWidth - width;
157 this._element.positionAt(boxX, boxY);
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
scenes.js 66 name: 'boxX',
89 body.shape = 'boxX';
  /external/jmonkeyengine/engine/src/core/com/jme3/bounding/
BoundingBox.java 483 * @param boxX
493 private BoundingBox merge(Vector3f boxCenter, float boxX, float boxY,
499 if (vars.vect1.x > boxCenter.x - boxX) {
500 vars.vect1.x = boxCenter.x - boxX;
512 if (vars.vect2.x < boxCenter.x + boxX) {
513 vars.vect2.x = boxCenter.x + boxX;
    [all...]

Completed in 1134 milliseconds