Searched refs:sWidth (Results 1 - 6 of 6) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | crystalhd.c | 109 uint32_t sWidth; member 115 offsetof(CHDContext, sWidth), 361 if (priv->sWidth) { in init() 363 format.ScalingParams.sWidth = priv->sWidth; in init()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Device.cpp | 450 int sWidth = source->getWidth(); in stretchRect() local 507 sRect.x1 = (float)sWidth; in stretchRect() 532 sw::Rect srcClipRect(0, 0, sWidth, sHeight); in stretchRect() 571 bool isOutOfBounds = (sRect.x0 < 0.0f) || (sRect.y0 < 0.0f) || (sRect.x1 > (float)sWidth) || (sRect.y1 > (float)sHeight); in stretchRect() 576 (sRect.x1 == (float)sWidth) && (sRect.y1 == (float)sHeight) && (dRect.x1 == dWidth) && (dRect.y1 == dHeight); in stretchRect() 660 int sWidth = source->getWidth(); in stretchCube() local 667 if((sWidth == 0) || (sHeight == 0) || (sDepth == 0) || in stretchCube() 673 bool scaling = (sWidth != dWidth) || (sHeight != dHeight) || (sDepth != dDepth); in stretchCube()
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
H A D | Blitter.hpp | 126 int sWidth; member 181 Int &sWidth, Int &sHeight, Int &sDepth,
|
H A D | Blitter.cpp | 130 0, 0, 0, // sWidth, sHeight, sDepth in clear() 1513 Int &sWidth, Int &sHeight, Int &sDepth, in sample() 1530 X = Clamp(X, 0, sWidth - 1); in sample() 1570 X = Min(Max(x, 0.5f), Float(sWidth) - 0.5f); in sample() 1585 X1 = IfThenElse(X1 >= sWidth, X0, X1); in sample() 1701 Int sWidth = *Pointer<Int>(blit + OFFSET(BlitData, sWidth)); in generate() local 1772 X = Clamp(X, 0, sWidth - 1); in generate() 1790 Float4 color = sample(source, x, y, z, sWidth, sHeight, sDepth, sSliceB, sPitchB, state); in generate() 1925 static_cast<int>(srcExtent.width), // sWidth in blit() 1512 sample(Pointer<Byte> &source, Float &x, Float &y, Float &z, Int &sWidth, Int &sHeight, Int &sDepth, Int &sSliceB, Int &sPitchB, const State &state) sample() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
H A D | Blitter.hpp | 90 int sWidth; member
|
H A D | Blitter.cpp | 1203 Int sWidth = *Pointer<Int>(blit + OFFSET(BlitData,sWidth)); in generate() local 1280 X = Clamp(X, 0, sWidth - 1); in generate() 1308 X = Clamp(X, 0, sWidth - 1); in generate() 1326 X = Min(Max(x, 0.5f), Float(sWidth) - 0.5f); in generate() 1338 X1 = IfThenElse(X1 >= sWidth, X0, X1); in generate() 1465 data.sWidth = source->getWidth(); in blitReactor()
|
Completed in 8 milliseconds