Home
last modified time | relevance | path

Searched defs:PixelWeight (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/core/fxge/dib/
Dcstretchengine.h47 struct PixelWeight { struct
48 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