Home
last modified time | relevance | path

Searched refs:_coords2 (Results 1 – 8 of 8) sorted by relevance

/dports/games/libretro-scummvm/scummvm-7b1e929/engines/prince/
H A Dwalk.cpp1180 _coords2 += 2; in specialPlotInside2()
1182 _coords2 += 2; in specialPlotInside2()
1202 _coords2 = _coordsBuf2; in approxPath()
1214 oldCoords = _coords2; in approxPath()
1218 _coords2 += 4; in approxPath()
1225 _coords2 += 4; in approxPath()
1234 _coords2 = oldCoords; in approxPath()
1490 _coords3 = _coords2; in makePath()
1491 _coords2 = nullptr; in makePath()
1590 _coords2 = _coordsBuf2; in allocCoords2()
[all …]
H A Dprince.h579 byte *_coords2; variable
H A Dprince.cpp86 …_tracePointFirstPointFlag(false), _coordsBuf2(nullptr), _coords2(nullptr), _coordsBuf3(nullptr), _… in PrinceEngine()
/dports/games/scummvm/scummvm-2.5.1/engines/prince/
H A Dwalk.cpp1180 _coords2 += 2; in specialPlotInside2()
1182 _coords2 += 2; in specialPlotInside2()
1202 _coords2 = _coordsBuf2; in approxPath()
1214 oldCoords = _coords2; in approxPath()
1218 _coords2 += 4; in approxPath()
1225 _coords2 += 4; in approxPath()
1234 _coords2 = oldCoords; in approxPath()
1490 _coords3 = _coords2; in makePath()
1491 _coords2 = nullptr; in makePath()
1590 _coords2 = _coordsBuf2; in allocCoords2()
[all …]
H A Dprince.h575 byte *_coords2; variable
H A Dprince.cpp86 …_tracePointFirstPointFlag(false), _coordsBuf2(nullptr), _coords2(nullptr), _coordsBuf3(nullptr), _… in PrinceEngine()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/gradients/generated/
H A DGrTiledGradientEffect.cpp60 SkString _coords2("float2(half2(t.x, 0.0))"); in emitCode() local
61 SkString _sample2 = this->invokeChild(0, args, _coords2.c_str()); in emitCode()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/effects/generated/
H A DGrRectBlurEffect.cpp98 SkString _coords2("float2(half2(rect.x, 0.5))"); in emitCode() local
99 SkString _sample2 = this->invokeChild(1, args, _coords2.c_str()); in emitCode()