Searched refs:xPosition (Results 1 – 13 of 13) sorted by relevance
/external/jmonkeyengine/engine/src/test/jme3test/batching/ |
D | TestBatchNodeCluster.java | 52 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/ |
D | RenderCombineText.cpp | 56 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()
|
D | RenderCombineText.h | 41 …virtual float width(unsigned from, unsigned length, const Font&, float xPosition, HashSet<const Si…
|
D | RenderBoxModelObject.cpp | 901 …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()
|
D | RenderObject.cpp | 671 if (!layer->xPosition().isZero() || !layer->yPosition().isZero()) in mustRepaintFillLayers()
|
/external/webkit/Source/WebCore/rendering/style/ |
D | FillLayer.h | 69 Length xPosition() const { return m_xPosition; } in xPosition() function
|
D | RenderStyle.h | 573 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/ |
D | CSSStyleApplyProperty.cpp | 316 …&FillLayer::isXPositionSet, &FillLayer::xPosition, &FillLayer::setXPosition, &FillLayer::clearXPos… in CSSStyleApplyProperty() 347 …&FillLayer::isXPositionSet, &FillLayer::xPosition, &FillLayer::setXPosition, &FillLayer::clearXPos… in CSSStyleApplyProperty()
|
D | CSSComputedStyleDeclaration.cpp | 938 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/ |
D | page_info_bubble_controller.mm | 231 CGFloat xPosition = (hasImage ? kTextXPosition : kTextXPositionNoImage); 243 atPoint:NSMakePoint(xPosition, offset)]; 250 atPoint:NSMakePoint(xPosition, offset)];
|
/external/webkit/Source/WebCore/page/animation/ |
D | AnimationBase.cpp | 509 …LayerPropertyWrapper = new FillLayerPropertyWrapper<Length>(&FillLayer::xPosition, &FillLayer::set… in FillLayersPropertyWrapper()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 28368 (WebCore::FillLayer::xPosition):
|
D | ChangeLog-2010-12-06 | 26194 (WebCore::HTMLInputElement::xPosition):
|