Searched refs:position_x (Results 1 – 2 of 2) sorted by relevance
131 int position_x = rect.x() + rect.width() / 2; in CommonThemePaintMenuGutter() local132 canvas->drawLine(position_x, rect.y(), position_x, rect.bottom(), paint); in CommonThemePaintMenuGutter()
33 double position_x, position_y; in ParseTreeFromValue() local34 success &= list->GetDouble(0, &position_x); in ParseTreeFromValue()91 new_layer->SetPosition(gfx::PointF(position_x, position_y)); in ParseTreeFromValue()