OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:srcPixel
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkBitmapScaler.cpp
152
float
srcPixel
= (static_cast<float>(destSubsetI) + 0.5f) * invScale;
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/framework/common/
tcuCompressedTexture.cpp
865
const deUint8* const
srcPixel
= &uncompressedBlock[(y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPRESSED_PIXEL_SIZE_RGB8];
869
dstPixel[0] =
srcPixel
[0];
870
dstPixel[1] =
srcPixel
[1];
871
dstPixel[2] =
srcPixel
[2];
905
const deUint8* const
srcPixel
= &uncompressedBlock[(y*ETC2_BLOCK_WIDTH + x)*ETC2_UNCOMPRESSED_PIXEL_SIZE_RGB8]
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface_3.6.1.M20100825-0800.jar
Completed in 45 milliseconds