Home
last modified time | relevance | path

Searched refs:annotation_layer_current (Results 1 – 2 of 2) sorted by relevance

/dports/cad/horizon-eda/horizon-2.1.0/src/canvas/
H A Dannotation.cpp8 annotation_layer_current++; in create_annotation()
10 … .emplace(std::piecewise_construct, std::forward_as_tuple(annotation_layer_current), in create_annotation()
11 std::forward_as_tuple(this, annotation_layer_current)) in create_annotation()
H A Dcanvas_gl.hpp284 int annotation_layer_current = first_annotation_layer; member in horizon::CanvasGL