Searched refs:fill_material_ (Results 1 – 4 of 4) sorted by relevance
939 QSGGeometryNode::setMaterial(&fill_material_); in MapPolygonNode()977 if (fillColor != fill_material_.color()) { in update()978 fill_material_.setColor(fillColor); in update()979 setMaterial(&fill_material_); in update()987 fill_material_(), in MapPolygonNodeGL()991 QSGGeometryNode::setMaterial(&fill_material_); in MapPolygonNodeGL()1022 fill_material_.setColor(fillColor); in update()1023 fill_material_.setGeoProjection(geoProjection); in update()1024 fill_material_.setCenter(center); in update()1025 fill_material_.setWrapOffset(fillShape->m_wrapOffset - 1); in update()[all …]
1460 QSGGeometryNode::setMaterial(&fill_material_); in MapPolylineNode()1489 if (fillColor != fill_material_.color()) { in update()1490 fill_material_.setColor(fillColor); in update()1491 setMaterial(&fill_material_); in update()1501 QSGGeometryNode::setMaterial(&fill_material_); in MapPolylineNodeOpenGLLineStrip()1531 …fill_material_.setLineWidth(lineWidth); // to make the material not compare equal if linewidth cha… in update()1535 fill_material_.setWrapOffset(shape->m_wrapOffset - 1); in update()1536 fill_material_.setColor(fillColor); in update()1537 fill_material_.setGeoProjection(geoProjection); in update()1538 fill_material_.setCenter(center); in update()[all …]
212 QSGFlatColorMaterial fill_material_;491 MapPolylineMaterial fill_material_;567 MapPolylineMaterialExtruded fill_material_;
269 QSGFlatColorMaterial fill_material_;287 MapPolygonMaterial fill_material_; variable