Searched defs:PixelWeight (Results 1 – 1 of 1) sorted by relevance
47 struct PixelWeight { struct48 void SetStartEnd(int src_start, int src_end, size_t weight_count) { in SetStartEnd()54 uint32_t GetWeightForPosition(int position) const { in GetWeightForPosition()61 void SetWeightForPosition(int position, uint32_t weight) { in SetWeightForPosition()70 void RemoveLastWeightAndAdjust(uint32_t weight_change) { in RemoveLastWeightAndAdjust()97 const PixelWeight* GetPixelWeight(int pixel) const; argument