Home
last modified time | relevance | path

Searched refs:boundsRgn (Results 1 – 6 of 6) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkClipStackDevice.cpp86 SkRegion boundsRgn({0, 0, this->width(), this->height()}); in onAsRgnClip() local
89 *rgn = boundsRgn; in onAsRgnClip()
95 tmpRgn.setPath(tmpPath, boundsRgn); in onAsRgnClip()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/core/
H A DSkClipStackDevice.cpp96 SkRegion boundsRgn({0, 0, this->width(), this->height()}); in onAsRgnClip() local
99 *rgn = boundsRgn; in onAsRgnClip()
105 tmpRgn.setPath(tmpPath, boundsRgn); in onAsRgnClip()
/dports/x11-toolkits/tk85/tk8.5.19/macosx/
H A DtkMacOSXWindowEvent.c330 HIShapeRef boundsRgn, damageRgn; in GenerateUpdates() local
344 boundsRgn = HIShapeCreateWithRect(&bounds); in GenerateUpdates()
345 damageRgn = HIShapeCreateIntersection(updateRgn, boundsRgn); in GenerateUpdates()
348 CFRelease(boundsRgn); in GenerateUpdates()
354 CFRelease(boundsRgn); in GenerateUpdates()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT/cocoa/org/eclipse/swt/widgets/
H A DControl.java2337 long visibleRgn = getVisibleRegion(), boundsRgn = OS.NewRgn(); in isObscured() local
2341 OS.RectRgn(boundsRgn, rect); in isObscured()
2342 OS.DiffRgn(boundsRgn, visibleRgn, boundsRgn); in isObscured()
2343 boolean obscured = !OS.EmptyRgn (boundsRgn); in isObscured()
2344 OS.DisposeRgn(boundsRgn); in isObscured()
/dports/x11-toolkits/tktreectrl/tktreectrl-2.4.1/macosx/
H A DtkMacOSXTree.c918 HIShapeRef boundsRgn; in TreeTheme_DrawHeaderItem() local
946 boundsRgn = HIShapeCreateWithRect(&bounds); in TreeTheme_DrawHeaderItem()
949 HIShapeReplacePathInCGContext(boundsRgn, context); in TreeTheme_DrawHeaderItem()
964 CFRelease(boundsRgn); in TreeTheme_DrawHeaderItem()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DClipStackTest.cpp838 SkRegion boundsRgn(bounds); in set_region_to_stack() local
847 elemRegion.setPath(path, boundsRgn); in set_region_to_stack()