Searched refs:firstPixel (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.cpp135 unsigned firstPixel = start * m_Width / m_FileSize; local
143 double firstCovered = firstPixel + 1 - start * f_Width / m_FileSize;
146 if (firstPixel == lastPixel) {
147 m_Content[firstPixel].BlendWith(colour, firstCovered + lastCovered - 1.0);
149 m_Content[firstPixel].BlendWith(colour, firstCovered);
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.h250 uint16_t firstPixel; member in struct:vfe_cmd_fov_crop_config
H A Dmsm_vfe8x_proc.h749 uint32_t firstPixel:12; member in struct:vfe_fov_crop_cfg
921 uint32_t firstPixel:12; member in struct:vfe_asfcrop_cfg
H A Dmsm_vfe8x_proc.c2891 cmd2.firstPixel = in->cropFirstPixel;
3826 cmd.firstPixel = in->firstPixel;

Completed in 1002 milliseconds