Searched refs:GetBitOffset (Results 1 – 3 of 3) sorted by relevance
710 return m_opaque_up->GetBitOffset() / 8u; in GetOffsetInBytes()718 return m_opaque_up->GetBitOffset(); in GetOffsetInBits()747 const uint32_t bit_offset = m_opaque_up->GetBitOffset(); in GetDescription()
364 uint64_t GetBitOffset() const { return m_bit_offset; } in GetBitOffset() function
2966 static int GetBitOffset(WORD color_mask) { in GetBitOffset() function2987 static const int bg_bitOffset = GetBitOffset(background_mask); in GetNewColor()2988 static const int fg_bitOffset = GetBitOffset(foreground_mask); in GetNewColor()