Searched refs:offsetX (Results 1 - 25 of 31) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DMouseRelatedEvent.h49 int offsetX();
H A DMouseEvent.idl54 readonly attribute long offsetX;
H A DMouseRelatedEvent.cpp202 int MouseRelatedEvent::offsetX() function in class:WebCore::MouseRelatedEvent
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gpu/opencl/
H A DOpenCLFETurbulence.cpp106 __constant int *latticeSelector, __private int offsetX, __private int offsetY, __private int tileWidth,
133 float x = (get_global_id(0) + offsetX) * baseFrequencyX;
188 int* latticeSelector, int offsetX, int offsetY, int tileWidth, int tileHeight,
200 kernel.addArgument(offsetX);
184 applyFETurbulence(OpenCLHandle destination, IntSize destinationSize, int totalBlockSize, void* transform, void* redComponent, void* greenComponent, void* blueComponent, void* alphaComponent, int* latticeSelector, int offsetX, int offsetY, int tileWidth, int tileHeight, float baseFrequencyX, float baseFrequencyY, bool stitchTiles, int numOctaves, int type) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DUniscribeController.cpp296 float offsetX = offsets[k].du / cLogicalScale; local
303 offsetX = roundf(offsetX);
344 FloatSize size(offsetX, -offsetY);
354 m_glyphOrigin.move(advance + offsetX, -offsetY);
H A DQTMovieGWorld.cpp413 int offsetX = (windowWidth - actualWidth) / 2; local
416 rect.left = offsetX;
417 rect.right = offsetX + actualWidth;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/gtk/
H A DWebPrintOperationGtk.cpp602 double offsetX, offsetY; local
604 offsetX = marginLeft * (stepX - width) / (marginLeft + marginRight);
607 offsetX = (stepX - width) / 2.0;
612 cairo_translate(m_cairoContext.get(), x * stepX + offsetX, y * stepY + offsetY);
626 double offsetX = ((stepX - paperWidth) / 2.0 * columns) - marginRight; local
630 cairo_translate(m_cairoContext.get(), y * paperHeight + offsetY, (columns - x) * paperWidth + offsetX);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/harfbuzz/
H A DHarfBuzzShaper.h76 void setGlyphAndPositions(unsigned index, uint16_t glyphId, float advance, float offsetX, float offsetY);
H A DHarfBuzzShaper.cpp93 void HarfBuzzShaper::HarfBuzzRun::setGlyphAndPositions(unsigned index, uint16_t glyphId, float advance, float offsetX, float offsetY) argument
97 m_offsets[index] = FloatPoint(offsetX, offsetY);
522 float offsetX = harfBuzzPositionToFloat(glyphPositions[i].x_offset);
546 offsetX += spacing;
548 offsetX += m_letterSpacing;
551 currentRun->setGlyphAndPositions(i, glyph, advance, offsetX, offsetY);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DOverviewGrid.js214 this._resizerParentOffsetLeft = event.pageX - event.offsetX - event.target.offsetLeft;
243 this._offsetLeft = event.pageX - event.offsetX;
379 var referencePoint = event.offsetX;
H A DFlameChart.js396 var nodeIndex = this._coordinatesToNodeIndex(event.offsetX, event.offsetY);
406 anchorBox.x += event.pageX - event.offsetX;
449 var windowPoint = (this._pixelWindowLeft + e.offsetX) / this._totalPixels;
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsInterfaceTypes.h101 SInt32 offsetX; member in struct:IOBlitOperationStruct
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DImageInputType.cpp96 m_clickLocation = IntPoint(mouseEvent->offsetX(), mouseEvent->offsetY());
/macosx-10.9.5/WebKit-7537.78.2/efl/ewk/
H A Dewk_tiled_backing_store.cpp1005 Evas_Coord offsetX = priv->view.offset.base.x + count * tileWidth; local
1009 Evas_Coord originX = x + baseColumn * tileWidth + offsetX;
1030 priv->view.offset.base.x = offsetX;
1050 Evas_Coord offsetX = priv->view.offset.base.x - count * tileWidth; local
1054 Evas_Coord originX = x + baseColumn * tileWidth + offsetX;
1075 priv->view.offset.base.x = offsetX;
1122 Evas_Coord offsetX = baseTilePositionX; local
1124 _ewk_tiled_backing_store_item_move(item, offsetX, baseTilePositionY);
1125 offsetX += tileWidth;
1394 static bool _ewk_tiled_backing_store_zoom_set_internal(Ewk_Tiled_Backing_Store_Data* priv, float* zoom, Evas_Coord currentX, Evas_Coord currentY, Evas_Coord* offsetX, Evas_Coor argument
1491 ewk_tiled_backing_store_zoom_set(Evas_Object* ewkBackingStore, float* zoom, Evas_Coord currentX, Evas_Coord currentY, Evas_Coord* offsetX, Evas_Coord* offsetY) argument
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DLayerTiler.cpp686 int offsetX = origin.x(); local
688 if (offsetX)
689 offsetX = offsetX / tileSize().width();
692 return TileIndex(offsetX, offsetY);
/macosx-10.9.5/tcl-102/tk/tk/macosx/
H A DtkMacOSXMenubutton.c48 int trimW, trimH, inset, shrinkW, offsetX, offsetY; member in struct:__anon13608
196 frame = NSOffsetRect(frame, boundsFix.offsetX, boundsFix.offsetY);
H A DtkMacOSXButton.c51 int trimW, trimH, inset, shrinkH, offsetX, offsetY; member in struct:__anon13596
374 frame = NSOffsetRect(frame, boundsFix.offsetX, boundsFix.offsetY);
/macosx-10.9.5/WebCore-7537.78.1/plugins/efl/
H A DPluginViewEfl.cpp93 const IntRect rect = parent()->contentsToScreen(IntRect(0, 0, event->offsetX(), event->offsetY()));
/macosx-10.9.5/WebKit-7537.78.2/win/Interfaces/
H A DDOMEvents.idl284 //readonly attribute long offsetX;
285 HRESULT offsetX([out, retval] long* result);
448 //readonly attribute long offsetX;
449 HRESULT offsetX([out, retval] long* result);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMEventsClasses.cpp517 HRESULT STDMETHODCALLTYPE DOMMouseEvent::offsetX( function in class:DOMMouseEvent
722 HRESULT STDMETHODCALLTYPE DOMWheelEvent::offsetX( function in class:DOMWheelEvent
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperLayer.cpp756 double zeroX, zeroY, offsetX, offsetY; local
759 transform.map(offset.width(), offset.height(), offsetX, offsetY);
760 return FloatSize(offsetX - zeroX, offsetY - zeroY);
/macosx-10.9.5/WebCore-7537.78.1/accessibility/
H A DAccessibilityObject.cpp1873 int offsetX = 0, offsetY = 0; local
1887 objectRect.move(offsetX, offsetY);
1908 offsetX -= (scrollPosition.x() + point.x());
1914 offsetX = 0;
/macosx-10.9.5/WebCore-7537.78.1/plugins/blackberry/
H A DPluginViewBlackBerry.cpp326 wheelEvent.x = event->offsetX();
407 mouseEvent.x = event->offsetX();
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DBackingStore.cpp674 int offsetX = origin.x() - backingStoreRect.x(); local
676 if (offsetX)
677 offsetX = offsetX / tileWidth();
680 return TileIndex(offsetX, offsetY);
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DRenderStyle.cpp970 float offsetX = transformOriginX().type() == Percent ? boundingBox.x() : 0; local
974 transform.translate3d(floatValueForLength(transformOriginX(), boundingBox.width()) + offsetX,
984 transform.translate3d(-floatValueForLength(transformOriginX(), boundingBox.width()) - offsetX,

Completed in 447 milliseconds

12