HomeSort by relevance Sort by last modified time
    Searched defs:originX (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/skia/
ImageBufferSkia.cpp 193 int originX = rect.x();
195 if (originX < 0) {
196 destX = -originX;
197 originX = 0;
202 int numColumns = endX - originX;
226 srcDevice.readPixels(SkIRect::MakeXYWH(originX, originY, numColumns, numRows), &srcBitmap);
276 int originX = sourceRect.x();
280 ASSERT(originX >= 0);
281 ASSERT(originX < sourceRect.maxX());
317 const unsigned char* srcRow = source->data() + originY * srcBytesPerRow + originX * 4
    [all...]
GraphicsContextSkia.cpp 660 SkScalar originX = WebCoreFloatToSkScalar(pt.x());
670 matrix.postTranslate(originX, originY);
681 rect.set(originX,
683 originX + WebCoreFloatToSkScalar(width),
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperNode.cpp 316 const float originX = m_state.anchorPoint.x() * m_size.width();
320 .translate3d(originX + m_state.pos.x(), originY + m_state.pos.y(), m_state.anchorPoint.z())
322 .translate3d(-originX, -originY, -m_state.anchorPoint.z());
359 const float originX = m_transforms.target.m41();
363 .translate(originX, originY)
365 .translate(-originX, -originY);
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
ChromeClientGtk.cpp 462 int originX, originY;
463 gdk_window_get_origin(gtk_widget_get_window(window), &originX, &originY);
464 result.move(originX, originY);
  /external/webkit/Source/WebCore/platform/graphics/android/
LayerAndroid.cpp 691 float originX = anchorPoint.x() * layerSize.width();
696 localMatrix.translate3d(originX + position.x(),
700 localMatrix.translate3d(-originX,
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsLayerQt.cpp 532 const qreal originX = m_state.anchorPoint.x() * m_size.width();
538 .translate3d(originX + m_state.pos.x(), originY + m_state.pos.y(), m_state.anchorPoint.z())
540 .translate3d(-originX, -originY, -m_state.anchorPoint.z());
    [all...]
  /prebuilt/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilt/darwin-x86/swt/
swt.jar 

Completed in 580 milliseconds