Searched defs:firstColumn (Results 1 – 3 of 3) sorted by relevance
52 …int firstColumn = static_cast<int>(floorf((((destRect.x() - phase.x()) / scale.width()) - srcRect.… in drawPattern() local
95 if (RenderTableCol* firstColumn = table()->colElement(col())) in styleOrColLogicalWidth() local
756 RenderTableCol* RenderTable::firstColumn() const in firstColumn() function in blink::RenderTable