Home
last modified time | relevance | path

Searched refs:s_rect (Results 1 – 17 of 17) sorted by relevance

/dports/net/vncreflector/vnc_reflector/
H A Ddecode_tight.c34 static FB_RECT s_rect; variable
83 s_rect = *r; in setread_decode_tight()
133 s_uncompressed_size = s_rect.w * s_rect.h * 3; in rf_host_tight_compctl()
154 fill_fb_rect(&s_rect, color); in rf_host_tight_fill()
172 s_uncompressed_size = s_rect.w * s_rect.h * 3; in rf_host_tight_filter()
200 row_size = (s_num_colors <= 2) ? (s_rect.w + 7) / 8 : s_rect.w; in rf_host_tight_palette()
341 fb_ptr = &g_framebuffer[s_rect.y * (int)g_fb_width + s_rect.x]; in tight_draw_truecolor_data()
364 fb_ptr = &g_framebuffer[s_rect.y * (int)g_fb_width + s_rect.x]; in tight_draw_indexed_data()
368 w = (s_rect.w + 7) / 8; in tight_draw_indexed_data()
379 if (s_rect.w & 0x07) in tight_draw_indexed_data()
[all …]
H A Ddecode_hextile.c47 s_rect = *r; in setread_decode_hextile()
49 s_tile.x = s_rect.x; in setread_decode_hextile()
51 s_tile.w = (s_rect.w < 16) ? s_rect.w : 16; in setread_decode_hextile()
52 s_tile.h = (s_rect.h < 16) ? s_rect.h : 16; in setread_decode_hextile()
206 if (s_tile.x + 16 < s_rect.x + s_rect.w) { in hextile_next_tile()
209 if (s_tile.x + 16 < s_rect.x + s_rect.w) in hextile_next_tile()
212 s_tile.w = s_rect.x + s_rect.w - s_tile.x; in hextile_next_tile()
213 } else if (s_tile.y + 16 < s_rect.y + s_rect.h) { in hextile_next_tile()
216 s_tile.w = (s_rect.w < 16) ? s_rect.w : 16; in hextile_next_tile()
218 if (s_tile.y + 16 < s_rect.y + s_rect.h) in hextile_next_tile()
[all …]
/dports/emulators/anese/ANESE-0.9.1/thirdparty/SDL_inprint/
H A DSDL_inprint2.cc67 SDL_Rect s_rect; in print() local
72 s_rect.w = selected_font_w / CHARACTERS_PER_ROW; in print()
73 s_rect.h = selected_font_h / CHARACTERS_PER_COLUMN; in print()
74 d_rect.w = s_rect.w; in print()
75 d_rect.h = s_rect.h; in print()
83 s_rect.x = col * s_rect.w; in print()
84 s_rect.y = row * s_rect.h; in print()
86 s_rect.x = id * s_rect.w; in print()
87 s_rect.y = 0; in print()
92 d_rect.y += s_rect.h; in print()
[all …]
/dports/emulators/anese/ANESE-0.9.1/thirdparty/SDL_inprint/original/
H A Dinprint2.c88 SDL_Rect s_rect; in inprint() local
93 s_rect.w = selected_font_w / CHARACTERS_PER_ROW; in inprint()
94 s_rect.h = selected_font_h / CHARACTERS_PER_COLUMN; in inprint()
95 d_rect.w = s_rect.w; in inprint()
96 d_rect.h = s_rect.h; in inprint()
106 s_rect.x = col * s_rect.w; in inprint()
107 s_rect.y = row * s_rect.h; in inprint()
109 s_rect.x = id * s_rect.w; in inprint()
110 s_rect.y = 0; in inprint()
115 d_rect.y += s_rect.h; in inprint()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/sdl/
H A Dsdl2_inprint.cpp189 SDL_Rect s_rect; in inprint() local
199 s_rect.w = selected_font_w / CHARACTERS_PER_ROW; in inprint()
200 s_rect.h = selected_font_h / CHARACTERS_PER_COLUMN; in inprint()
201 d_rect.w = s_rect.w; in inprint()
202 d_rect.h = s_rect.h; in inprint()
215 s_rect.x = col * s_rect.w; in inprint()
216 s_rect.y = row * s_rect.h; in inprint()
218 s_rect.x = id * s_rect.w; in inprint()
219 s_rect.y = 0; in inprint()
224 d_rect.y += s_rect.h; in inprint()
[all …]
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dnoseguy.c59 } s_rect; member
375 XFillRectangle(st->dpy, st->window, st->bg_gc, st->s_rect.x - 5, st->s_rect.y - 5, in talk()
376 st->s_rect.width + 10, st->s_rect.height + 10); in talk()
453 st->s_rect.x = 5; in talk()
454 else if ((st->s_rect.x = st->x + 32 - (st->s_rect.width + 15) / 2) in talk()
456 st->s_rect.x = st->Width - 15 - st->s_rect.width; in talk()
460 st->s_rect.y = st->y - 5 - st->s_rect.height; in talk()
463 st->s_rect.x, st->s_rect.y, st->s_rect.width, st->s_rect.height); in talk()
468 st->s_rect.x, st->s_rect.y, st->s_rect.width - 1, st->s_rect.height - 1); in talk()
471 st->s_rect.x + 7, st->s_rect.y + 7, st->s_rect.width - 15, st->s_rect.height - 15); in talk()
[all …]
/dports/graphics/tgif/tgif-QPL-4.2.5/
H A Dconvxim.c193 XRectangle s_rect; local
298 s_rect.x=0; s_rect.y=fs_ext->max_logical_extent.height;
299 s_rect.width=640; s_rect.height=fs_ext->max_logical_extent.height;
305 XNArea, &s_rect,
426 XRectangle s_rect; local
447 s_rect.x=textCurX; s_rect.y=textCurBaselineY+3;
449 s_rect.width=50; s_rect.height=16;
456 XNArea, &s_rect,
/dports/shells/ion/ion-a8872014dbce730ccd00aaa722397dc394a52bf4/cargo-crates/gfx_device_gl-0.15.5/src/
H A Dlib.rs776 Command::_Blit(mut s_rect, d_rect, mirror, _) => { in process()
779 let mut s_end_x = s_rect.x + s_rect.w; in process()
780 let mut s_end_y = s_rect.y + s_rect.h; in process()
782 s_end_x = s_rect.x; in process()
783 s_rect.x += s_rect.w; in process()
786 s_end_y = s_rect.y; in process()
787 s_rect.y += s_rect.h; in process()
803 let filter = if s_rect.w == d_rect.w && s_rect.h == d_rect.h { in process()
811 s_rect.x as GLint, in process()
812 s_rect.y as GLint, in process()
/dports/multimedia/libvdpau-va-gl/libvdpau-va-gl-0.4.2/src/
H A Dapi-output-surface.cc743 VdpRect s_rect = {0, 0, 1, 1}; in RenderBitmapSurfaceImpl() local
751 s_rect.x1 = src_surf->width; in RenderBitmapSurfaceImpl()
752 s_rect.y1 = src_surf->height; in RenderBitmapSurfaceImpl()
785 s_rect = *source_rect; in RenderBitmapSurfaceImpl()
787 compose_surfaces(bs, s_rect, d_rect, colors, flags, source_surface != VDP_INVALID_HANDLE); in RenderBitmapSurfaceImpl()
846 VdpRect s_rect = {0, 0, 1, 1}; in RenderOutputSurfaceImpl() local
854 s_rect.x1 = src_surf->width; in RenderOutputSurfaceImpl()
855 s_rect.y1 = src_surf->height; in RenderOutputSurfaceImpl()
868 s_rect = *source_rect; in RenderOutputSurfaceImpl()
870 compose_surfaces(bs, s_rect, d_rect, colors, flags, source_surface != VDP_INVALID_HANDLE); in RenderOutputSurfaceImpl()
/dports/lang/ruby26/ruby-2.6.9/tool/
H A Dtranscode-tblgen.rb292 …return region_rects if region_rects.empty? && !((s_rect = @singleton_rects.last) && s_rect[0].star…
293 if region_rects.empty? ? s_rect[0].length == prefix.length : region_rects[0][0].empty?
295 while (s_rect = @singleton_rects.last) && s_rect[0].start_with?(prefix)
358 while r_rects && (s_rect = @singleton_rects.last) && (seq = s_rect[0]).start_with?(prefix)
391 while (s_rect = @singleton_rects.last) && (seq = s_rect[0]).start_with?(prefix)
/dports/math/gambit/gambit-16.0.1/src/labenski/src/
H A Dplotmark.cpp100 static wxRect2DDouble s_rect; in GetPlotRect() local
101 wxCHECK_MSG(Ok(), s_rect, wxT("Invalid plot marker")); in GetPlotRect()
/dports/graphics/py-box2d-py/box2d-py-2.3.8/examples/pgu/gui/
H A Darea.py81 s_rect = pygame.Rect(0,0,s.get_width(),s.get_height())
86 if r2.colliderect(s_rect):
98 rets.append(s_rect)
/dports/audio/supercollider/SuperCollider-3.11.0-Source/lang/LangSource/
H A DPyrObject.h190 extern PyrSymbol* s_rect;
H A DPyrObject.cpp132 PyrSymbol* s_rect; variable
227 s_rect = getsym("Rect"); in initSymbols()
H A DPyrParseNode.cpp4349 gSpecialClasses[op_class_rect] = s_rect; in initSpecialClasses()
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/macosx/
H A DVLCMainMenu.m607 NSRect s_rect;
609 s_rect = [[screens objectAtIndex:i] frame];
611 …(int)s_rect.size.width, (int)s_rect.size.height] action:@selector(toggleFullscreenDevice:) keyEqui…
H A DVLCSimplePrefsController.m669 NSRect s_rect = [[[NSScreen screens] objectAtIndex:i] frame];
672 (int)s_rect.size.width, (int)s_rect.size.height]];