Home
last modified time | relevance | path

Searched refs:s2p (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DPointSpritesTest.cpp42 float s2p(float s) { return (s + 1.0f) * 0.5f * (GLfloat)windowWidth; } in s2p() function in PointSpritesTest
100 float xw = s2p(pointX); in testPointCoordAndPointSizeCompliance()
101 float yw = s2p(pointY); in testPointCoordAndPointSizeCompliance()
104 int xf = static_cast<int>(floorf(s2p(pointX + u * pointWidth))); in testPointCoordAndPointSizeCompliance()
105 int yf = static_cast<int>(floorf(s2p(pointY + v * pointWidth))); in testPointCoordAndPointSizeCompliance()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DPointSpritesTest.cpp43 float s2p(float s) { return (s + 1.0f) * 0.5f * (GLfloat)windowWidth; } in s2p() function in PointSpritesTest
101 float xw = s2p(pointX); in testPointCoordAndPointSizeCompliance()
102 float yw = s2p(pointY); in testPointCoordAndPointSizeCompliance()
105 int xf = static_cast<int>(floorf(s2p(pointX + u * pointWidth))); in testPointCoordAndPointSizeCompliance()
106 int yf = static_cast<int>(floorf(s2p(pointY + v * pointWidth))); in testPointCoordAndPointSizeCompliance()
/third_party/pulseaudio/src/modules/rtp/
Drtsp_client.c193 char *s2, *s2p; in line_callback() local
208 s2p = s2 + strlen(s2) - 1; in line_callback()
209 while (s2p >= s2 && '\r' == *s2p) { in line_callback()
210 *s2p = '\0'; in line_callback()
211 s2p -= 1; in line_callback()
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_string.c397 char *s2p = (char *) s2; in SDL_memcmp()
399 if (*s1p != *s2p) { in SDL_memcmp()
400 return (*s1p - *s2p); in SDL_memcmp()
403 ++s2p; in SDL_memcmp()