Home
last modified time | relevance | path

Searched refs:xPosition (Results 1 – 13 of 13) 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/webkit/Source/WebCore/rendering/
DRenderCombineText.cpp56 float RenderCombineText::width(unsigned from, unsigned length, const Font& font, float xPosition, H… in width() argument
64 return RenderText::width(from, length, font, xPosition, fallbackFonts, glyphOverflow); in width()
DRenderCombineText.h41 …virtual float width(unsigned from, unsigned length, const Font&, float xPosition, HashSet<const Si…
DRenderBoxModelObject.cpp901 …int xPosition = fillLayer->xPosition().calcMinValue(positioningAreaSize.width() - tileSize.width()… in calculateBackgroundImageGeometry() local
903 phase.setX(tileSize.width() ? tileSize.width() - (xPosition + left) % tileSize.width() : 0); in calculateBackgroundImageGeometry()
905 destRect.move(max(xPosition + left, 0), 0); in calculateBackgroundImageGeometry()
906 phase.setX(-min(xPosition + left, 0)); in calculateBackgroundImageGeometry()
907 destRect.setWidth(tileSize.width() + min(xPosition + left, 0)); in calculateBackgroundImageGeometry()
DRenderObject.cpp671 if (!layer->xPosition().isZero() || !layer->yPosition().isZero()) in mustRepaintFillLayers()
/external/webkit/Source/WebCore/rendering/style/
DFillLayer.h69 Length xPosition() const { return m_xPosition; } in xPosition() function
DRenderStyle.h573 Length backgroundXPosition() const { return m_background->background().xPosition(); } in backgroundXPosition()
587 Length maskXPosition() const { return rareNonInheritedData->m_mask.xPosition(); } in maskXPosition()
/external/webkit/Source/WebCore/css/
DCSSStyleApplyProperty.cpp316 …&FillLayer::isXPositionSet, &FillLayer::xPosition, &FillLayer::setXPosition, &FillLayer::clearXPos… in CSSStyleApplyProperty()
347 …&FillLayer::isXPositionSet, &FillLayer::xPosition, &FillLayer::setXPosition, &FillLayer::clearXPos… in CSSStyleApplyProperty()
DCSSComputedStyleDeclaration.cpp938 list->append(primitiveValueCache->createValue(layers->xPosition())); in getPropertyCSSValue()
946 positionList->append(primitiveValueCache->createValue(currLayer->xPosition())); in getPropertyCSSValue()
957 return primitiveValueCache->createValue(layers->xPosition()); in getPropertyCSSValue()
961 list->append(primitiveValueCache->createValue(currLayer->xPosition())); in getPropertyCSSValue()
/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/webkit/Source/WebCore/page/animation/
DAnimationBase.cpp509 …LayerPropertyWrapper = new FillLayerPropertyWrapper<Length>(&FillLayer::xPosition, &FillLayer::set… in FillLayersPropertyWrapper()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1028368 (WebCore::FillLayer::xPosition):
DChangeLog-2010-12-0626194 (WebCore::HTMLInputElement::xPosition):