Home
last modified time | relevance | path

Searched refs:framewidth (Results 1 – 25 of 64) sorted by relevance

123

/dports/games/toycars/toycars-0.3.10/toycars_track_editor/src/Scoobie/
H A DScSprite.cpp42 ScSprite::ScSprite(int framewidth, int frameheight, short border, const ScPixelData& pixelData) in ScSprite() argument
43 : ScPanel(framewidth - 2*border, frameheight - 2*border) in ScSprite()
46 load(framewidth, frameheight, border, pixelData); in ScSprite()
104 void ScSprite::load(int framewidth, int frameheight, short border, const ScPixelData& pixelData) in load() argument
106 int xframes = pixelData.width / framewidth; in load()
114 framePixelData.width = framewidth; in load()
132 offset = (j * frameheight * pixelData.pitch) + (i * framewidth * pixelData.bytes_pp); in load()
H A DScSprite.h39 ScSprite(int framewidth, int frameheight, short border, const ScPixelData& pixelData);
52 void load(int framewidth, int frameheight, short border, const ScPixelData& pixelData);
/dports/games/toycars/toycars-0.3.10/toycars_vehicle_editor/src/Scoobie/
H A DScSprite.cpp42 ScSprite::ScSprite(int framewidth, int frameheight, short border, const ScPixelData& pixelData) in ScSprite() argument
43 : ScPanel(framewidth - 2*border, frameheight - 2*border) in ScSprite()
46 load(framewidth, frameheight, border, pixelData); in ScSprite()
104 void ScSprite::load(int framewidth, int frameheight, short border, const ScPixelData& pixelData) in load() argument
106 int xframes = pixelData.width / framewidth; in load()
114 framePixelData.width = framewidth; in load()
132 offset = (j * frameheight * pixelData.pitch) + (i * framewidth * pixelData.bytes_pp); in load()
H A DScSprite.h39 ScSprite(int framewidth, int frameheight, short border, const ScPixelData& pixelData);
52 void load(int framewidth, int frameheight, short border, const ScPixelData& pixelData);
/dports/games/toycars/toycars-0.3.10/toycars/src/Scoobie/
H A DScSprite.cpp45 ScSprite::ScSprite(int framewidth, int frameheight, short border, const ScPixelData& pixelData) in ScSprite() argument
46 : ScPanel(framewidth - 2*border, frameheight - 2*border) in ScSprite()
49 load(framewidth, frameheight, border, pixelData); in ScSprite()
119 void ScSprite::load(int framewidth, int frameheight, short border, const ScPixelData& pixelData) in load() argument
121 int xframes = pixelData.width / framewidth; in load()
129 framePixelData.width = framewidth; in load()
147 offset = (j * frameheight * pixelData.pitch) + (i * framewidth * pixelData.bytes_pp); in load()
H A DScSprite.h39 ScSprite(int framewidth, int frameheight, short border, const ScPixelData& pixelData);
53 void load(int framewidth, int frameheight, short border, const ScPixelData& pixelData);
/dports/games/etracer/etr-0.8.1/src/
H A Dregist.cpp87 static int framewidth, frameheight, arrowwidth; variable
99 framewidth = (int)(Winsys.scale * 280); in Enter()
102 int sumwidth = framewidth * 2 + arrowwidth * 2; in Enter()
107 …player = AddUpDown(area.left + framewidth + 8, area.top, 0, (int)Players.numPlayers() - 1, (int)g_… in Enter()
108 …character = AddUpDown(area.left + framewidth * 2 + arrowwidth + 8, area.top, 0, (int)Char.CharList… in Enter()
116 sHelpCharacter = AddLabel(Trans.Text(59), area.left + framewidth + arrowwidth, top, colWhite); in Enter()
119 …sPlayerFrame = AddFramedText(area.left, area.top, framewidth, frameheight, 3, colMBackgr, "", FT.G… in Enter()
120 …sCharFrame = AddFramedText(area.left + framewidth + arrowwidth, area.top, framewidth, frameheight,… in Enter()
H A Drace_select.cpp142 static int framewidth, frameheight, frametop; variable
151 framewidth = 550 * Winsys.scale; in Enter()
155 area = AutoAreaN(30, 80, framewidth); in Enter()
158 boxwidth = framewidth - prevwidth - 20; in Enter()
180 …courseGroup = AddUpDown(area.left + framewidth + 8, frametop, 0, (int)Course.CourseLists.size() - … in Enter()
181 …courseGroupName = AddFramedText(area.left, frametop, framewidth, frameheight, 3, colMBackgr, Cours… in Enter()
182 …course = AddUpDown(area.left + framewidth + 8, frametop + frameheight + 20, 0, (int)Course.current… in Enter()
183 …courseName = AddFramedText(area.left, frametop + frameheight + 20, framewidth, frameheight, 3, col… in Enter()
H A Devent_select.cpp93 int framewidth = 500 * Winsys.scale; in Enter() local
95 TArea area = AutoAreaN(30, 80, framewidth); in Enter()
116 …selectedEvent = AddFramedText(area.left, frametop1, framewidth, frameheight, 3, colMBackgr, "", FT… in Enter()
117 …selectedCup = AddFramedText(area.left, frametop2, framewidth, frameheight, 3, colMBackgr, "", FT.G… in Enter()
H A Dnewplayer.cpp91 int framewidth = 400 * Winsys.scale; in Enter() local
94 TArea area = AutoAreaN(30, 80, framewidth); in Enter()
108 textfield = AddTextField(emptyString, area.left, frametop, framewidth, frameheight); in Enter()
H A Devent.cpp128 static int bonustop, framewidth, frametop; variable
137 framewidth = 500*Winsys.scale; in Enter()
139 area = AutoAreaN(30, 80, framewidth); in Enter()
199 DrawFrameX(area.left, frametop, framewidth, in Loop()
H A Dscore.cpp220 int framewidth = 550 * Winsys.scale; in Enter() local
223 area = AutoAreaN(30, 80, framewidth); in Enter()
244 …courseGroupName = AddFramedText(area.left, frametop - 2, framewidth, frameheight, 3, colMBackgr, "… in Enter()
245 …courseName = AddFramedText(area.left, frametop - 2 + frameheight + 20, framewidth, frameheight, 3,… in Enter()
H A Dconfig_screen.cpp147 int framewidth = 550 * Winsys.scale; in Enter() local
148 area = AutoAreaN(30, 80, framewidth); in Enter()
156 fullscreen = AddCheckbox(area.left, area.top, framewidth-16, Trans.Text(31)); in Enter()
/dports/japanese/p5-PDFJ/ja-p5-PDFJ-0.90_3/PDFJ/
H A DForm.pm59 my $fwidth = $spec->{framewidth} || 1;
72 if( $framewidth ) {
75 $right - $framewidth, $top - $framewidth,
76 $left + $framewidth, $top - $framewidth,
77 $left + $framewidth, $bottom + $framewidth], 'f',
80 $right - $framewidth, $top - $framewidth,
81 $right - $framewidth, $bottom + $framewidth,
82 $left + $framewidth, $bottom + $framewidth], 'f',
85 $shape->box($left + $framewidth, $bottom + $framewidth,
86 $width - $framewidth * 2, $height - $framewidth * 2, 'f',
[all …]
/dports/x11-wm/herbstluftwm/herbstluftwm-0.9.2/src/
H A Dx11-utils.cpp13 void window_cut_rect_hole(Window win, int width, int height, int framewidth) { in window_cut_rect_hole() argument
19 int holewidth = width - 2*framewidth; in window_cut_rect_hole()
20 int holeheight = height - 2*framewidth; in window_cut_rect_hole()
34 XFillRectangle(d, p, gp, bw + framewidth, bw + framewidth, in window_cut_rect_hole()
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/widgets/
H A Dgrowingtext.py53 framewidth = 0
55 framewidth = self.style().pixelMetric(QStyle.PM_DefaultFrameWidth) * 2
56 … scrollbarextent = self.style().pixelMetric(QStyle.PM_ScrollBarExtent, None, self) + framewidth
58 margin = framewidth + self.document().documentMargin()
/dports/games/toycars/toycars-0.3.10/toycars/src/
H A DWheelSprite.cpp35 WheelSprite::WheelSprite(const ToyCar* inParentCarP, const char *spritefilename, short framewidth, … in WheelSprite() argument
36 …: ScSprite(framewidth, frameheight), parentCarP(inParentCarP), wheelP(inWheelP), baseAngle(inBaseA… in WheelSprite()
62 load(framewidth, frameheight, 0, pixelData); in WheelSprite()
/dports/devel/ptlib/ptlib-2.10.11/src/ptlib/msos/
H A Dvidinput_app.cxx349 unsigned framewidth, frameheight; in GetWindowBitmap() local
350 GetFrameSize(framewidth, frameheight); in GetWindowBitmap()
353 PWrapHGDIOBJ hBitMap = CreateCompatibleBitmap(hScrDC, framewidth, frameheight); in GetWindowBitmap()
362 if (width == framewidth && height == frameheight) in GetWindowBitmap()
367 …StretchBlt(hMemDC, 0, 0, framewidth, frameheight, hScrDC, rect.left, rect.top, width, height, SRCC… in GetWindowBitmap()
/dports/graphics/py-plotly/plotly-4.14.3/plotly/graph_objs/layout/
H A D_geo.py443 def framewidth(self): member in Geo
456 @framewidth.setter
457 def framewidth(self, val): member in Geo
1267 framewidth=None, argument
1460 _v = framewidth if framewidth is not None else _v
/dports/graphics/drawpile/Drawpile-2.1.20/src/desktop/dialogs/
H A Dvideoexportdialog.cpp94 _ui->framewidth->setVisible(e); in VideoExportDialog()
108 _ui->framewidth->setValue(cfg.value("framewidth", 1280).toInt()); in VideoExportDialog()
128 cfg.setValue("framewidth", _ui->framewidth->value()); in ~VideoExportDialog()
170 ve->setFrameSize(QSize(_ui->framewidth->value(), _ui->frameheight->value())); in getExporter()
/dports/games/stendhal/stendhal-1.35/tests/data/sprites/monsters/
H A DCreatureAnimationPreview.java122 final int framewidth = buf.getWidth() / CreatureAnimationPreview.NUMBER_OF_FRAMES; in buffersCreate() local
126 buffers[i] = buf.getSubimage(i * framewidth, row * frameheight, framewidth, frameheight); in buffersCreate()
/dports/games/toycars/toycars-0.3.10/toycars_vehicle_editor/src/
H A DLoadSpriteFromImage.cpp83 ScSprite *loadSpriteFromImage(const char *filename, int framewidth, int frameheight, SearchDirector… in loadSpriteFromImage() argument
99 return new ScSprite(framewidth, frameheight, false, data); in loadSpriteFromImage()
/dports/sysutils/tracker-miners/tracker-miners-2.3.5/src/tracker-extract/
H A Dtracker-extract-gif.c112 int framewidth; in read_metadata() local
147 framewidth = gifFile->Image.Width; in read_metadata()
150 framedata = g_malloc_n (framewidth, sizeof(GifPixelType)); in read_metadata()
153 if (DGifGetLine(gifFile, framedata, framewidth)==GIF_ERROR) { in read_metadata()
164 gd.width = g_strdup_printf ("%d", framewidth); in read_metadata()
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dcl_video_jamdecode.c31 unsigned int framewidth; member
114 s->framewidth = s->info_imagewidth; in jam_open()
353 …*)s->frame_output, (uint8_t *)s->frame_output_buffer, PIX_FMT_BGRA, s->framewidth, s->frameheight); in jam_video()
355 …SwsContext *scale_context = SwScale_GetCachedContext(NULL, s->framewidth, s->frameheight, PIX_FMT_… in jam_video()
/dports/games/darkplaces/darkplaces/
H A Dcl_video_jamdecode.c31 unsigned int framewidth; member
114 s->framewidth = s->info_imagewidth; in jam_open()
353 …*)s->frame_output, (uint8_t *)s->frame_output_buffer, PIX_FMT_BGRA, s->framewidth, s->frameheight); in jam_video()
355 …SwsContext *scale_context = SwScale_GetCachedContext(NULL, s->framewidth, s->frameheight, PIX_FMT_… in jam_video()

123