Searched refs:offsetY (Results 1 - 25 of 28) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DMouseRelatedEvent.h50 int offsetY();
H A DMouseEvent.idl55 readonly attribute long offsetY;
H A DMouseRelatedEvent.cpp209 int MouseRelatedEvent::offsetY() 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,
134 float y = (get_global_id(1) + offsetY) * baseFrequencyY;
188 int* latticeSelector, int offsetX, int offsetY, int tileWidth, int tileHeight,
201 kernel.addArgument(offsetY);
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.cpp297 float offsetY = offsets[k].dv / cLogicalScale; local
304 offsetY = roundf(offsetY);
344 FloatSize size(offsetX, -offsetY);
354 m_glyphOrigin.move(advance + offsetX, -offsetY);
H A DQTMovieGWorld.cpp414 int offsetY = (windowHeight - actualHeight) / 2; local
418 rect.top = offsetY;
419 rect.bottom = offsetY + actualHeight;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/gtk/
H A DWebPrintOperationGtk.cpp602 double offsetX, offsetY; local
605 offsetY = marginTop * (stepY - height) / (marginTop + marginBottom);
608 offsetY = (stepY - height) / 2.0;
612 cairo_translate(m_cairoContext.get(), x * stepX + offsetX, y * stepY + offsetY);
627 double offsetY = ((stepY - paperHeight) / 2.0 * rows) + marginTop; 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);
523 float offsetY = -harfBuzzPositionToFloat(glyphPositions[i].y_offset);
551 currentRun->setGlyphAndPositions(i, glyph, advance, offsetX, offsetY);
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/IOKit/graphics/
H A DIOGraphicsInterfaceTypes.h102 SInt32 offsetY; 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.cpp908 Evas_Coord offsetY = priv->view.offset.base.y + count * tileHeight; local
909 Evas_Coord tilePositionY = y + (lastRow - count + 1) * tileHeight + offsetY;
936 priv->view.offset.base.y = offsetY;
956 Evas_Coord offsetY = priv->view.offset.base.y - count * tileHeight; local
957 Evas_Coord tilePositionY = y + offsetY + (count - 1) * tileHeight;
984 priv->view.offset.base.y = offsetY;
1006 Evas_Coord offsetY = y + priv->view.offset.base.y; local
1024 _ewk_tiled_backing_store_item_move(item, tilePositionX, offsetY);
1027 offsetY += tileHeight;
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_Coord* offsetY) 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.cpp687 int offsetY = origin.y(); local
690 if (offsetY)
691 offsetY = offsetY / tileSize().height();
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.idl287 //readonly attribute long offsetY;
288 HRESULT offsetY([out, retval] long* result);
451 //readonly attribute long offsetY;
452 HRESULT offsetY([out, retval] long* result);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DFlameChart.js396 var nodeIndex = this._coordinatesToNodeIndex(event.offsetX, event.offsetY);
407 anchorBox.y += event.pageY - event.offsetY;
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DDOMEventsClasses.cpp523 HRESULT STDMETHODCALLTYPE DOMMouseEvent::offsetY( function in class:DOMMouseEvent
728 HRESULT STDMETHODCALLTYPE DOMWheelEvent::offsetY( function in class:DOMWheelEvent
H A DDOMEventsClasses.h601 virtual HRESULT STDMETHODCALLTYPE offsetY(
946 virtual HRESULT STDMETHODCALLTYPE offsetY(
/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);
1909 offsetY -= (scrollPosition.y() + point.y());
1915 offsetY = 0;
/macosx-10.9.5/WebCore-7537.78.1/plugins/blackberry/
H A DPluginViewBlackBerry.cpp327 wheelEvent.y = event->offsetY();
408 mouseEvent.y = event->offsetY();
/macosx-10.9.5/WebKit-7537.78.2/blackberry/Api/
H A DBackingStore.cpp675 int offsetY = origin.y() - backingStoreRect.y(); local
678 if (offsetY)
679 offsetY = offsetY / tileHeight();
680 return TileIndex(offsetX, offsetY);
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DRenderStyle.cpp971 float offsetY = transformOriginY().type() == Percent ? boundingBox.y() : 0; local
975 floatValueForLength(transformOriginY(), boundingBox.height()) + offsetY,
985 -floatValueForLength(transformOriginY(), boundingBox.height()) - offsetY,

Completed in 717 milliseconds

12