Lines Matching refs:xProperty

10516     uint32 xProperty = dvProperty2Index(_Property);  in dvPropertySetArray()  local
10518 …dvPropertys.Array[xProperty >> 3] = (dvPropertys.Array[xProperty >> 3] & ~(1 << (xProperty & 7))) | in dvPropertySetArray()
10519 ((value != 0) << (xProperty & 7)); in dvPropertySetArray()
10534 uint32 xProperty = dvProperty2Index(_Property); in dvPropertySetCascade() local
10536 …dvPropertys.Cascade[xProperty >> 3] = (dvPropertys.Cascade[xProperty >> 3] & ~(1 << (xProperty & 7… in dvPropertySetCascade()
10537 ((value != 0) << (xProperty & 7)); in dvPropertySetCascade()
10552 uint32 xProperty = dvProperty2Index(_Property); in dvPropertySetSparse() local
10554 …dvPropertys.Sparse[xProperty >> 3] = (dvPropertys.Sparse[xProperty >> 3] & ~(1 << (xProperty & 7))… in dvPropertySetSparse()
10555 ((value != 0) << (xProperty & 7)); in dvPropertySetSparse()
10570 uint32 xProperty = dvProperty2Index(_Property); in dvPropertySetExpanded() local
10572 …dvPropertys.Expanded[xProperty >> 3] = (dvPropertys.Expanded[xProperty >> 3] & ~(1 << (xProperty &… in dvPropertySetExpanded()
10573 ((value != 0) << (xProperty & 7)); in dvPropertySetExpanded()
10633 uint32 xProperty = dvProperty2Index(_Property); in dvPropertySetHidden() local
10635 …dvPropertys.Hidden[xProperty >> 3] = (dvPropertys.Hidden[xProperty >> 3] & ~(1 << (xProperty & 7))… in dvPropertySetHidden()
10636 ((value != 0) << (xProperty & 7)); in dvPropertySetHidden()
10705 uint32 xProperty = dvProperty2Index(_Property); in dvPropertySetFixedSize() local
10707 …dvPropertys.FixedSize[xProperty >> 3] = (dvPropertys.FixedSize[xProperty >> 3] & ~(1 << (xProperty in dvPropertySetFixedSize()
10708 ((value != 0) << (xProperty & 7)); in dvPropertySetFixedSize()