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 86 * @param layoutAttributes The list of layout attributes. Can be null or empty.
96 AttributeDescriptor[] attributes, AttributeDescriptor[] layoutAttributes,
100 mLayoutAttributes = layoutAttributes != null ? layoutAttributes : new AttributeDescriptor[0];
LayoutDescriptors.java 280 ArrayList<AttributeDescriptor> layoutAttributes = new ArrayList<AttributeDescriptor>();
285 if (DescriptorsUtils.containsAttribute(layoutAttributes,
289 DescriptorsUtils.appendAttribute(layoutAttributes,
305 layoutAttributes.toArray(new AttributeDescriptor[layoutAttributes.size()]),
CustomViewDescriptorService.java 206 AttributeDescriptor[] layoutAttributes =
209 layoutAttributes = join(paramList, layoutAttributes);
214 layoutAttributes,
524 AttributeDescriptor[] layoutAttributes,
534 layoutAttributes,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoring.java 202 List<Attr> layoutAttributes = findLayoutAttributes(mContainer);
203 for (Attr attribute : layoutAttributes) {
ChangeViewRefactoring.java 230 AttributeDescriptor[] layoutAttributes = descriptor.getAttributes();
231 for (AttributeDescriptor attribute : layoutAttributes) {
WrapInRefactoring.java 333 List<Attr> layoutAttributes = findLayoutAttributes(primary);
334 for (Attr attribute : layoutAttributes) {
UseCompoundDrawableRefactoring.java 268 List<Attr> layoutAttributes = findLayoutAttributes(layout);
269 for (Attr attribute : layoutAttributes) {
ChangeLayoutRefactoring.java 524 AttributeDescriptor[] layoutAttributes = descriptor.getLayoutAttributes();
525 for (AttributeDescriptor attribute : layoutAttributes) {
GridLayoutConverter.java 276 AttributeDescriptor[] layoutAttributes = descriptor.getLayoutAttributes();
277 for (AttributeDescriptor attribute : layoutAttributes) {
    [all...]

Completed in 124 milliseconds