Searched refs:lastPixel (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DBarShader.cpp136 unsigned lastPixel = end * m_Width / m_FileSize; local
137 if (lastPixel == m_Width) {
138 lastPixel--;
144 double lastCovered = end * f_Width / m_FileSize - lastPixel;
146 if (firstPixel == lastPixel) {
150 m_Content[lastPixel].BlendWith(colour, lastCovered);
152 for (unsigned i = firstPixel + 1; i < lastPixel; i++) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/dream/camera/
H A Dmsm_vfe8x_proc.h747 uint32_t lastPixel:12; member in struct:vfe_fov_crop_cfg
919 uint32_t lastPixel:12; member in struct:vfe_asfcrop_cfg
1291 uint32_t lastPixel:12; member in struct:vfe_statsframe
H A Dmsm_vfe8x.h251 uint16_t lastPixel; member in struct:vfe_cmd_fov_crop_config
H A Dmsm_vfe8x_proc.c2892 cmd2.lastPixel = in->cropLastPixel;
3235 cmd1.lastPixel = in->frameHDimension;
3825 cmd.lastPixel = in->lastPixel;

Completed in 177 milliseconds