Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fxge/dib/
H A Dcstretchengine.h51 struct PixelWeight { struct
54 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
/aosp_15_r20/external/pdfium/core/fxcodec/
H A Dprogressive_decoder.h128 using PixelWeight = CStretchEngine::PixelWeight; variable