Home
last modified time | relevance | path

Searched refs:aDeviceRect (Results 1 – 10 of 10) sorted by relevance

/dports/lang/spidermonkey78/firefox-78.9.0/gfx/wr/webrender/res/
H A Dcomposite.glsl31 PER_INSTANCE in vec4 aDeviceRect;
48 vec2 world_pos = aDeviceRect.xy + aPosition.xy * aDeviceRect.zw;
54 vec2 uv = (clipped_world_pos - aDeviceRect.xy) / aDeviceRect.zw;
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dviewpt3d.hxx58 tools::Rectangle aDeviceRect; // position and size of the output area member in Viewport3D
87 const tools::Rectangle& GetDeviceWindow() const { return aDeviceRect; } in GetDeviceWindow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dviewpt3d.hxx58 tools::Rectangle aDeviceRect; // position and size of the output area member in Viewport3D
87 const tools::Rectangle& GetDeviceWindow() const { return aDeviceRect; } in GetDeviceWindow()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DDrawCommand.h47 virtual bool GetAffectedRect(Rect& aDeviceRect, const Matrix& aTransform) const { return false; } in GetAffectedRect() argument
240 bool GetAffectedRect(Rect& aDeviceRect, const Matrix& aTransform) const in GetAffectedRect() argument
242 aDeviceRect = aTransform.TransformBounds(mRect); in GetAffectedRect()
333 bool GetAffectedRect(Rect& aDeviceRect, const Matrix& aTransform) const in GetAffectedRect() argument
335 aDeviceRect = mPath->GetBounds(aTransform); in GetAffectedRect()
405 bool GetAffectedRect(Rect& aDeviceRect, const Matrix& aTransform) const in GetAffectedRect() argument
407aDeviceRect = PathExtentsToMaxStrokeExtents(mStrokeOptions, mPath->GetBounds(aTransform), aTransfo… in GetAffectedRect()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/engine3d/
H A Dviewpt3d2.cxx28 aDeviceRect(Point(0,0), Size(-1,-1)), in Viewport3D()
115 aDeviceRect = rRect; in SetDeviceWindow()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/engine3d/
H A Dviewpt3d2.cxx30 aDeviceRect(Point(0,0), Size(-1,-1)), in Viewport3D()
117 aDeviceRect = rRect; in SetDeviceWindow()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DDrawCommand.h57 virtual bool GetAffectedRect(Rect& aDeviceRect, in GetAffectedRect() argument
H A DDrawCommands.h320 bool GetAffectedRect(Rect& aDeviceRect, in GetAffectedRect() argument
322 aDeviceRect = aTransform.TransformBounds(mRect); in GetAffectedRect()
432 bool GetAffectedRect(Rect& aDeviceRect, in GetAffectedRect() argument
434 aDeviceRect = mPath->GetBounds(aTransform); in GetAffectedRect()
510 bool GetAffectedRect(Rect& aDeviceRect, in GetAffectedRect() argument
512 aDeviceRect = PathExtentsToMaxStrokeExtents( in GetAffectedRect()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/window/
H A Dwinproc.cxx2360 tools::Rectangle aDeviceRect = pChildOutDev->ImplLogicToDevicePixel( aRect ); in ImplHandleSalQueryCharPosition() local
2361 …eenPos = pChild->OutputToAbsoluteScreenPixel( pChild->ScreenToOutputPixel(aDeviceRect.TopLeft()) ); in ImplHandleSalQueryCharPosition()
2364 pEvt->mnCursorBoundWidth = aDeviceRect.GetWidth(); in ImplHandleSalQueryCharPosition()
2365 pEvt->mnCursorBoundHeight = aDeviceRect.GetHeight(); in ImplHandleSalQueryCharPosition()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dwinproc.cxx2297 tools::Rectangle aDeviceRect = pChildOutDev->ImplLogicToDevicePixel( aRect ); in ImplHandleSalQueryCharPosition() local
2298 …eenPos = pChild->OutputToAbsoluteScreenPixel( pChild->ScreenToOutputPixel(aDeviceRect.TopLeft()) ); in ImplHandleSalQueryCharPosition()
2301 pEvt->mnCursorBoundWidth = aDeviceRect.GetWidth(); in ImplHandleSalQueryCharPosition()
2302 pEvt->mnCursorBoundHeight = aDeviceRect.GetHeight(); in ImplHandleSalQueryCharPosition()