Home
last modified time | relevance | path

Searched refs:clippedRect (Results 1 – 25 of 42) sorted by relevance

12

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/scumm/he/moonbase/
H A Dmoonbase.cpp112 Common::Rect clippedRect = clippedDstRect.findIntersectingRect(dstOperation); in blitT14WizImage() local
114 int cx = clippedRect.right - clippedRect.left; in blitT14WizImage()
115 int cy = clippedRect.bottom - clippedRect.top; in blitT14WizImage()
117 int sx = ((clippedRect.left - x) + srcLimitsRect.left); in blitT14WizImage()
118 int sy = ((clippedRect.top - y) + srcLimitsRect.top); in blitT14WizImage()
120 dst += clippedRect.top * dstPitch + clippedRect.left * 2; in blitT14WizImage()
/dports/games/scummvm/scummvm-2.5.1/engines/scumm/he/moonbase/
H A Dmoonbase.cpp117 Common::Rect clippedRect = clippedDstRect.findIntersectingRect(dstOperation); in blitT14WizImage() local
119 int cx = clippedRect.right - clippedRect.left; in blitT14WizImage()
120 int cy = clippedRect.bottom - clippedRect.top; in blitT14WizImage()
122 int sx = ((clippedRect.left - x) + srcLimitsRect.left); in blitT14WizImage()
123 int sy = ((clippedRect.top - y) + srcLimitsRect.top); in blitT14WizImage()
125 dst += clippedRect.top * dstPitch + clippedRect.left * 2; in blitT14WizImage()
/dports/www/kf5-khtml/khtml-5.89.0/src/imload/
H A Dimagepainter.cpp127 QRect clippedRect = QRect(0, 0, size.width(), size.height()) in paint() local
129 plane->animProvider->paint(dx, dy, p, clippedRect.x(), clippedRect.y(), in paint()
130 clippedRect.width(), clippedRect.height()); in paint()
/dports/games/scummvm/scummvm-2.5.1/engines/dragons/
H A Dscreen.cpp387 Common::Rect clippedRect = clipRectToScreen(0, 0, rect); in drawRect() local
389 …_backSurface->drawLine(clippedRect.left, clippedRect.top, clippedRect.right, clippedRect.top, colo… in drawRect()
391 …_backSurface->drawLine(clippedRect.right, clippedRect.top, clippedRect.right, clippedRect.bottom, … in drawRect()
393 …_backSurface->drawLine(clippedRect.left, clippedRect.bottom, clippedRect.right, clippedRect.bottom… in drawRect()
395 …_backSurface->drawLine(clippedRect.left, clippedRect.top, clippedRect.left, clippedRect.bottom, co… in drawRect()
/dports/lang/spidermonkey78/firefox-78.9.0/accessible/windows/sdn/
H A DsdnTextAccessible.cpp66 nsIntRect clippedRect; in get_clippedSubstringBounds() local
67 clippedRect.IntersectRect(unclippedRect, docRect); in get_clippedSubstringBounds()
69 *aX = clippedRect.X(); in get_clippedSubstringBounds()
70 *aY = clippedRect.Y(); in get_clippedSubstringBounds()
71 *aWidth = clippedRect.Width(); in get_clippedSubstringBounds()
72 *aHeight = clippedRect.Height(); in get_clippedSubstringBounds()
/dports/lang/spidermonkey60/firefox-60.9.0/accessible/windows/sdn/
H A DsdnTextAccessible.cpp66 nsIntRect clippedRect; in get_clippedSubstringBounds() local
67 clippedRect.IntersectRect(unclippedRect, docRect); in get_clippedSubstringBounds()
69 *aX = clippedRect.X(); in get_clippedSubstringBounds()
70 *aY = clippedRect.Y(); in get_clippedSubstringBounds()
71 *aWidth = clippedRect.Width(); in get_clippedSubstringBounds()
72 *aHeight = clippedRect.Height(); in get_clippedSubstringBounds()
/dports/www/firefox/firefox-99.0/accessible/windows/sdn/
H A DsdnTextAccessible.cpp67 LayoutDeviceIntRect clippedRect; in get_clippedSubstringBounds() local
68 clippedRect.IntersectRect(unclippedRect, docRect); in get_clippedSubstringBounds()
70 *aX = clippedRect.X(); in get_clippedSubstringBounds()
71 *aY = clippedRect.Y(); in get_clippedSubstringBounds()
72 *aWidth = clippedRect.Width(); in get_clippedSubstringBounds()
73 *aHeight = clippedRect.Height(); in get_clippedSubstringBounds()
/dports/www/firefox-esr/firefox-91.8.0/accessible/windows/sdn/
H A DsdnTextAccessible.cpp67 nsIntRect clippedRect; in get_clippedSubstringBounds() local
68 clippedRect.IntersectRect(unclippedRect, docRect); in get_clippedSubstringBounds()
70 *aX = clippedRect.X(); in get_clippedSubstringBounds()
71 *aY = clippedRect.Y(); in get_clippedSubstringBounds()
72 *aWidth = clippedRect.Width(); in get_clippedSubstringBounds()
73 *aHeight = clippedRect.Height(); in get_clippedSubstringBounds()
/dports/mail/thunderbird/thunderbird-91.8.0/accessible/windows/sdn/
H A DsdnTextAccessible.cpp67 nsIntRect clippedRect; in get_clippedSubstringBounds() local
68 clippedRect.IntersectRect(unclippedRect, docRect); in get_clippedSubstringBounds()
70 *aX = clippedRect.X(); in get_clippedSubstringBounds()
71 *aY = clippedRect.Y(); in get_clippedSubstringBounds()
72 *aWidth = clippedRect.Width(); in get_clippedSubstringBounds()
73 *aHeight = clippedRect.Height(); in get_clippedSubstringBounds()
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/windows/sdn/
H A DsdnTextAccessible.cpp81 nsIntRect clippedRect; in get_clippedSubstringBounds() local
82 clippedRect.IntersectRect(unclippedRect, docRect); in get_clippedSubstringBounds()
84 *aX = clippedRect.x; in get_clippedSubstringBounds()
85 *aY = clippedRect.y; in get_clippedSubstringBounds()
86 *aWidth = clippedRect.width; in get_clippedSubstringBounds()
87 *aHeight = clippedRect.height; in get_clippedSubstringBounds()
/dports/net/tigervnc-server/tigervnc-1.12.0/common/rfb/
H A DCursor.cxx266 Rect clippedRect; in update() local
278 clippedRect = Rect(0, 0, cursor->width(), cursor->height()) in update()
281 offset = clippedRect.tl; in update()
284 buffer.setSize(clippedRect.width(), clippedRect.height()); in update()
288 if (clippedRect.area() == 0) in update()
/dports/net/tigervnc-viewer/tigervnc-1.12.0/common/rfb/
H A DCursor.cxx266 Rect clippedRect; in update() local
278 clippedRect = Rect(0, 0, cursor->width(), cursor->height()) in update()
281 offset = clippedRect.tl; in update()
284 buffer.setSize(clippedRect.width(), clippedRect.height()); in update()
288 if (clippedRect.area() == 0) in update()
/dports/devel/simgear/simgear-2020.3.11/simgear/canvas/elements/
H A DCanvasImage.cxx880 auto clippedRect = intersectRect(rect, SGRect<int>(0, 0, image->s(), image->t())); in fillRect() local
881 if ((clippedRect.width() == 0) || (clippedRect.height() == 0)) { in fillRect()
887 GLuint pixelWidth = clippedRect.width(); in fillRect()
918 for (int row=clippedRect.t(); row < clippedRect.b(); ++row) { in fillRect()
919 GLubyte* imageData = image->data(clippedRect.l(), row); in fillRect()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/src/libANGLE/renderer/
H A Drenderer_utils.cpp773 gl::Rectangle clippedRect; in ClipRectToScissor() local
774 if (!gl::ClipRectangle(glState.getScissor(), rect, &clippedRect)) in ClipRectToScissor()
781 clippedRect.y = rect.height - clippedRect.y - clippedRect.height; in ClipRectToScissor()
784 return clippedRect; in ClipRectToScissor()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCD3D8Driver.cpp1157 core::rect<s32> clippedRect(destRect); in draw2DImage() local
1160 clippedRect.clipAgainst(*clipRect); in draw2DImage()
1167 f32 scale = (f32)(clippedRect.UpperLeftCorner.X - destRect.UpperLeftCorner.X) * invDestRectWidth; in draw2DImage()
1169 scale = (f32)(destRect.LowerRightCorner.X - clippedRect.LowerRightCorner.X) * invDestRectWidth; in draw2DImage()
1173 scale = (f32)(clippedRect.UpperLeftCorner.Y - destRect.UpperLeftCorner.Y) * invDestRectHeight; in draw2DImage()
1175 scale = (f32)(destRect.LowerRightCorner.Y - clippedRect.LowerRightCorner.Y) * invDestRectHeight; in draw2DImage()
1190 vtx[0] = S3DVertex((f32)clippedRect.UpperLeftCorner.X, (f32)clippedRect.UpperLeftCorner.Y, 0.0f, in draw2DImage()
1193 vtx[1] = S3DVertex((f32)clippedRect.LowerRightCorner.X, (f32)clippedRect.UpperLeftCorner.Y, 0.0f, in draw2DImage()
1196 vtx[2] = S3DVertex((f32)clippedRect.LowerRightCorner.X, (f32)clippedRect.LowerRightCorner.Y, 0.0f, in draw2DImage()
1199 vtx[3] = S3DVertex((f32)clippedRect.UpperLeftCorner.X, (f32)clippedRect.LowerRightCorner.Y, 0.0f, in draw2DImage()
H A DCGUIFont.cpp505 core::rect<s32> clippedRect(offset, textDimension); in draw() local
506 clippedRect.clipAgainst(*clip); in draw()
507 if (!clippedRect.isValid()) in draw()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qpainter/
H A Dtst_qpainter.cpp2294 clippedRect.fill(0x12345678); in clippedFillPath()
2314 if (clippedRect != clippedPath) { in clippedFillPath()
2323 clippedRect.fill(0x12345678); in clippedFillPath()
2344 if (clippedRect != clippedPath) { in clippedFillPath()
2411 clippedRect.fill(0x12345678); in clippedLines()
2431 if (clippedRect != clippedPath) { in clippedLines()
2439 clippedRect.fill(0x12345678); in clippedLines()
2460 if (clippedRect != clippedPath) { in clippedLines()
2488 clippedRect.fill(0x12345678); in clippedPolygon()
2510 if (clippedRect != clippedPath) { in clippedPolygon()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/libANGLE/renderer/
H A Drenderer_utils.cpp891 gl::Rectangle clippedRect; in ClipRectToScissor() local
892 if (!gl::ClipRectangle(glState.getScissor(), rect, &clippedRect)) in ClipRectToScissor()
899 clippedRect.y = rect.height - clippedRect.y - clippedRect.height; in ClipRectToScissor()
902 return clippedRect; in ClipRectToScissor()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/checkout/src/libANGLE/renderer/
H A Drenderer_utils.cpp894 gl::Rectangle clippedRect; in ClipRectToScissor() local
895 if (!gl::ClipRectangle(glState.getScissor(), rect, &clippedRect)) in ClipRectToScissor()
902 clippedRect.y = rect.height - clippedRect.y - clippedRect.height; in ClipRectToScissor()
905 return clippedRect; in ClipRectToScissor()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCGUIFont.cpp505 core::rect<s32> clippedRect(offset, textDimension); in draw() local
506 clippedRect.clipAgainst(*clip); in draw()
507 if (!clippedRect.isValid()) in draw()
/dports/math/gambit/gambit-16.0.1/src/labenski/src/
H A Dplotdraw.cpp1151 wxRect2DDouble clippedRect(x0, y0, x1 - x0, y1 - y0); in Draw() local
1152 clippedRect.Intersect(subViewRect); in Draw()
1155 int i0 = m_owner->GetClientCoordFromPlotX(clippedRect.m_x); in Draw()
1156 int i1 = m_owner->GetClientCoordFromPlotX(clippedRect.GetRight()); in Draw()
1157 int j0 = m_owner->GetClientCoordFromPlotY(clippedRect.m_y); in Draw()
1158 int j1 = m_owner->GetClientCoordFromPlotY(clippedRect.GetBottom()); in Draw()
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/
H A Drenderer_utils.cpp950 gl::Rectangle clippedRect; in ClipRectToScissor() local
951 if (!gl::ClipRectangle(glState.getScissor(), rect, &clippedRect)) in ClipRectToScissor()
958 clippedRect.y = rect.height - clippedRect.y - clippedRect.height; in ClipRectToScissor()
961 return clippedRect; in ClipRectToScissor()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/libANGLE/renderer/
H A Drenderer_utils.cpp950 gl::Rectangle clippedRect; in ClipRectToScissor() local
951 if (!gl::ClipRectangle(glState.getScissor(), rect, &clippedRect)) in ClipRectToScissor()
958 clippedRect.y = rect.height - clippedRect.y - clippedRect.height; in ClipRectToScissor()
961 return clippedRect; in ClipRectToScissor()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/libANGLE/renderer/
H A Drenderer_utils.cpp950 gl::Rectangle clippedRect; in ClipRectToScissor() local
951 if (!gl::ClipRectangle(glState.getScissor(), rect, &clippedRect)) in ClipRectToScissor()
958 clippedRect.y = rect.height - clippedRect.y - clippedRect.height; in ClipRectToScissor()
961 return clippedRect; in ClipRectToScissor()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/font/
H A Dfont_with_face.cpp670 core::rect<s32> clippedRect(core::position2d<s32> in render() local
672 clippedRect.clipAgainst(*clip); in render()
673 if (!clippedRect.isValid()) return; in render()

12