Home
last modified time | relevance | path

Searched refs:offY (Results 1 – 25 of 225) sorted by relevance

123456789

/dports/net-mgmt/nagvis/nagvis-1.9.29/share/userfiles/gadgets/
H A Dstd_bar.php186 $offY = floor($offG / $cols) * $imgheight; // calculate upper y-axis position variable
217 imagefilledrectangle ($img, $offX, $offY+1, $offX+$maxX, $offY+$maxY, $oGreen);
218 imageRectangle($img, $offX, $offY, $offX+$maxX, $offY+$maxY, $oBlack);
224 imagefilledrectangle ($img, $offX+1, $offY+$sect3+1, $offX+$maxX, $offY+$maxY, $colour);
266 … imageFilledRectangle($img, $offX+$warnv+1, $offY+1, $offX+$maxX, $offY+$sect1, $oYellow);
268 imageFilledRectangle($img, $offX+1, $offY+1, $offX+$warnv-1, $offY+$sect1, $oYellow);
273 imagestring($img, $chrSize, $offX+$warnv+1, $offY-2, intval($warnt), $oBlack);
279 imageFilledRectangle($img, $offX+$critv+1, $offY+1, $offX+$maxX, $offY+$sect1, $oRed);
281 imageFilledRectangle($img, $offX+1, $offY+1, $offX+$critv-1, $offY+$sect1, $oRed);
289 imagefilledRectangle($img, $offX+1, $offY+$sect1+1, $offX+$valuev+1, $offY+$sect3, $oBlue);
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/gob/
H A Dinter_v4.cpp59 int16 offY; in o4_initScreen() local
63 offY = _vm->_game->_script->readInt16(); in o4_initScreen()
65 videoMode = offY & 0xFF; in o4_initScreen()
66 offY = (offY >> 8) & 0xFF; in o4_initScreen()
94 _vm->_video->_splitStart = _vm->_video->_surfHeight - offY; in o4_initScreen()
97 _vm->_video->_splitHeight2 = offY; in o4_initScreen()
99 if ((_vm->_video->_surfHeight + offY) < _vm->_height) in o4_initScreen()
100 _vm->_video->_screenDeltaY = (_vm->_height - (_vm->_video->_surfHeight + offY)) / 2; in o4_initScreen()
104 _vm->_global->_mouseMaxY = (_vm->_video->_surfHeight + _vm->_video->_screenDeltaY) - offY - 1; in o4_initScreen()
131 if (offY > 0) { in o4_initScreen()
[all …]
H A Dinter_v5.cpp116 int16 offY; in o5_initScreen() local
120 offY = _vm->_game->_script->readInt16(); in o5_initScreen()
122 videoMode = offY & 0xFF; in o5_initScreen()
123 offY = (offY >> 8) & 0xFF; in o5_initScreen()
173 _vm->_video->_splitStart = _vm->_video->_surfHeight - offY; in o5_initScreen()
176 _vm->_video->_splitHeight2 = offY; in o5_initScreen()
178 if ((_vm->_video->_surfHeight + offY) < _vm->_height) in o5_initScreen()
179 _vm->_video->_screenDeltaY = (_vm->_height - (_vm->_video->_surfHeight + offY)) / 2; in o5_initScreen()
183 _vm->_global->_mouseMaxY = (_vm->_video->_surfHeight + _vm->_video->_screenDeltaY) - offY - 1; in o5_initScreen()
210 if (offY > 0) { in o5_initScreen()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/gob/
H A Dinter_v4.cpp59 int16 offY; in o4_initScreen() local
63 offY = _vm->_game->_script->readInt16(); in o4_initScreen()
65 videoMode = offY & 0xFF; in o4_initScreen()
66 offY = (offY >> 8) & 0xFF; in o4_initScreen()
94 _vm->_video->_splitStart = _vm->_video->_surfHeight - offY; in o4_initScreen()
97 _vm->_video->_splitHeight2 = offY; in o4_initScreen()
99 if ((_vm->_video->_surfHeight + offY) < _vm->_height) in o4_initScreen()
100 _vm->_video->_screenDeltaY = (_vm->_height - (_vm->_video->_surfHeight + offY)) / 2; in o4_initScreen()
104 _vm->_global->_mouseMaxY = (_vm->_video->_surfHeight + _vm->_video->_screenDeltaY) - offY - 1; in o4_initScreen()
131 if (offY > 0) { in o4_initScreen()
[all …]
H A Dinter_v5.cpp116 int16 offY; in o5_initScreen() local
120 offY = _vm->_game->_script->readInt16(); in o5_initScreen()
122 videoMode = offY & 0xFF; in o5_initScreen()
123 offY = (offY >> 8) & 0xFF; in o5_initScreen()
173 _vm->_video->_splitStart = _vm->_video->_surfHeight - offY; in o5_initScreen()
176 _vm->_video->_splitHeight2 = offY; in o5_initScreen()
178 if ((_vm->_video->_surfHeight + offY) < _vm->_height) in o5_initScreen()
179 _vm->_video->_screenDeltaY = (_vm->_height - (_vm->_video->_surfHeight + offY)) / 2; in o5_initScreen()
183 _vm->_global->_mouseMaxY = (_vm->_video->_surfHeight + _vm->_video->_screenDeltaY) - offY - 1; in o5_initScreen()
210 if (offY > 0) { in o5_initScreen()
[all …]
/dports/math/py-theano/Theano-1.0.5/theano/gpuarray/c_code/
H A Dblockger.c14 size_t *offY = NULL; in APPLY_SPECIFIC() local
48 offY = (size_t *)calloc(sizeof(size_t), maxi * maxj * maxb); in APPLY_SPECIFIC()
51 y_list == NULL || offY == NULL) { in APPLY_SPECIFIC()
57 free(offY); in APPLY_SPECIFIC()
68 offY[p] = b * y_str_0 + j * y_str_1 + y->ga.offset; in APPLY_SPECIFIC()
83 y_list, offY, str_y, x_list, offX, str_x, in APPLY_SPECIFIC()
90 y_list, offY, str_y, x_list, offX, str_x, in APPLY_SPECIFIC()
97 y_list, offY, str_y, x_list, offX, str_x, in APPLY_SPECIFIC()
108 free(offY); in APPLY_SPECIFIC()
/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/src/librawspeed/decompressors/
H A DAbstractDngDecompressor.h90 const unsigned offY; member
100 offY(dsc.tileH * row), in DngSliceElement()
102 height(!lastRow ? dsc.tileH : dsc.dim.y - offY) { in DngSliceElement()
108 assert(offY < static_cast<unsigned>(dsc.dim.y)); in DngSliceElement()
112 assert(offY + height <= static_cast<unsigned>(dsc.dim.y)); in DngSliceElement()
114 assert(!lastRow || (offY + height == static_cast<unsigned>(dsc.dim.y))); in DngSliceElement()
H A DAbstractDngDecompressor.cpp52 iPoint2D pos(e->offX, e->offY); in decompressThread()
106 d.decode(e->offX, e->offY, e->width, e->height, mFixLjpeg); in decompressThread()
127 iPoint2D(mRaw->getCpp() * e->offX, e->offY)); in decompressThread()
144 d.decode(e->offX, e->offY, e->width, e->height); in decompressThread()
162 j.decode(e->offX, e->offY); in decompressThread()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/rawspeed/src/librawspeed/decompressors/
H A DAbstractDngDecompressor.h90 const unsigned offY; member
100 offY(dsc.tileH * row), in DngSliceElement()
102 height(!lastRow ? dsc.tileH : dsc.dim.y - offY) { in DngSliceElement()
108 assert(offY < static_cast<unsigned>(dsc.dim.y)); in DngSliceElement()
112 assert(offY + height <= static_cast<unsigned>(dsc.dim.y)); in DngSliceElement()
114 assert(!lastRow || (offY + height == static_cast<unsigned>(dsc.dim.y))); in DngSliceElement()
H A DAbstractDngDecompressor.cpp52 iPoint2D pos(e->offX, e->offY); in decompressThread()
97 d.decode(e->offX, e->offY, e->width, e->height, mFixLjpeg); in decompressThread()
118 iPoint2D(mRaw->getCpp() * e->offX, e->offY)); in decompressThread()
135 d.decode(e->offX, e->offY, e->width, e->height); in decompressThread()
153 j.decode(e->offX, e->offY); in decompressThread()
/dports/graphics/darktable38/darktable-3.8.0/src/external/rawspeed/src/librawspeed/decompressors/
H A DAbstractDngDecompressor.h90 const unsigned offY; member
106 offY(dsc.tileH * row), in DngSliceElement()
108 height(!lastRow ? dsc.tileH : dsc.dim.y - offY) { in DngSliceElement()
114 assert(offY < static_cast<unsigned>(dsc.dim.y)); in DngSliceElement()
118 assert(offY + height <= static_cast<unsigned>(dsc.dim.y)); in DngSliceElement()
120 assert(!lastRow || (offY + height == static_cast<unsigned>(dsc.dim.y))); in DngSliceElement()
H A DAbstractDngDecompressor.cpp52 iPoint2D pos(e->offX, e->offY); in decompressThread()
106 d.decode(e->offX, e->offY, e->width, e->height, mFixLjpeg); in decompressThread()
127 iPoint2D(mRaw->getCpp() * e->offX, e->offY)); in decompressThread()
144 d.decode(e->offX, e->offY, e->width, e->height); in decompressThread()
162 j.decode(e->offX, e->offY); in decompressThread()
/dports/games/aquaria/Aquaria-OSE-v1.002-22-g84366ad/BBGE/
H A DDarkLayer.cpp205 float offY = -(core->getVirtualOffY() * height / core->getVirtualHeight()); in render() local
210 glVertex2f(offX-stretch, offY-stretch); in render()
213 glVertex2f(offX-stretch, height+offY+stretch); in render()
216 glVertex2f(width+offX+stretch, height+offY+stretch); in render()
219 glVertex2f(width+offX+stretch, offY-stretch); in render()
/dports/graphics/pear-Image_Graph/Image_Graph-0.8.0/Graph/Axis/
H A DRadar.php178 $offY = ($dY - $centerY);
180 $hyp = sqrt($offX*$offX + $offY*$offY);
188 $adY = $dY + $offY * $scale;
/dports/graphics/darktable38/darktable-3.8.0/src/external/rawspeed/src/librawspeed/decoders/
H A DRawDecoder.cpp92 uint32_t offY = 0; in decodeUncompressed() local
102 if (offY + yPerSlice > height) in decodeUncompressed()
103 slice.h = height - offY; in decodeUncompressed()
107 offY += yPerSlice; in decodeUncompressed()
118 assert(height <= offY); in decodeUncompressed()
126 offY = 0; in decodeUncompressed()
133 iPoint2D pos(0, offY); in decodeUncompressed()
141 offY += slice.h; in decodeUncompressed()
/dports/graphics/darktable/darktable-3.6.1/src/external/rawspeed/src/librawspeed/decoders/
H A DRawDecoder.cpp92 uint32_t offY = 0; in decodeUncompressed() local
102 if (offY + yPerSlice > height) in decodeUncompressed()
103 slice.h = height - offY; in decodeUncompressed()
107 offY += yPerSlice; in decodeUncompressed()
118 assert(height <= offY); in decodeUncompressed()
126 offY = 0; in decodeUncompressed()
133 iPoint2D pos(0, offY); in decodeUncompressed()
143 offY += slice.h; in decodeUncompressed()
/dports/graphics/rawstudio/rawstudio-2.0/plugins/load-rawspeed/rawspeed/
H A DNefDecoder.cpp158 uint32 offY = 0; in DecodeUncompressed() local
164 if (offY + yPerSlice > height) in DecodeUncompressed()
165 slice.h = height - offY; in DecodeUncompressed()
169 offY += yPerSlice; in DecodeUncompressed()
178 mRaw->dim = iPoint2D(width, offY); in DecodeUncompressed()
183 offY = 0; in DecodeUncompressed()
188 iPoint2D pos(0, offY); in DecodeUncompressed()
205 offY += slice.h; in DecodeUncompressed()
H A DRawDecoder.cpp49 uint32 offY = 0; in decodeUncompressed() local
55 if (offY + yPerSlice > height) in decodeUncompressed()
56 slice.h = height - offY; in decodeUncompressed()
60 offY += yPerSlice; in decodeUncompressed()
69 mRaw->dim = iPoint2D(width, offY); in decodeUncompressed()
73 offY = 0; in decodeUncompressed()
78 iPoint2D pos(0, offY); in decodeUncompressed()
93 offY += slice.h; in decodeUncompressed()
/dports/graphics/photoflow/PhotoFlow-8472024f/src/external/rawspeed/src/librawspeed/decoders/
H A DRawDecoder.cpp97 uint32_t offY = 0; in decodeUncompressed() local
107 if (offY + yPerSlice > height) in decodeUncompressed()
108 slice.h = height - offY; in decodeUncompressed()
112 offY += yPerSlice; in decodeUncompressed()
123 assert(height <= offY); in decodeUncompressed()
131 offY = 0; in decodeUncompressed()
138 iPoint2D pos(0, offY); in decodeUncompressed()
148 offY += slice.h; in decodeUncompressed()
/dports/www/kf5-khtml/khtml-5.89.0/src/imload/
H A Dimageplane.cpp54 unsigned int offX, unsigned int offY, in updatePixmap() argument
85 if (offX == 0 && offY == 0 && first == 0 && last == image.height() - 1 && in updatePixmap()
93 QRect imagePortion(offX, offY, in updatePixmap()
104 QRect imagePortion(offX, offY + first, in updatePixmap()
/dports/games/scummvm/scummvm-2.5.1/engines/cryomni3d/fonts/
H A Dcryofont.cpp68 glyph.offY = font_fl.readSint16BE(); in loadAll8bitGlyphs()
83 return Common::Rect(glyph.offX, glyph.offY, in getBoundingBox()
84 glyph.offX + glyph.w, glyph.offY + glyph.h); in getBoundingBox()
100 y += glyph.offY + _height - 2; in drawChar()
171 CryoFont::Glyph::Glyph() : offX(0), offY(0), advance(0), bitmap(nullptr) { in Glyph()
H A Dcryoextfont.cpp110 glyph.offY = _crf->readSint16BE(); in assureCached()
126 return Common::Rect(glyph.offX, glyph.offY, in getBoundingBox()
127 glyph.offX + glyph.w, glyph.offY + glyph.h); in getBoundingBox()
149 y += glyph.offY + _height; in drawChar()
254 CryoExtFont::Glyph::Glyph() : offX(0), offY(0), advance(0), bitmap(nullptr) { in Glyph()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudalegacy/src/cuda/
H A Dbm.cu85 const int offY = usePrevious ? __float2int_rn(vely(i, j)) : 0; in calcOptFlowBM() local
88 int Y2 = Y1 + offY; in calcOptFlowBM()
97 int sumy = offY; in calcOptFlowBM()
107 const int dy = offY + ssVal.y; in calcOptFlowBM()
142 sumy = offY; in calcOptFlowBM()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcbnew/exporters/
H A Dexport_idf.cpp79 double offX, offY; in idf_export_outline() local
80 aIDFBoard.GetUserOffset( offX, offY ); in idf_export_outline()
98 sp.y = -graphic->GetStart().y * scale + offY; in idf_export_outline()
100 ep.y = -graphic->GetEnd().y * scale + offY; in idf_export_outline()
114 double top = graphic->GetStart().y * scale + offY; in idf_export_outline()
116 double bottom = graphic->GetEnd().y * scale + offY; in idf_export_outline()
138 sp.y = -graphic->GetCenter().y * scale + offY; in idf_export_outline()
140 ep.y = -graphic->GetStart().y * scale + offY; in idf_export_outline()
155 sp.y = -graphic->GetCenter().y * scale + offY; in idf_export_outline()
234 double y = ( bbbox.GetOrigin().y + LINE_WIDTH / 2 ) * scale + offY; in idf_export_outline()
/dports/audio/musescore/MuseScore-3.6.1/mscore/qml/palettes/
H A DPaletteBackground.qml81 const offY = offsetY % cellHeight;
82 const nrows = Math.ceil((height - offY) / cellHeight) + (offY ? 1 : 0);
84 const y = i * cellHeight - offY;

123456789