Home
last modified time | relevance | path

Searched refs:xPosition (Results 1 – 12 of 12) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/batching/
DTestBatchNodeCluster.java52 protected ArrayList<Integer> xPosition = new ArrayList<Integer>(); field in TestBatchNodeCluster
77 xPosition.add(0); in simpleInitApp()
143 box.setLocalTranslation(new Vector3f(xPosition.get(xPosition.size() - 1), in randomGenerator()
193 int xpos = xPosition.get(xPosition.size() - 1); in randomize()
210 x = xPosition.get(xPosition.size() - 1) + 2; in randomize()
282 xPosition.add(x); in randomize()
288 return xPosition.get(xPosition.size() - i); in getxm()
300 return xPosition.get(i); in getx()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderCombineText.cpp58 float RenderCombineText::width(unsigned from, unsigned length, const Font& font, float xPosition, H… in width() argument
66 return RenderText::width(from, length, font, xPosition, fallbackFonts, glyphOverflow); in width()
DRenderCombineText.h42 …virtual float width(unsigned from, unsigned length, const Font&, float xPosition, HashSet<const Si…
DRenderObject.cpp854 if (!layer->xPosition().isZero() || !layer->yPosition().isZero()) in mustRepaintFillLayers()
DRenderBoxModelObject.cpp1071 …LayoutUnit computedXPosition = minimumValueForLength(fillLayer->xPosition(), availableWidth, rende… in calculateBackgroundImageGeometry()
/external/chromium_org/third_party/WebKit/Source/web/
DPinchViewports.cpp158 …int xPosition = isHorizontal ? 0 : m_innerViewportContainerLayer->size().width() - overlayScrollba… in setupScrollbar() local
163 scrollbarGraphicsLayer->setPosition(WebCore::IntPoint(xPosition, yPosition)); in setupScrollbar()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DFillLayer.h69 Length xPosition() const { return m_xPosition; } in xPosition() function
DRenderStyle.h639 Length backgroundXPosition() const { return m_background->background().xPosition(); } in backgroundXPosition()
652 Length maskXPosition() const { return rareNonInheritedData->m_mask.xPosition(); } in maskXPosition()
/external/chromium/chrome/browser/ui/cocoa/
Dpage_info_bubble_controller.mm231 CGFloat xPosition = (hasImage ? kTextXPosition : kTextXPositionNoImage);
243 atPoint:NSMakePoint(xPosition, offset)];
250 atPoint:NSMakePoint(xPosition, offset)];
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimatableValueFactory.cpp197 values.append(createFromLength(fillLayer->xPosition(), style)); in createFromFillLayers()
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSComputedStyleDeclaration.cpp609 positionList->append(zoomAdjustedPixelValueForLength(layer->xPosition(), style)); in createPositionListForLayer()
1813 return cssValuePool().createValue(layers->xPosition()); in getPropertyCSSValue()
1817 list->append(cssValuePool().createValue(currLayer->xPosition())); in getPropertyCSSValue()
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/
DCSSPropertyAnimation.cpp707 …m_fillLayerPropertyWrapper = new FillLayerPropertyWrapper<Length>(&FillLayer::xPosition, &FillLaye… in FillLayersPropertyWrapper()