Searched defs:xValues (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DSVGTextLayoutAttributes.h39 Vector<float> xValues; member in struct:WebCore::SVGTextLayoutAttributes::PositioningLists
58 Vector<float>& xValues() { return m_positioningLists.xValues; } function in class:WebCore::SVGTextLayoutAttributes
59 const Vector<float>& xValues() const { return m_positioningLists.xValues; } function in class:WebCore::SVGTextLayoutAttributes
H A DSVGTextLayoutEngine.cpp346 if (m_logicalCharacterOffset != logicalAttributes.xValues().size())
483 Vector<float>& xValues = logicalAttributes.xValues(); local
489 float x = xValues.at(m_logicalCharacterOffset);
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 78 milliseconds