HomeSort by relevance Sort by last modified time
    Searched refs:destx (Results 1 - 6 of 6) sorted by null

  /external/webkit/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp 110 int destx = 0; local
112 destx = -originx;
135 unsigned char* destRows = data + desty * destBytesPerRow + destx * 4;
169 int destx = destPoint.x() + sourceRect.x(); local
170 ASSERT(destx >= 0);
171 ASSERT(destx < m_size.width());
178 int numColumns = endx - destx;
195 SkPMColor* dstRows = dst.getAddr32(destx, desty);
  /external/webkit/WebCore/platform/graphics/cairo/
ImageBufferCairo.cpp 155 int destx = 0; local
157 destx = -originx;
179 unsigned char* destRows = dataDst + desty * destBytesPerRow + destx * 4;
222 int destx = destPoint.x() + sourceRect.x(); local
223 ASSERT(destx >= 0);
224 ASSERT(destx < size.width());
231 int numColumns = endx - destx;
252 unsigned* pixel = row + x + destx;
265 destx, desty,
  /external/webkit/WebCore/platform/graphics/cg/
ImageBufferCG.cpp 135 int destx = 0; local
137 destx = -originx;
161 unsigned char* destRows = data + desty * destBytesPerRow + destx * 4;
197 int destx = destPoint.x() + sourceRect.x(); local
198 ASSERT(destx >= 0);
199 ASSERT(destx < size.width());
206 int numColumns = endx - destx;
223 unsigned char* destRows = reinterpret_cast<unsigned char*>(imageData.m_data) + desty * destBytesPerRow + destx * 4;
  /external/webkit/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 138 int destx = 0; local
140 destx = -originx;
168 unsigned char* destRows = data + desty * destBytesPerRow + destx * 4;
202 int destx = destPoint.x() + sourceRect.x(); local
203 ASSERT(destx >= 0);
204 ASSERT(destx < size.width());
211 int numColumns = endx - destx;
243 scanLine[x + destx] = pixel;
  /external/qemu/distrib/sdl-1.2.12/src/video/xbios/
SDL_xbios.c 781 int destx; local
786 destx = (XBIOS_width - surface->w) >> 1;
787 destx &= ~15;
788 destscr += destx;
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 2319 unsigned int destx, desty,destW, destH; local
    [all...]

Completed in 1775 milliseconds