Home
last modified time | relevance | path

Searched refs:srcWidth (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/skia/
DImageSkia.cpp70 …latformContextSkia* platformContext, const NativeImageSkia& bitmap, int srcWidth, int srcHeight, f… in computeResamplingMode() argument
76 srcWidth = srcSize.width(); in computeResamplingMode()
102 if (srcWidth == destIWidth && srcHeight == destIHeight) { in computeResamplingMode()
107 if (srcWidth <= kSmallImageSizeThreshold in computeResamplingMode()
116 if (srcHeight * kLargeStretch <= destHeight || srcWidth * kLargeStretch <= destWidth) { in computeResamplingMode()
123 if (srcWidth == destWidth || srcHeight == destHeight) in computeResamplingMode()
131 if ((fabs(destWidth - srcWidth) / srcWidth < kFractionalChangeThreshold) in computeResamplingMode()
292 static void TransformDimensions(const SkMatrix& matrix, float srcWidth, float srcHeight, float* des… in TransformDimensions() argument
296 src_points[1].set(SkFloatToScalar(srcWidth), 0); in TransformDimensions()
/external/quake/quake/src/WinQuake/
Dgl_draw.cpp1585 int srcWidth = mipWidth; in GL_Upload32() local
1593 pIn[srcWidth], pIn[srcWidth+1]); in GL_Upload32()
1596 pIn += srcWidth; in GL_Upload32()