Home
last modified time | relevance | path

Searched refs:curve_offset (Results 1 – 24 of 24) sorted by relevance

/dports/emulators/cannonball/cannonball-0.34/src/main/
H A Dtrackloader.cpp257 curve_offset = data->read32(STAGE_ADR + 24); in setup_level()
258 l->curve = &data->rom[curve_offset]; in setup_level()
274 curve_offset = data->read32(STAGE_ADR + 0); in setup_section()
275 l->curve = &data->rom[curve_offset]; in setup_section()
292 curve_offset = 0; in init_track()
307 curve_offset = 0; in init_track_split()
315 curve_offset = 0; in init_track_bonus()
365 …return (current_level->curve[addr + curve_offset] << 8) | current_level->curve[addr+1 + curve_offs… in read_curve()
H A Dtrackloader.hpp78 uint32_t curve_offset; member in TrackLoader
/dports/x11-wm/emerald/emerald-0.8.8/engines/
H A Dvrunner.c54 double curve_offset; member
278 pfs->curve_offset, in engine_draw_frame()
289 pfs->curve_offset, in engine_draw_frame()
462 FLTS(curve_offset); in load_engine_settings()
502 pfs->curve_offset = 0.0; in init_engine()
526 pfs->curve_offset = 0.0; in init_engine()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Daudioregion.cc661 samplecnt_t const curve_offset = fade_interval_start - (_length - _fade_out->when(false)); in read_at() local
666 …_inverse_fade_out->curve().get_vector (curve_offset, curve_offset + fade_out_limit, gain_buffer, f… in read_at()
675 …_fade_out->curve().get_vector (curve_offset, curve_offset + fade_out_limit, gain_buffer, fade_out_… in read_at()
684 …_fade_out->curve().get_vector (curve_offset, curve_offset + fade_out_limit, gain_buffer, fade_out_… in read_at()
691 …_fade_out->curve().get_vector (curve_offset, curve_offset + fade_out_limit, gain_buffer, fade_out_… in read_at()
/dports/x11-toolkits/p5-Prima/Prima-1.63/win32/
H A Dtext.c1969 unsigned int curve_offset = sizeof(TTPOLYGONHEADER); in apc_gp_get_glyph_outline() local
1971 while ( curve_offset < h->cb ) { in apc_gp_get_glyph_outline()
1972 TTPOLYCURVE * c = (TTPOLYCURVE*) (gdi_buf + offset + curve_offset); in apc_gp_get_glyph_outline()
1973 curve_offset += sizeof(WORD) * 2 + c->cpfx * sizeof(POINTFX); in apc_gp_get_glyph_outline()
1989 unsigned int curve_offset = sizeof(TTPOLYGONHEADER); in apc_gp_get_glyph_outline() local
1994 while ( curve_offset < h->cb ) { in apc_gp_get_glyph_outline()
1996 TTPOLYCURVE * c = (TTPOLYCURVE*) (gdi_buf + offset + curve_offset); in apc_gp_get_glyph_outline()
2018 curve_offset += sizeof(WORD) * 2 + c->cpfx * sizeof(POINTFX); in apc_gp_get_glyph_outline()
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc703 static bool read_curves(const uint8_t* buf, uint32_t size, uint32_t curve_offset, in read_curves() argument
706 if (curve_offset > size) { in read_curves()
711 if (!read_curve(buf + curve_offset, size - curve_offset, &curves[i], &curve_bytes)) { in read_curves()
720 uint64_t new_offset_64 = (uint64_t)curve_offset + curve_bytes; in read_curves()
721 curve_offset = (uint32_t)new_offset_64; in read_curves()
722 if (new_offset_64 != curve_offset) { in read_curves()
/dports/graphics/libjxl/libjxl-0.6.1/third_party/skcms/
H A Dskcms.cc700 static bool read_curves(const uint8_t* buf, uint32_t size, uint32_t curve_offset, in read_curves() argument
703 if (curve_offset > size) { in read_curves()
708 if (!read_curve(buf + curve_offset, size - curve_offset, &curves[i], &curve_bytes)) { in read_curves()
717 uint64_t new_offset_64 = (uint64_t)curve_offset + curve_bytes; in read_curves()
718 curve_offset = (uint32_t)new_offset_64; in read_curves()
719 if (new_offset_64 != curve_offset) { in read_curves()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc693 static bool read_curves(const uint8_t* buf, uint32_t size, uint32_t curve_offset, in read_curves() argument
696 if (curve_offset > size) { in read_curves()
701 if (!read_curve(buf + curve_offset, size - curve_offset, &curves[i], &curve_bytes)) { in read_curves()
710 uint64_t new_offset_64 = (uint64_t)curve_offset + curve_bytes; in read_curves()
711 curve_offset = (uint32_t)new_offset_64; in read_curves()
712 if (new_offset_64 != curve_offset) { in read_curves()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/third_party/skcms/
H A Dskcms.cc716 static bool read_curves(const uint8_t* buf, uint32_t size, uint32_t curve_offset, in read_curves() argument
719 if (curve_offset > size) { in read_curves()
724 if (!read_curve(buf + curve_offset, size - curve_offset, &curves[i], &curve_bytes)) { in read_curves()
733 uint64_t new_offset_64 = (uint64_t)curve_offset + curve_bytes; in read_curves()
734 curve_offset = (uint32_t)new_offset_64; in read_curves()
735 if (new_offset_64 != curve_offset) { in read_curves()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/third_party/skcms/
H A Dskcms.cc713 static bool read_curves(const uint8_t* buf, uint32_t size, uint32_t curve_offset, in read_curves() argument
716 if (curve_offset > size) { in read_curves()
721 if (!read_curve(buf + curve_offset, size - curve_offset, &curves[i], &curve_bytes)) { in read_curves()
730 uint64_t new_offset_64 = (uint64_t)curve_offset + curve_bytes; in read_curves()
731 curve_offset = (uint32_t)new_offset_64; in read_curves()
732 if (new_offset_64 != curve_offset) { in read_curves()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc703 static bool read_curves(const uint8_t* buf, uint32_t size, uint32_t curve_offset, in read_curves() argument
706 if (curve_offset > size) { in read_curves()
711 if (!read_curve(buf + curve_offset, size - curve_offset, &curves[i], &curve_bytes)) { in read_curves()
720 uint64_t new_offset_64 = (uint64_t)curve_offset + curve_bytes; in read_curves()
721 curve_offset = (uint32_t)new_offset_64; in read_curves()
722 if (new_offset_64 != curve_offset) { in read_curves()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/third_party/skcms/
H A Dskcms.cc703 static bool read_curves(const uint8_t* buf, uint32_t size, uint32_t curve_offset, in read_curves() argument
706 if (curve_offset > size) { in read_curves()
711 if (!read_curve(buf + curve_offset, size - curve_offset, &curves[i], &curve_bytes)) { in read_curves()
720 uint64_t new_offset_64 = (uint64_t)curve_offset + curve_bytes; in read_curves()
721 curve_offset = (uint32_t)new_offset_64; in read_curves()
722 if (new_offset_64 != curve_offset) { in read_curves()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/qcms/
H A Diccread.c507 …e *src, struct curveType *(*curveArray)[MAX_CHANNELS], uint8_t num_channels, uint32_t curve_offset) in read_nested_curveType() argument
514 (*curveArray)[i] = read_curveType(src, curve_offset + channel_offset, &tag_len); in read_nested_curveType()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/qcms/
H A Diccread.c496 …e *src, struct curveType *(*curveArray)[MAX_CHANNELS], uint8_t num_channels, uint32_t curve_offset) in read_nested_curveType() argument
503 (*curveArray)[i] = read_curveType(src, curve_offset + channel_offset, &tag_len); in read_nested_curveType()
/dports/emulators/cannonball/cannonball-0.34/src/main/engine/
H A Doinitengine.cpp243 trackloader.curve_offset += 6; in update_road()
/dports/www/firefox-esr/firefox-91.8.0/gfx/qcms/src/
H A Diccread.rs549 curve_offset: u32,
554 curveArray[i] = read_curveType(src, curve_offset + channel_offset, &mut tag_len);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/qcms/
H A Diccread.c507 …e *src, struct curveType *(*curveArray)[MAX_CHANNELS], uint8_t num_channels, uint32_t curve_offset) in read_nested_curveType() argument
514 (*curveArray)[i] = read_curveType(src, curve_offset + channel_offset, &tag_len); in read_nested_curveType()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/qcms/src/
H A Diccread.rs549 curve_offset: u32,
554 curveArray[i] = read_curveType(src, curve_offset + channel_offset, &mut tag_len);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/qcms/src/
H A Diccread.c780 …e *src, struct curveType *(*curveArray)[MAX_CHANNELS], uint8_t num_channels, uint32_t curve_offset) in read_nested_curveType() argument
787 (*curveArray)[i] = read_curveType(src, curve_offset + channel_offset, &tag_len); in read_nested_curveType()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/qcms/src/
H A Diccread.c780 …e *src, struct curveType *(*curveArray)[MAX_CHANNELS], uint8_t num_channels, uint32_t curve_offset) in read_nested_curveType() argument
787 (*curveArray)[i] = read_curveType(src, curve_offset + channel_offset, &tag_len); in read_nested_curveType()
/dports/www/firefox/firefox-99.0/gfx/qcms/src/
H A Diccread.rs576 curve_offset: u32,
582 curveArray[i] = read_curveType(src, curve_offset + channel_offset, &mut tag_len);
/dports/cad/opencascade/opencascade-7.6.0/src/AdvApp2Var/
H A DAdvApp2Var_MathBase.cxx2894 integer curve_dim1, curve_offset, curveo_dim1, curveo_offset, i__1, i__2; in mmcvinv_() local
2935 curve_offset = curve_dim1 + 1; in mmcvinv_()
2936 curve -= curve_offset; in mmcvinv_()
/dports/graphics/qgis-ltr/qgis-3.16.16/
H A DChangeLog281336 Merge branch 'curve_offset'
/dports/graphics/qgis/qgis-3.22.3/
H A DChangeLog315029 Merge branch 'curve_offset'