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

  /external/webkit/Source/WebCore/platform/graphics/android/
ImageBufferAndroid.cpp 135 int destx = 0; local
137 destx = -originx;
160 unsigned char* destRows = data + desty * destBytesPerRow + destx * 4;
194 int destx = destPoint.x() + sourceRect.x(); local
195 ASSERT(destx >= 0);
196 ASSERT(destx < m_size.width());
203 int numColumns = endx - destx;
220 SkPMColor* dstRows = dst.getAddr32(destx, desty);
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageBufferCairo.cpp 172 int destx = 0; local
174 destx = -originx;
196 unsigned char* destRows = dataDst + desty * destBytesPerRow + destx * 4;
239 int destx = destPoint.x() + sourceRect.x(); local
240 ASSERT(destx >= 0);
241 ASSERT(destx < size.width());
248 int numColumns = endx - destx;
269 unsigned* pixel = row + x + destx;
282 destx, desty,
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferDataCG.cpp 124 int destx = 0; local
126 destx = -originx;
149 unsigned char* destRows = data + desty * destBytesPerRow + destx * 4;
261 int destx = destPoint.x() + sourceRect.x(); local
262 ASSERT(destx >= 0);
263 ASSERT(destx < size.width());
270 int width = endx - destx;
293 destRows = reinterpret_cast<unsigned char*>(m_data) + desty * destBytesPerRow + destx * 4;
333 destRows = (unsigned char*)(IOSurfaceGetBaseAddress(surface)) + desty * destBytesPerRow + destx * 4;
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageBufferQt.cpp 210 int destx = 0; local
212 destx = -originx;
239 quint32* destRows = reinterpret_cast_ptr<quint32*>(&data[desty * rect.width() * 4 + destx * 4]);
312 int destx = destPoint.x() + sourceRect.x(); local
313 ASSERT(destx >= 0);
314 ASSERT(destx < size.width());
321 int numColumns = endx - destx;
378 data.m_painter->drawImage(destx, desty, image);
  /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 434 milliseconds