Searched defs:PixelWeight (Results 1 – 2 of 2) sorted by relevance
51 struct PixelWeight { struct54 void SetStartEnd(int src_start, int src_end, size_t weight_count) { in SetStartEnd()60 uint32_t GetWeightForPosition(int position) const { in GetWeightForPosition()66 void SetWeightForPosition(int position, uint32_t weight) { in SetWeightForPosition()74 void RemoveLastWeightAndAdjust(uint32_t weight_change) { in RemoveLastWeightAndAdjust()100 const PixelWeight* GetPixelWeight(int pixel) const; argument
128 using PixelWeight = CStretchEngine::PixelWeight; variable