Searched refs:srcPixel (Results 1 - 4 of 4) sorted by relevance

/external/skia/src/core/
H A DSkBitmapScaler.cpp152 float srcPixel = (static_cast<float>(destSubsetI) + 0.5f) * invScale; local
155 int srcBegin = SkTMax(0, SkScalarFloorToInt(srcPixel - srcSupport));
156 int srcEnd = SkTMin(srcSize - 1, SkScalarCeilToInt(srcPixel + srcSupport));
165 // when comparing distance against 'srcPixel'. In the 5x downscale
170 ((static_cast<float>(curFilterPixel) + 0.5f) - srcPixel);
/external/deqp/modules/gles3/functional/
H A Des3fFragmentOutputTests.cpp511 const Vec4 srcPixel = access.getPixel(x, y); local
515 dstPixel[channelNdx] = srcPixel[channelNdx];
527 const IVec4 srcPixel = access.getPixelInt(x, y); local
531 dstPixel[channelNdx] = srcPixel[channelNdx];
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp903 const deUint8* const srcPixel = &uncompressedBlockRGB[(y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPRESSED_PIXEL_SIZE_RGB8]; local
908 dstPixel[0] = srcPixel[0];
909 dstPixel[1] = srcPixel[1];
910 dstPixel[2] = srcPixel[2];
939 const deInt16* const srcPixel = (deInt16*)&uncompressedBlock[(y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPRESSED_PIXEL_SIZE_R11]; local
942 dstPixel[0] = extend11To16WithSign(srcPixel[0]);
946 const deUint16* const srcPixel = (deUint16*)&uncompressedBlock[(y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPRESSED_PIXEL_SIZE_R11]; local
949 dstPixel[0] = extend11To16(srcPixel[0]);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 400 milliseconds