Lines Matching refs:get

70     int center = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
71 int right = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
73 int bottom = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
74 int bottomRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
81 int left = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
82 int center = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
83 int right = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
85 int bottomLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
86 int bottom = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
87 int bottomRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
94 int left = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
95 int center = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
97 int bottomLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
98 int bottom = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
105 int center = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
106 int right = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
108 int top = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
109 int topRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
111 int bottom = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
112 int bottomRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
119 int left = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
120 int right = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
122 int topLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
123 int top = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
124 int topRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
126 int bottomLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
127 int bottom = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
128 int bottomRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
135 int left = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
136 int center = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
138 int topLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
139 int top = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
141 int bottomLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
142 int bottom = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
149 int center = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
150 int right = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
152 int top = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
153 int topRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
160 int left = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
161 int center = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
162 int right = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
164 int topLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
165 int top = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
166 int topRight = static_cast<int>(pixels->get(offset + cPixelSize + cAlphaChannelOffset));
173 int left = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
174 int center = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
176 int topLeft = static_cast<int>(pixels->get(offset - cPixelSize + cAlphaChannelOffset));
177 int top = static_cast<int>(pixels->get(offset + cAlphaChannelOffset));
185 m_lightSource->updatePaintingData(paintingData, lightX, lightY, static_cast<float>(data.pixels->get(offset + cAlphaChannelOffset)) * data.surfaceScale);
330 unsigned char a1 = data.pixels->get(i);
331 unsigned char a2 = data.pixels->get(i + 1);
332 unsigned char a3 = data.pixels->get(i + 2);
429 PointLightSource* pointLightSource = static_cast<PointLightSource*>(m_lightSource.get());
436 SpotLightSource* spotLightSource = static_cast<SpotLightSource*>(m_lightSource.get());