Home
last modified time | relevance | path

Searched +refs:region +refs:active +refs:p (Results 101 – 125 of 10466) sorted by relevance

12345678910>>...419

/dports/graphics/blender/blender-2.91.0/release/scripts/addons/object_carver/
H A Dcarver_operator.py214 for region in area.regions:
215 if not region_types or region.type in region_types:
216 region.tag_redraw()
919 for p in Profils:
920 self.Profils.append((p[0], p[1], p[2], p[3]))
1013 for region in context.area.regions:
1014 if region.type == "TOOLS":
1015 t_panel = region
1016 elif region.type == "UI":
1017 ui_panel = region
[all …]
/dports/x11-wm/compiz/compiz-0.8.8/src/
H A Dscreen.c732 struct timeval now, active; in startupSequenceTimeout() local
740 &active.tv_sec, in startupSequenceTimeout()
741 &active.tv_usec); in startupSequenceTimeout()
744 (now.tv_usec - active.tv_usec))) / 1000.0; in startupSequenceTimeout()
792 p = s; in removeSequence()
2498 for (p = d->screens; p; p = p->next) in removeScreen()
2733 for (p = s->windows; p; p = p->next) in insertWindowIntoScreen()
2866 s->grabs[s->maxGrab].active = TRUE; in pushScreenGrab()
2907 s->grabs[index].active = FALSE; in removeScreenGrab()
2910 if (s->grabs[maxGrab - 1].active) in removeScreenGrab()
[all …]
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/
H A DGeometryBuffer.h83 virtual void setPivot(const Vector3f& p) = 0;
89 virtual void setClippingRegion(const Rectf& region) = 0;
226 virtual void setClippingActive(const bool active) = 0;
/dports/www/moodle39/moodle/theme/classic/style/
H A Dmoodle.css2404 p { selector
8103 .p-0 {
8122 .p-1 {
8141 .p-2 {
8160 .p-3 {
8179 .p-4 {
8198 .p-5 {
9549 p, selector
9723 .p-t-0,
9727 .p-r-0,
[all …]
/dports/emulators/mess/mame-mame0226/src/mame/drivers/
H A Dcdc721.cpp115 u8 active = m_active_interrupts; in IRQ_CALLBACK_MEMBER() local
116 while (vector < 0x0e && !BIT(active, 0)) in IRQ_CALLBACK_MEMBER()
118 active >>= 1; in IRQ_CALLBACK_MEMBER()
172 map(0x0000, 0x3fff).rom().region("resident", 0); in block0_map()
180 map(0x8000, 0xbfff).rom().region("16krom", 0); in block4_map()
186 map(0x0000, 0x3fff).rom().region("rompack", 0); in block8_map()
291 *p++ = BIT(gfx, 0) ? pen : 0; in screen_update()
292 *p++ = BIT(gfx, 1) ? pen : 0; in screen_update()
293 *p++ = BIT(gfx, 2) ? pen : 0; in screen_update()
294 *p++ = BIT(gfx, 3) ? pen : 0; in screen_update()
[all …]
/dports/emulators/mame/mame-mame0226/src/mame/drivers/
H A Dcdc721.cpp115 u8 active = m_active_interrupts; in IRQ_CALLBACK_MEMBER() local
116 while (vector < 0x0e && !BIT(active, 0)) in IRQ_CALLBACK_MEMBER()
118 active >>= 1; in IRQ_CALLBACK_MEMBER()
172 map(0x0000, 0x3fff).rom().region("resident", 0); in block0_map()
180 map(0x8000, 0xbfff).rom().region("16krom", 0); in block4_map()
186 map(0x0000, 0x3fff).rom().region("rompack", 0); in block8_map()
291 *p++ = BIT(gfx, 0) ? pen : 0; in screen_update()
292 *p++ = BIT(gfx, 1) ? pen : 0; in screen_update()
293 *p++ = BIT(gfx, 2) ? pen : 0; in screen_update()
294 *p++ = BIT(gfx, 3) ? pen : 0; in screen_update()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/editors/gpencil/
H A Dannotate_paint.c1297 p->region = region; in annotation_session_initdata()
1316 p->region = region; in annotation_session_initdata()
1326 p->region = region; in annotation_session_initdata()
1345 p->region = region; in annotation_session_initdata()
1361 p->region = region; in annotation_session_initdata()
1620 p->gsc.region = p->region; in annotation_paint_initstroke()
1817 return (event->tablet.active == EVT_TABLET_ERASER); in annotation_is_tablet_eraser_active()
2122 if ((event->tablet.active != EVT_TABLET_ERASER) && (p->pressure < 0.001f)) { in annotation_draw_apply_event()
2141 if ((event->tablet.active != EVT_TABLET_NONE) && (p->pressure >= 0.99f)) { in annotation_draw_apply_event()
2457 p->region = region; in annotation_draw_modal()
[all …]
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/RendererModules/Null/
H A DGeometryBuffer.h61 void setPivot(const Vector3f& p);
62 void setClippingRegion(const Rectf& region);
72 void setClippingActive(const bool active);
/dports/graphics/argyllcms/Argyll_V1.9.2/scanin/
H A Dscanrd_.h82 points *p; /* Head of points linked list associated with region */ member
83 }; typedef struct _region region; typedef
140 ipoint p[4]; /* Transformed sample box coordinates */ member
141 int active; /* Flag to indicate box is active in scan */ member
243 region *vrego, *vregn; /* Old and New region for delX or vertical lines */
245 region *hrego, *hregn; /* Old and New region for delY or horizontal lines */
/dports/graphics/cegui/cegui-0.8.7/cegui/src/RendererModules/Ogre/
H A DGeometryBuffer.cpp260 void OgreGeometryBuffer::setPivot(const Vector3f& p) in setPivot() argument
262 d_pivot = p; in setPivot()
267 void OgreGeometryBuffer::setClippingRegion(const Rectf& region) in setClippingRegion() argument
269 d_clipRect.top(ceguimax(0.0f, region.top())); in setClippingRegion()
270 d_clipRect.bottom(ceguimax(0.0f, region.bottom())); in setClippingRegion()
271 d_clipRect.left(ceguimax(0.0f, region.left())); in setClippingRegion()
272 d_clipRect.right(ceguimax(0.0f, region.right())); in setClippingRegion()
470 void OgreGeometryBuffer::setClippingActive(const bool active) in setClippingActive() argument
472 d_clippingActive = active; in setClippingActive()
/dports/www/moodle310/moodle/lib/templates/
H A Dpaged_content_pages.mustache27 "active": true,
29 "content": "<p>Some page content</p>"
33 "content": "<p>Some page content</p>"
40 data-region="page-container"
/dports/www/moodle311/moodle/lib/templates/
H A Dpaged_content_pages.mustache27 "active": true,
29 "content": "<p>Some page content</p>"
33 "content": "<p>Some page content</p>"
40 data-region="page-container"
/dports/www/moodle39/moodle/lib/templates/
H A Dpaged_content_pages.mustache27 "active": true,
29 "content": "<p>Some page content</p>"
33 "content": "<p>Some page content</p>"
40 data-region="page-container"
/dports/devel/directfb/DirectFB-1.4.17/wm/default/
H A Ddefault.c115 bool active; member
597 pixel = (p[0] << 16) | (p[1] << 8) | p[2]; in window_at_pointer()
599 pixel = (p[2] << 16) | (p[1] << 8) | p[0]; in window_at_pointer()
621 pixel = p[1] << 8 | p[2]; in window_at_pointer()
623 pixel = p[1] << 8 | p[0]; in window_at_pointer()
1434 if (!data->active || !surface) in repaint_stack()
3365 D_ASSUME( data->active != active ); in wm_set_active()
3367 if (data->active == active) in wm_set_active()
3370 data->active = active; in wm_set_active()
3372 if (active) in wm_set_active()
[all …]
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/RendererModules/DirectFB/
H A DGeometryBuffer.h56 void setPivot(const Vector3f& p);
57 void setClippingRegion(const Rectf& region);
67 void setClippingActive(const bool active);
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/RendererModules/OpenGLES/
H A DGeometryBuffer.h62 void setPivot(const Vector3f& p);
63 void setClippingRegion(const Rectf& region);
73 void setClippingActive(const bool active);
/dports/x11/xfce4-screenshooter-plugin/xfce4-screenshooter-1.9.9/po/
H A Dhu.po95 msgid "Take a screenshot of the active window"
99 msgid "Select a region"
104 …t a region to be captured by clicking a point of the screen without releasing the mouse button, dr…
106 "Press Ctrl while dragging to move the region."
272 msgstr "Lemezkép"
393 "Select a region to be captured by clicking a point of the screen without "
395 "region, and releasing the mouse button."
416 "The --%s option is only used when --fullscreen, --window or --region is "
430 "Take screenshots of the entire screen, of the active window or of a region"
435 "Allows you to capture the entire screen, the active window or a selected "
[all …]
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/RendererModules/OpenGL/
H A DGeometryBufferBase.h62 void setPivot(const Vector3f& p);
63 void setClippingRegion(const Rectf& region);
73 void setClippingActive(const bool active);
/dports/www/moodle311/moodle/theme/classic/style/
H A Dmoodle.css2404 p { selector
8147 .p-0 {
8166 .p-1 {
8185 .p-2 {
8204 .p-3 {
8223 .p-4 {
8242 .p-5 {
8261 .p-6 {
9800 p, selector
16068 .que p {
[all …]
/dports/www/moodle310/moodle/theme/classic/style/
H A Dmoodle.css2404 p { selector
8122 .p-0 {
8141 .p-1 {
8160 .p-2 {
8179 .p-3 {
8198 .p-4 {
8217 .p-5 {
8236 .p-6 {
9774 p, selector
16023 .que p {
[all …]
/dports/print/auctex/auctex-12.2/
H A Dpreview.el.in756 (set-buffer-modified-p (buffer-modified-p))
1709 (preview-region (region-beginning) (region-end))
2603 ["for region" preview-region mark-active]
2610 ["from region" preview-clearout mark-active]
3192 (set-buffer-modified-p (buffer-modified-p))
3236 (set-buffer-modified-p (buffer-modified-p))
3280 (set-buffer-modified-p (buffer-modified-p))
3579 (defun preview-generate-preview (region-p file command)
3585 (setq TeX-current-process-region-p region-p)
3589 (if TeX-current-process-region-p
[all …]
/dports/graphics/gmt/gmt-6.3.0/src/
H A Dmapproject.c457 char c, *p = NULL, *q = NULL; in parse() local
475 p[0] = '\0'; /* Chop off the +v string */ in parse()
518 if (p) p[0] = '+'; /* Restore the +v string */ in parse()
534 if (p) p[0] = '+'; /* Restore modifier */ in parse()
583 if (p) p[0] = '\0'; /* Chop off all modifiers */ in parse()
745 if (p) p[0] = '+'; /* Restore arg */ in parse()
788 …n_errors += gmt_M_check_condition (GMT, GMT->common.p.active && Ctrl->I.active, "Option -p cannot … in parse()
906 … GMT->current.setting.proj_datum[i].xyz[2], GMT->current.setting.proj_datum[i].region); in GMT_mapproject()
1008 char key[3] = {""}, region[GMT_LEN256] = {""}; in GMT_mapproject() local
1082 … sprintf (region, "-R%.16lg/%.16lg/%.16lg/%.16lg", w_out[XLO], w_out[XHI], w_out[YLO], w_out[YHI]); in GMT_mapproject()
[all …]
/dports/graphics/cegui/cegui-0.8.7/cegui/include/CEGUI/RendererModules/Direct3D9/
H A DGeometryBuffer.h65 void setPivot(const Vector3f& p);
66 void setClippingRegion(const Rectf& region);
76 void setClippingActive(const bool active);
/dports/graphics/blender/blender-2.91.0/source/blender/editors/interface/
H A Dinterface_handlers.c1770 PointerRNA p; in ui_selectcontext_apply() member
1800 delta.p = RNA_property_pointer_get(&but->rnapoin, prop); in ui_selectcontext_apply()
1872 const PointerRNA other_value = delta.p; in ui_selectcontext_apply()
3275 ui_region_to_window(but->active->region, &x, &y); in ui_but_ime_reposition()
3281 if (but->active && but->active->window) { in ui_but_ime_data_get()
4346 if (ui_but_contains_point_px(but, but->active->region, event->x, event->y) == false) { in ui_do_but_HOTKEYEVT()
8760 if (ui_but_contains_point_px(but, region, event->x, event->y) || but->active) { in ui_handle_button_event()
9464 else if (!ui_region_contains_point_px(but->active->region, event->x, event->y)) { in ui_handle_menu_button()
9466 ui_region_auto_open_clear(but->active->region); in ui_handle_menu_button()
9470 if (!ui_but_contains_point_px(but, but->active->region, event->x, event->y)) { in ui_handle_menu_button()
[all …]
/dports/graphics/cegui/cegui-0.8.7/cegui/src/ScriptModules/Python/bindings/output/CEGUI/
H A DGeometryBuffer.pypp.cpp92 virtual void setClippingActive( bool const active ){ in setClippingActive()
94 func_setClippingActive( active ); in setClippingActive()
97 virtual void setClippingRegion( ::CEGUI::Rectf const & region ){ in setClippingRegion()
99 func_setClippingRegion( boost::ref(region) ); in setClippingRegion()
102 virtual void setPivot( ::CEGUI::Vector3f const & p ){ in setPivot()
104 func_setPivot( boost::ref(p) ); in setPivot()

12345678910>>...419