Searched refs:vertexExtent (Results 1 – 2 of 2) sorted by relevance
78 const int32_t vertexExtent = util::EXTENT >> id.z; in setMask() local80 const Point<int16_t> tlVertex = { static_cast<int16_t>(id.x * vertexExtent), in setMask()81 static_cast<int16_t>(id.y * vertexExtent) }; in setMask()82 const Point<int16_t> brVertex = { static_cast<int16_t>(tlVertex.x + vertexExtent), in setMask()83 static_cast<int16_t>(tlVertex.y + vertexExtent) }; in setMask()
73 const int32_t vertexExtent = util::EXTENT >> id.z; in setMask() local75 const Point<int16_t> tlVertex = { static_cast<int16_t>(id.x * vertexExtent), in setMask()76 static_cast<int16_t>(id.y * vertexExtent) }; in setMask()77 const Point<int16_t> brVertex = { static_cast<int16_t>(tlVertex.x + vertexExtent), in setMask()78 static_cast<int16_t>(tlVertex.y + vertexExtent) }; in setMask()