Home
last modified time | relevance | path

Searched refs:bottomRightPts (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCPerFlushResources.cpp357 SkPoint topLeftPts[2], bottomRightPts[2]; in transform_path_pts() local
359 bottomRight.store(bottomRightPts); in transform_path_pts()
362 topLeftPts[0].x(), topLeftPts[0].y(), bottomRightPts[0].x(), bottomRightPts[0].y()); in transform_path_pts()
364 topLeftPts[1].x(), topLeftPts[1].y(), bottomRightPts[1].x(), bottomRightPts[1].y()); in transform_path_pts()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCPerFlushResources.cpp357 SkPoint topLeftPts[2], bottomRightPts[2]; in transform_path_pts() local
359 bottomRight.store(bottomRightPts); in transform_path_pts()
362 topLeftPts[0].x(), topLeftPts[0].y(), bottomRightPts[0].x(), bottomRightPts[0].y()); in transform_path_pts()
364 topLeftPts[1].x(), topLeftPts[1].y(), bottomRightPts[1].x(), bottomRightPts[1].y()); in transform_path_pts()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/ccpr/
H A DGrCCPerFlushResources.cpp356 SkPoint topLeftPts[2], bottomRightPts[2]; in transform_path_pts() local
358 bottomRight.store(bottomRightPts); in transform_path_pts()
361 topLeftPts[0].x(), topLeftPts[0].y(), bottomRightPts[0].x(), bottomRightPts[0].y()); in transform_path_pts()
363 topLeftPts[1].x(), topLeftPts[1].y(), bottomRightPts[1].x(), bottomRightPts[1].y()); in transform_path_pts()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCPerFlushResources.cpp357 SkPoint topLeftPts[2], bottomRightPts[2]; in transform_path_pts() local
359 bottomRight.store(bottomRightPts); in transform_path_pts()
362 topLeftPts[0].x(), topLeftPts[0].y(), bottomRightPts[0].x(), bottomRightPts[0].y()); in transform_path_pts()
364 topLeftPts[1].x(), topLeftPts[1].y(), bottomRightPts[1].x(), bottomRightPts[1].y()); in transform_path_pts()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCPerFlushResources.cpp357 SkPoint topLeftPts[2], bottomRightPts[2]; in transform_path_pts() local
359 bottomRight.store(bottomRightPts); in transform_path_pts()
362 topLeftPts[0].x(), topLeftPts[0].y(), bottomRightPts[0].x(), bottomRightPts[0].y()); in transform_path_pts()
364 topLeftPts[1].x(), topLeftPts[1].y(), bottomRightPts[1].x(), bottomRightPts[1].y()); in transform_path_pts()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/ccpr/
H A DGrCCPerFlushResources.cpp350 SkPoint topLeftPts[2], bottomRightPts[2]; in transform_path_pts() local
352 bottomRight.store(bottomRightPts); in transform_path_pts()
355 topLeftPts[0].x(), topLeftPts[0].y(), bottomRightPts[0].x(), bottomRightPts[0].y()); in transform_path_pts()
357 topLeftPts[1].x(), topLeftPts[1].y(), bottomRightPts[1].x(), bottomRightPts[1].y()); in transform_path_pts()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/src/gpu/ccpr/
H A DGrCCPathParser.cpp86 SkPoint topLeftPts[2], bottomRightPts[2]; in parsePath() local
88 bottomRight.store(bottomRightPts); in parsePath()
89 devBounds->setLTRB(topLeftPts[0].x(), topLeftPts[0].y(), bottomRightPts[0].x(), in parsePath()
90 bottomRightPts[0].y()); in parsePath()
91 devBounds45->setLTRB(topLeftPts[1].x(), topLeftPts[1].y(), bottomRightPts[1].x(), in parsePath()
92 bottomRightPts[1].y()); in parsePath()