HomeSort by relevance Sort by last modified time
    Searched refs:layoutAttributes (Results 1 - 15 of 15) sorted by null

  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGInlineText.h 39 SVGTextLayoutAttributes& layoutAttributes() { return m_attributes; }
40 const SVGTextLayoutAttributes& layoutAttributes() const { return m_attributes; }
RenderSVGText.h 48 Vector<SVGTextLayoutAttributes>& layoutAttributes() { return m_layoutAttributes; }
SVGTextQuery.cpp 161 const SVGTextLayoutAttributes& layoutAttributes = queryData->textRenderer->layoutAttributes();
162 const Vector<float>& xValues = layoutAttributes.xValues();
163 const Vector<SVGTextMetrics>& textMetricsValues = layoutAttributes.textMetricsValues();
SVGTextLayoutEngine.cpp 37 SVGTextLayoutEngine::SVGTextLayoutEngine(Vector<SVGTextLayoutAttributes>& layoutAttributes)
38 : m_layoutAttributes(layoutAttributes)
393 SVGTextLayoutAttributes& attributes = text->layoutAttributes();
449 Vector<SVGTextMetrics>& textMetricsValues = text->layoutAttributes().textMetricsValues();
SVGRootInlineBox.cpp 79 Vector<SVGTextLayoutAttributes>& attributes = parentBlock->layoutAttributes();
121 SVGTextLayoutEngine lineLayout(parentBlock->layoutAttributes());
SVGTextLayoutAttributesBuilder.cpp 54 Vector<SVGTextLayoutAttributes>& allAttributes = textRoot->layoutAttributes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
ViewElementDescriptor.java 84 * @param layoutAttributes The list of layout attributes. Can be null or empty.
94 AttributeDescriptor[] attributes, AttributeDescriptor[] layoutAttributes,
98 mLayoutAttributes = layoutAttributes != null ? layoutAttributes : new AttributeDescriptor[0];
LayoutDescriptors.java 318 ArrayList<AttributeDescriptor> layoutAttributes = new ArrayList<AttributeDescriptor>();
323 if (DescriptorsUtils.containsAttribute(layoutAttributes,
327 DescriptorsUtils.appendAttribute(layoutAttributes,
343 layoutAttributes.toArray(new AttributeDescriptor[layoutAttributes.size()]),
CustomViewDescriptorService.java 305 AttributeDescriptor[] layoutAttributes,
314 layoutAttributes,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoring.java 201 List<Attr> layoutAttributes = findLayoutAttributes(mContainer);
202 for (Attr attribute : layoutAttributes) {
ChangeViewRefactoring.java 227 AttributeDescriptor[] layoutAttributes = descriptor.getAttributes();
228 for (AttributeDescriptor attribute : layoutAttributes) {
UseCompoundDrawableRefactoring.java 252 List<Attr> layoutAttributes = findLayoutAttributes(layout);
253 for (Attr attribute : layoutAttributes) {
WrapInRefactoring.java 332 List<Attr> layoutAttributes = findLayoutAttributes(primary);
333 for (Attr attribute : layoutAttributes) {
ChangeLayoutRefactoring.java 523 AttributeDescriptor[] layoutAttributes = descriptor.getLayoutAttributes();
524 for (AttributeDescriptor attribute : layoutAttributes) {
GridLayoutConverter.java 271 AttributeDescriptor[] layoutAttributes = descriptor.getLayoutAttributes();
272 for (AttributeDescriptor attribute : layoutAttributes) {
    [all...]

Completed in 854 milliseconds