Home | History | Annotate | Download | only in rendering

Lines Matching defs:m_count

854         : m_count(0)
862 m_borders[m_count].borderValue = borderValue;
863 m_borders[m_count].side = borderSide;
864 m_borders[m_count].shouldPaint = shouldPaint;
865 m_borders[m_count].x1 = x1;
866 m_borders[m_count].x2 = x2;
867 m_borders[m_count].y1 = y1;
868 m_borders[m_count].y2 = y2;
869 m_borders[m_count].style = borderStyle;
870 m_count++;
876 for (int i = 0; i < m_count; i++) {
887 int m_count;