Searched defs:xPosition (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderCombineText.cpp56 float RenderCombineText::width(unsigned from, unsigned length, const Font& font, float xPosition, HashSet<const SimpleFontData*>* fallbackFonts, GlyphOverflow* glyphOverflow) const argument
64 return RenderText::width(from, length, font, xPosition, fallbackFonts, glyphOverflow);
H A DRenderBoxModelObject.cpp901 int xPosition = fillLayer->xPosition().calcMinValue(positioningAreaSize.width() - tileSize.width(), true); local
903 phase.setX(tileSize.width() ? tileSize.width() - (xPosition + left) % tileSize.width() : 0);
905 destRect.move(max(xPosition + left, 0), 0);
906 phase.setX(-min(xPosition + left, 0));
907 destRect.setWidth(tileSize.width() + min(xPosition + left, 0));
/external/jmonkeyengine/engine/src/test/jme3test/batching/
H A DTestBatchNodeCluster.java52 protected ArrayList<Integer> xPosition = new ArrayList<Integer>(); field in class:TestBatchNodeCluster
77 xPosition.add(0);
143 box.setLocalTranslation(new Vector3f(xPosition.get(xPosition.size() - 1),
193 int xpos = xPosition.get(xPosition.size() - 1);
210 x = xPosition.get(xPosition.size() - 1) + 2;
271 // for (int i = 0; i < xPosition.size(); i++)
273 // if (x - xPosition
[all...]
/external/webkit/Source/WebCore/rendering/style/
H A DFillLayer.h69 Length xPosition() const { return m_xPosition; } function in class:WebCore::FillLayer

Completed in 111 milliseconds