| 1474 | } |
| 1475 | |
| 1476 | static uint64_t CalcRenderKey(uint64_t layer, uint64_t index) { |
| 1477 | return (layer << LAYER_SHIFT) | (index << INDEX_SHIFT); |
| 1478 | } |
| 1479 | |
| 1480 | static void UpdateScope(InternalNode* node, StencilScope& scope, StencilScope& child_scope, const StencilScope* parent_scope, uint16_t index, uint16_t non_inv_clipper_count, uint16_t inv_clipper_count, uint16_t bit_field_offset) { |
| 1481 | int bit_range = CalcBitRange(non_inv_clipper_count); |
no outgoing calls
no test coverage detected