Home
last modified time | relevance | path

Searched refs:leftoffset (Results 1 – 25 of 132) sorted by relevance

123456

/dports/devel/dev86/dev86-0.16.20/as/
H A Dexpress.c88 offset_t leftoffset; in expres() local
91 leftoffset = lastexp.offset; in expres()
95 if (leftoffset == lastexp.offset) in expres()
104 if (leftoffset < lastexp.offset) in expres()
113 if (leftoffset > lastexp.offset) in expres()
143 offset_t leftoffset; in simple() local
152 leftoffset = lastexp.offset; in simple()
162 lastexp.offset += leftoffset; in simple()
185 lastexp.offset |= leftoffset; in simple()
196 offset_t leftoffset; in term() local
[all …]
/dports/biology/gmap/gmap-2020-09-12/src/
H A Ddynprog_genome.c417 leftoffset+1,leftoffset+glengthL-2,donor_typeint,/*sign*/+1,/*sortp*/false); in get_known_splicesites()
438 leftoffset+1,leftoffset+glengthL-2,acceptor_typeint,/*sign*/-1,/*sortp*/false); in get_known_splicesites()
518 leftoffset,leftoffset+glengthL-2,/*sign*/+1); in get_known_splicesites()
539 leftoffset,leftoffset+glengthL-2,/*sign*/-1); in get_known_splicesites()
679 splicesitepos1 = leftoffset + cL; in bridge_intron_gap_8_intron_level()
723 splicesitepos1 = leftoffset + cL; in bridge_intron_gap_8_intron_level()
782 splicesitepos1 = leftoffset + cL; in bridge_intron_gap_8_intron_level()
826 splicesitepos1 = leftoffset + cL; in bridge_intron_gap_8_intron_level()
1396 int leftoffset, int rightoffset, in bridge_intron_gap_8_ud() argument
1552 splicesitepos1 = leftoffset + cL; in bridge_intron_gap_16_intron_level()
[all …]
H A Ddynprog_cdna.c189 debug3(printf(" Disallowing rR to be >= %d\n",rightoffset-leftoffset-rL)); in bridge_cdna_gap_8_ud()
233 debug3(printf(" Disallowing rR to be >= %d\n",rightoffset-leftoffset-rL)); in bridge_cdna_gap_8_ud()
303 debug3(printf(" Disallowing rR to be >= %d\n",rightoffset-leftoffset-rL)); in bridge_cdna_gap_8_ud()
347 debug3(printf(" Disallowing rR to be >= %d\n",rightoffset-leftoffset-rL)); in bridge_cdna_gap_8_ud()
453 debug3(printf(" Disallowing rR to be >= %d\n",rightoffset-leftoffset-rL)); in bridge_cdna_gap_16_ud()
497 debug3(printf(" Disallowing rR to be >= %d\n",rightoffset-leftoffset-rL)); in bridge_cdna_gap_16_ud()
567 debug3(printf(" Disallowing rR to be >= %d\n",rightoffset-leftoffset-rL)); in bridge_cdna_gap_16_ud()
611 debug3(printf(" Disallowing rR to be >= %d\n",rightoffset-leftoffset-rL)); in bridge_cdna_gap_16_ud()
677 int open, int extend, int leftoffset, int rightoffset, bool jump_late_p) { in bridge_cdna_gap() argument
720 for (rR = rloR; rR <= rhighR && rR < rightoffset-leftoffset-rL; rR++) { in bridge_cdna_gap()
[all …]
/dports/games/rottdc/rottdc-1.0-2/rott/
H A Dlumpy.h89 short leftoffset; // pixels to the left of origin member
100 SwapIntelShort(&pp->leftoffset); \
112 short leftoffset; // pixels to the left of origin member
124 SwapIntelShort(&pp->leftoffset); \
H A Drt_build.c689 if (((x-p->leftoffset)<0) || ((x-p->leftoffset+p->width)>=TEXTUREW)) in DrawMenuBufItem()
694 buffer = (byte*)menubuf+y+((x-p->leftoffset)*TEXTUREHEIGHT); in DrawMenuBufItem()
752 if (((x-p->leftoffset)<0) || ((x-p->leftoffset+p->width)>=TEXTUREW)) in DrawIMenuBufItem()
757 buffer = (byte*)menubuf+y+((x-p->leftoffset)*TEXTUREHEIGHT); in DrawIMenuBufItem()
941 if (((x-p->leftoffset)<0) || ((x-p->leftoffset+p->width)>=TEXTUREW)) in DrawTMenuBufItem()
946 buffer = (byte*)menubuf+y+((x-p->leftoffset)*TEXTUREHEIGHT); in DrawTMenuBufItem()
975 if (((x-p->leftoffset)<0) || ((x-p->leftoffset+p->width)>=TEXTUREW)) in DrawColoredMenuBufItem()
980 buffer = (byte*)menubuf+y+((x-p->leftoffset)*TEXTUREHEIGHT); in DrawColoredMenuBufItem()
H A Drt_scale.c487 tx=-p->leftoffset; in ScaleShape()
657 tx=-p->leftoffset; in ScaleTransparentShape()
756 tx=-p->leftoffset; in ScaleSolidShape()
850 tx=-p->leftoffset; in ScaleWeapon()
935 tx=-p->leftoffset; in DrawUnScaledSprite()
1040 tx=-p->leftoffset; in DrawPositionedScaledSprite()
1127 tx=-p->leftoffset; in DrawScreenSizedSprite()
1198 tx=-p->leftoffset;
1301 if (((x-p->leftoffset)<0) || ((x-p->leftoffset+p->width)>320)) in DrawNormalSprite()
1302 Error ("DrawNormalSprite: x is out of range x=%ld\n",x-p->leftoffset+p->width); in DrawNormalSprite()
[all …]
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/
H A Dr_patchrotation.c87 xpivot = patch->leftoffset; in Patch_GetRotatedSprite()
147 INT32 leftoffset = patch->leftoffset; in RotatedPatch_DoRotation() local
168 leftoffset = width - leftoffset; in RotatedPatch_DoRotation()
228 ox = (newwidth / 2) + (leftoffset - xpivot); in RotatedPatch_DoRotation()
270 rotated->leftoffset = ox; in RotatedPatch_DoRotation()
H A Dr_picformats.c151 inleftoffset = SHORT(doompatch->leftoffset); in Picture_PatchConvert()
158 inleftoffset = inpatch->leftoffset; in Picture_PatchConvert()
1042 if ((topoffset || leftoffset) && (chunk.data != NULL)) in PNG_Read()
1046 if (leftoffset != NULL) in PNG_Read()
1047 *leftoffset = (INT16)BIGENDIAN_LONG(*offsets); in PNG_Read()
1080 INT16 *topoffset, INT16 *leftoffset, in Picture_PNGConvert() argument
1105 if (leftoffset == NULL) in Picture_PNGConvert()
1106 leftoffset = &loffs; in Picture_PNGConvert()
1371 if ((topoffset || leftoffset) && (chunk.data != NULL)) in Picture_PNGDimensions()
1375 if (leftoffset != NULL) in Picture_PNGDimensions()
[all …]
H A Dr_picformats.h115 INT16 *topoffset, INT16 *leftoffset,
118 …ensions(UINT8 *png, INT32 *width, INT32 *height, INT16 *topoffset, INT16 *leftoffset, size_t size);
H A Dr_patch.c39 patch->leftoffset = SHORT(source->leftoffset); in Patch_Create()
H A Dr_splats.c157 fixed_t leftoffset, topoffset; in R_DrawFloorSplat() local
200 leftoffset = spr->spritexoffset; in R_DrawFloorSplat()
202 leftoffset = ((splat.width * FRACUNIT) - leftoffset); in R_DrawFloorSplat()
210 xoffset = FixedMul(leftoffset, splat.xscale); in R_DrawFloorSplat()
/dports/games/vultures-eye/vulture-2.3.67/vulture/winclass/
H A Dinventory.cpp95 int leftoffset = border_left; in update_invscroll() local
113 winelem->x = (itemcol - newpos) * (V_LISTITEM_WIDTH + 4) + leftoffset; in update_invscroll()
605 int leftoffset = border_left; in layout() local
629 maxitems_per_row = (parent->w - 2*leftoffset - 10) / (V_LISTITEM_WIDTH + 4); in layout()
652 winelem->x = (itemcount / ow_vrows) * (V_LISTITEM_WIDTH + 4) + leftoffset; in layout()
675 w = ow_vcols * (V_LISTITEM_WIDTH + 4) - 4 + leftoffset + rightoffset; in layout()
682 btn->x = leftoffset; in layout()
717 btn->x = (w - rightoffset - leftoffset - total_width) / 2 + leftoffset; in layout()
724 btn->x = (w - rightoffset - leftoffset - total_width) / 2 + leftoffset; in layout()
/dports/games/uhexen/uhexen-0.601/src/
H A Dv_video.c53 x -= SHORT(patch->leftoffset); in V_DrawPatch()
102 x -= SHORT(patch->leftoffset); in V_DrawFuzzPatch()
152 x -= SHORT(patch->leftoffset); in V_DrawAltFuzzPatch()
205 x -= SHORT(patch->leftoffset); in V_DrawShadowedPatch()
/dports/games/vultures-eye/vulture-2.3.67/vulture/
H A Dvulture_gra.cpp244 int leftoffset = (x1 < 0) ? -x1 : 0; in vulture_get_img_src() local
249 int destwidth = x2+1-x1-leftoffset-rightoffset; in vulture_get_img_src()
257 memcpy((char*)toSurface->pixels + toSurface->pitch*i + (leftoffset * 4), in vulture_get_img_src()
258 &srcpixels[(i+y1)*img_source->pitch + (x1 + leftoffset)*4], in vulture_get_img_src()
/dports/games/prboom-plus/prboom-plus-2.5.1.3/src/
H A Dr_data.c708 patchnum->leftoffset = patch->leftoffset; in R_SetPatchNum()
719 patchnum->leftoffset = patch->leftoffset; in R_SetSpriteByNum()
766 patchnum->leftoffset = 0; in R_SetFloorNum()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/
H A Dv_video.c151 x -= SHORT(patch->leftoffset); in V_DrawPatch()
215 x -= SHORT(patch->leftoffset); in V_DrawPatchFlipped()
289 x -= SHORT(patch->leftoffset); in V_DrawTLPatch()
340 x -= SHORT(patch->leftoffset); in V_DrawXlaPatch()
390 x -= SHORT(patch->leftoffset); in V_DrawAltTLPatch()
442 x -= SHORT(patch->leftoffset); in V_DrawShadowedPatch()
H A Dv_patch.h33 short leftoffset; // pixels to the left of origin
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/hardware/
H A Dhw_draw.c158 v[0].x = v[3].x = (stx - (gpatch->leftoffset*pdupx))/vid.width - 1; in HWR_DrawPatch()
159 v[2].x = v[1].x = (stx + ((gpatch->width - gpatch->leftoffset)*pdupx))/vid.width - 1; in HWR_DrawPatch()
208 v[0].x = v[3].x = (stx - gpatch->leftoffset*pdupx)/vid.width - 1;
209 v[2].x = v[1].x = (stx + (gpatch->width - gpatch->leftoffset)*pdupx)/vid.width - 1;
249 v[0].x = v[3].x = (stx - gpatch->leftoffset*pdupx)/vid.width - 1; in HWR_DrawMappedPatch()
250 v[2].x = v[1].x = (stx + (gpatch->width - gpatch->leftoffset)*pdupx)/vid.width - 1; in HWR_DrawMappedPatch()
H A Dhw_data.h109 int16_t leftoffset; // pixels to the left of origin member
/dports/games/odamex/odamex-src-0.7.0/client/src/
H A Dhu_drawers.cpp210 x += patch->leftoffset() * x_scale; in DrawPatch()
240 x += patch->leftoffset() * x_scale; in DrawTranslatedPatch()
271 x += (roundToShort(patch->leftoffset() * ((float)w / patch->width()))) * x_scale; in DrawPatchStretched()
/dports/games/crispy-doom/crispy-doom-crispy-doom-5.10.3/src/
H A Dv_video.c216 x -= SHORT(patch->leftoffset); in V_DrawPatch()
313 patch->leftoffset = 0; in V_DrawPatchFullScreen()
349 x -= SHORT(patch->leftoffset); in V_DrawPatchFlipped()
479 x -= SHORT(patch->leftoffset); in V_DrawTLPatch()
532 x -= SHORT(patch->leftoffset); in V_DrawXlaPatch()
583 x -= SHORT(patch->leftoffset); in V_DrawAltTLPatch()
637 x -= SHORT(patch->leftoffset); in V_DrawShadowedPatch()
H A Dv_patch.h33 short leftoffset; // pixels to the left of origin
/dports/games/edge/Edge-1.35-source/src/
H A Ddm_data.h156 short leftoffset; member
/dports/games/heretic/glheretic-1.2/
H A Dv_video.c129 x -= SHORT(patch->leftoffset); in V_DrawPatch()
190 x -= SHORT(patch->leftoffset); in V_DrawFuzzPatch()
249 x -= SHORT(patch->leftoffset); in V_DrawShadowedPatch()
/dports/games/chocolate-doom/chocolate-doom-3.0.1/src/doom/
H A Dst_lib.c220 x = mi->x - SHORT(mi->p[mi->oldinum]->leftoffset); in STlib_updateMultIcon()
269 x = bi->x - SHORT(bi->p->leftoffset); in STlib_updateBinIcon()

123456