Searched refs:pixel_weights (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/fxge/dib/
H A Dfx_dib_engine.cpp76 PixelWeight& pixel_weights = *GetPixelWeight(dest_pixel); local
79 pixel_weights.m_SrcStart =
81 pixel_weights.m_SrcEnd = (int)FXSYS_floor((FX_FLOAT)src_pos + 1.0f / 2);
82 if (pixel_weights.m_SrcStart < src_min) {
83 pixel_weights.m_SrcStart = src_min;
85 if (pixel_weights.m_SrcEnd >= src_max) {
86 pixel_weights.m_SrcEnd = src_max - 1;
88 if (pixel_weights.m_SrcStart == pixel_weights.m_SrcEnd) {
89 pixel_weights
196 PixelWeight& pixel_weights = *GetPixelWeight(dest_pixel); local
[all...]
/external/pdfium/core/fxcodec/codec/
H A Dfx_codec_progress.cpp67 PixelWeight& pixel_weights = *GetPixelWeight(dest_pixel); local
70 pixel_weights.m_SrcStart =
72 pixel_weights.m_SrcEnd = (int)FXSYS_floor((FX_FLOAT)src_pos + 1.0f / 2);
73 if (pixel_weights.m_SrcStart < src_min) {
74 pixel_weights.m_SrcStart = src_min;
76 if (pixel_weights.m_SrcEnd >= src_max) {
77 pixel_weights.m_SrcEnd = src_max - 1;
79 if (pixel_weights.m_SrcStart == pixel_weights.m_SrcEnd) {
80 pixel_weights
96 PixelWeight& pixel_weights = *GetPixelWeight(dest_pixel); local
[all...]

Completed in 87 milliseconds