Home
last modified time | relevance | path

Searched refs:localRect (Results 1 – 25 of 108) sorted by relevance

12345

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DWidget.cpp81 IntRect Widget::convertToContainingWindow(const IntRect& localRect) const in convertToContainingWindow()
84 IntRect parentRect = convertToContainingView(localRect); in convertToContainingWindow()
87 return convertFromRootToContainingWindow(this, localRect); in convertToContainingWindow()
134 IntRect Widget::convertToContainingView(const IntRect& localRect) const in convertToContainingView()
137 IntRect parentRect(localRect); in convertToContainingView()
138 parentRect.setLocation(parentScrollView->convertChildToSelf(this, localRect.location())); in convertToContainingView()
141 return localRect; in convertToContainingView()
147 IntRect localRect = parentRect; in convertFromContainingView() local
148 localRect.setLocation(parentScrollView->convertSelfToChild(this, localRect.location())); in convertFromContainingView()
149 return localRect; in convertFromContainingView()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/gpu/
H A DTestOps.cpp88 const SkRect& localRect,
114 const SkRect& localRect,
145 const SkRect& localRect, in Make() argument
148 return GrOp::Make<TestRectOp>(context, caps, std::move(paint), drawRect, localRect, localM); in Make()
167 const SkRect& localRect, in TestRectOp() argument
171 , fLocalRect(localRect) in TestRectOp()
224 const SkRect& localRect, in MakeRect() argument
226 return TestRectOp::Make(context, std::move(paint), drawRect, localRect, localM); in MakeRect()
232 const SkRect& localRect, in MakeRect() argument
236 return TestRectOp::Make(context, std::move(paint), drawRect, localRect, localM); in MakeRect()
H A DTestOps.h29 const SkRect& localRect,
39 const SkRect& localRect,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/gpu/
H A DTestOps.cpp81 const SkRect& localRect,
107 const SkRect& localRect,
137 const SkRect& localRect, in Make() argument
141 return pool->allocate<TestRectOp>(caps, std::move(paint), drawRect, localRect, localM); in Make()
160 const SkRect& localRect, in TestRectOp() argument
164 , fLocalRect(localRect) in TestRectOp()
215 const SkRect& localRect, in MakeRect() argument
217 return TestRectOp::Make(context, std::move(paint), drawRect, localRect, localM); in MakeRect()
223 const SkRect& localRect, in MakeRect() argument
227 return TestRectOp::Make(context, std::move(paint), drawRect, localRect, localM); in MakeRect()
H A DTestOps.h29 const SkRect& localRect,
39 const SkRect& localRect,
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/ops/
H A DGrNonAAFillRectOp.cpp109 const SkRect& rect, const SkRect* localRect, in Make() argument
129 if (localRect && localMatrix) { in NonAAFillRectOp()
130 info.fLocalQuad.setFromMappedRect(*localRect, *localMatrix); in NonAAFillRectOp()
131 } else if (localRect) { in NonAAFillRectOp()
132 info.fLocalQuad.set(*localRect); in NonAAFillRectOp()
233 const SkRect& rect, const SkRect* localRect, in Make() argument
246 const SkRect* localRect, const SkMatrix* localMatrix, in NonAAFillRectPerspectiveOp() argument
255 fHasLocalRect = SkToBool(localRect); in NonAAFillRectPerspectiveOp()
261 info.fLocalRect = *localRect; in NonAAFillRectPerspectiveOp()
423 SkRect localRect = GrTest::TestRect(random); in GR_DRAW_OP_TEST_DEFINE() local
[all …]
H A DGrRectOpFactory.h38 const SkRect& localRect);
51 const SkRect& localRect, GrAAType);
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/batches/
H A DGrNonAAFillRectBatch.cpp79 const SkRect* localRect, const SkMatrix* localMatrix)
87 if (localRect && localMatrix) {
88 info.fLocalQuad.setFromMappedRect(*localRect, *localMatrix);
89 } else if (localRect) {
90 info.fLocalQuad.set(*localRect);
197 const SkRect* localRect,
199 return new NonAAFillRectBatch(color, viewMatrix, rect, localRect, localMatrix);
213 SkRect localRect = GrTest::TestRect(random);
220 hasLocalRect ? &localRect : nullptr,
H A DGrNonAAFillRectPerspectiveBatch.cpp98 const SkRect* localRect, const SkMatrix* localMatrix)
106 fHasLocalRect = SkToBool(localRect);
112 info.fLocalRect = *localRect;
239 const SkRect* localRect, in name()
241 return new GrNonAAFillRectPerspectiveBatch(color, viewMatrix, rect, localRect, localMatrix); in name()
255 SkRect localRect = GrTest::TestRect(random); in initBatchTracker()
266 hasLocalRect ? &localRect : nullptr, in initBatchTracker()
H A DGrRectBatchFactory.h32 const SkRect* localRect,
35 return GrNonAAFillRectBatch::CreateWithPerspective(color, viewMatrix, rect, localRect,
38 return GrNonAAFillRectBatch::Create(color, viewMatrix, rect, localRect, localMatrix);
H A DGrNonAAFillRectBatch.h22 const SkRect* localRect,
28 const SkRect* localRect,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dtexelsubset.cpp120 SkRect localRect = SkRect::Make(fBitmap.bounds()).makeOutset(kDrawPad, kDrawPad); in onDraw() local
137 drawRect = localRect.makeOffset(x, y); in onDraw()
156 localRect.makeOffset(kT), in onDraw()
161 x += localRect.width() + kTestPad; in onDraw()
165 drawRect = localRect.makeOffset(x, y); in onDraw()
173 localRect)) { in onDraw()
182 x += localRect.width() + kTestPad; in onDraw()
188 y += localRect.height() + kTestPad; in onDraw()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dcanvasmode_create.cpp86 QRect localRect = m_canvas->canvasToLocal(bounds); in drawControls() local
87 if (localRect.width() <= 0 || localRect.height() <= 0) in drawControls()
95 p->drawRect(localRect); in drawControls()
105 p->drawEllipse(localRect); in drawControls()
110 path.moveTo(localRect.width() / 2.0, localRect.height() / 2.0); in drawControls()
111 …path.arcTo(0.0, 0.0, localRect.width(), localRect.height(), m_doc->itemToolPrefs().arcStartAngle, … in drawControls()
113 p->translate(localRect.left(), localRect.top()); in drawControls()
119 p->translate(localRect.left(), localRect.top()); in drawControls()
125 p->translate(localRect.left(), localRect.top()); in drawControls()
140 double x1 = localRect.width() * vals[a] / 100.0; in drawControls()
[all …]
H A Dcanvasgesture_resize.cpp127 QRectF localRect = m_canvas->canvasToLocal(m_bounds.normalized()); in drawControls() local
129 localRect = m_canvas->canvasToLocalF(m_bounds.normalized()); in drawControls()
135 p->translate(localRect.x(), localRect.y()); in drawControls()
137 p->translate(-localRect.x(), -localRect.y()); in drawControls()
142 p->drawRect(localRect); in drawControls()
154 m.translate(localRect.x(), localRect.y()); in drawControls()
155 m.scale(localRect.width() / currItem->width(), localRect.height() / currItem->height()); in drawControls()
176 double scx = localRect.width() / w; in drawControls()
177 double scy = localRect.height() / h; in drawControls()
188 m.translate(localRect.x(), localRect.y()); in drawControls()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dtexelsubset.cpp134 SkRect localRect = SkRect::Make(fBitmap.bounds()).makeOutset(kDrawPad, kDrawPad); in onDraw() local
151 drawRect = localRect.makeOffset(x, y); in onDraw()
170 localRect.makeOffset(kT), in onDraw()
175 x += localRect.width() + kTestPad; in onDraw()
179 drawRect = localRect.makeOffset(x, y); in onDraw()
189 localRect)) { in onDraw()
198 x += localRect.width() + kTestPad; in onDraw()
204 y += localRect.height() + kTestPad; in onDraw()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/
H A DGrTextureProducer.cpp41 SkRect localRect = SkRect::MakeWH(inputProxy->width(), inputProxy->height()); in CopyOnGpu() local
45 bool resizing = localRect.width() != dstRect.width() || in CopyOnGpu()
46 localRect.height() != dstRect.height(); in CopyOnGpu()
51 const SkRect domain = localRect.makeInset(0.5f, 0.5f); in CopyOnGpu()
65 localRect); in CopyOnGpu()
/dports/editors/impress/impress-1.1b9/pstoedit_3.21/src/
H A Ddrvwmf.cpp1024 RECT localRect; in show_rectangle() local
1029 localRect.left = l_transX(llx); in show_rectangle()
1030 localRect.top = l_transY(lly); in show_rectangle()
1031 localRect.right = l_transX(urx); in show_rectangle()
1032 localRect.bottom= l_transY(ury); in show_rectangle()
1036 const int xMin = (int)min(localRect.left,localRect.right); in show_rectangle()
1037 const int xMax = (int)max(localRect.left,localRect.right); in show_rectangle()
1038 const int yMin = (int)min(localRect.top,localRect.bottom); in show_rectangle()
1039 const int yMax = (int)max(localRect.top,localRect.bottom); in show_rectangle()
1073 Polyline(metaDC,(POINT*) &localRect,2); in show_rectangle()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/skia/skia/src/gpu/
H A DGrTextureParamsAdjuster.cpp77 SkRect localRect; in copy_on_gpu() local
79 localRect = SkRect::Make(*subset); in copy_on_gpu()
80 localRect.fLeft *= sx; in copy_on_gpu()
81 localRect.fTop *= sy; in copy_on_gpu()
82 localRect.fRight *= sx; in copy_on_gpu()
83 localRect.fBottom *= sy; in copy_on_gpu()
85 localRect = SkRect::MakeWH(1.f, 1.f); in copy_on_gpu()
89 copyDC->fillRectToRect(GrNoClip(), paint, SkMatrix::I(), dstRect, localRect); in copy_on_gpu()
H A DGrDrawContext.cpp344 SkRect* localRect = nullptr) { in crop_filled_rect() argument
357 if (localRect) { in crop_filled_rect()
361 const SkScalar dx = localRect->width() / rect->width(); in crop_filled_rect()
362 const SkScalar dy = localRect->height() / rect->height(); in crop_filled_rect()
364 localRect->fLeft += (clipBounds.fLeft - rect->fLeft) * dx; in crop_filled_rect()
368 localRect->fTop += (clipBounds.fTop - rect->fTop) * dy; in crop_filled_rect()
372 localRect->fRight -= (rect->fRight - clipBounds.fRight) * dx; in crop_filled_rect()
632 const SkRect& localRect) { in fillRectToRect() argument
639 SkRect croppedLocalRect = localRect; in fillRectToRect()
685 path.addRect(localRect); in fillRectToRect()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/
H A DGrTextureProducer.cpp33 SkRect localRect = SkRect::MakeWH(inputProxy->width(), inputProxy->height()); in CopyOnGpu() local
38 bool resizing = localRect.width() != dstRect.width() || in CopyOnGpu()
39 localRect.height() != dstRect.height(); in CopyOnGpu()
62 const SkRect domain = localRect.makeInset(0.5f, 0.5f); in CopyOnGpu()
77 localRect); in CopyOnGpu()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/
H A DGrTextureProducer.cpp33 SkRect localRect = SkRect::MakeWH(inputProxy->width(), inputProxy->height()); in CopyOnGpu() local
38 bool resizing = localRect.width() != dstRect.width() || in CopyOnGpu()
39 localRect.height() != dstRect.height(); in CopyOnGpu()
62 const SkRect domain = localRect.makeInset(0.5f, 0.5f); in CopyOnGpu()
77 localRect); in CopyOnGpu()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/
H A DGrTextureProducer.cpp33 SkRect localRect = SkRect::MakeWH(inputProxy->width(), inputProxy->height()); in CopyOnGpu() local
38 bool resizing = localRect.width() != dstRect.width() || in CopyOnGpu()
39 localRect.height() != dstRect.height(); in CopyOnGpu()
62 const SkRect domain = localRect.makeInset(0.5f, 0.5f); in CopyOnGpu()
77 localRect); in CopyOnGpu()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/
H A DGrTextureProducer.cpp33 SkRect localRect = SkRect::MakeWH(inputProxy->width(), inputProxy->height()); in CopyOnGpu() local
38 bool resizing = localRect.width() != dstRect.width() || in CopyOnGpu()
39 localRect.height() != dstRect.height(); in CopyOnGpu()
62 const SkRect domain = localRect.makeInset(0.5f, 0.5f); in CopyOnGpu()
77 localRect); in CopyOnGpu()
/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Ddrvwmf.cpp1190 RECT localRect; in show_rectangle() local
1195 localRect.left = transx(llx); in show_rectangle()
1196 localRect.top = transy(lly); in show_rectangle()
1197 localRect.right = transx(urx); in show_rectangle()
1198 localRect.bottom = transy(ury); in show_rectangle()
1202 const int xMin = (int) min(localRect.left, localRect.right); in show_rectangle()
1203 const int xMax = (int) max(localRect.left, localRect.right); in show_rectangle()
1204 const int yMin = (int) min(localRect.top, localRect.bottom); in show_rectangle()
1205 const int yMax = (int) max(localRect.top, localRect.bottom); in show_rectangle()
1235 (void)Polyline(metaDC, (POINT *) & localRect, 2); in show_rectangle()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/swing/ToolTipManager/7123767/
H A Dbug7123767.java141 Rectangle localRect = config.getBounds(); in bug7123767() local
142 adjustInsets(localRect, localInsets); in bug7123767()
143 rect.add(localRect); in bug7123767()

12345