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

  /external/webkit/Source/WebCore/rendering/svg/
SVGMarkerLayoutInfo.cpp 70 m_layout.clear();
82 if (m_layout.isEmpty())
85 Vector<MarkerLayout>::iterator it = m_layout.begin();
86 Vector<MarkerLayout>::iterator end = m_layout.end();
107 m_layout.clear();
112 if (m_layout.isEmpty())
115 Vector<MarkerLayout>::iterator it = m_layout.begin();
116 Vector<MarkerLayout>::iterator end = m_layout.end();
127 m_layout.append(MarkerLayout(marker, marker->markerTransformation(origin, angle, m_strokeWidth)));
SVGMarkerLayoutInfo.h 71 Vector<MarkerLayout> m_layout; member in class:WebCore::SVGMarkerLayoutInfo
  /external/webkit/Source/WebCore/platform/wx/wxcode/gtk/
fontprops.cpp 136 PangoLayout* m_layout = pango_layout_new(context);
142 m_layout,
155 pango_layout_set_text( m_layout, dataUTF8, strlen(dataUTF8) );
158 pango_layout_get_pixel_size( m_layout, width, &h );
162 PangoLayoutIter *iter = pango_layout_get_iter(m_layout);
  /external/webkit/Source/WebCore/platform/audio/
AudioBus.h 145 int m_layout; member in class:WebCore::AudioBus
AudioBus.cpp 62 m_layout = LayoutCanonical; // for now this is the only layout we define
82 if (m_layout != LayoutCanonical)

Completed in 6679 milliseconds