Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/skia/
DImageSkia.cpp59 RESAMPLE_NONE, enumerator
104 return RESAMPLE_NONE; in computeResamplingMode()
113 return RESAMPLE_NONE; in computeResamplingMode()
124 return RESAMPLE_NONE; in computeResamplingMode()
136 return RESAMPLE_NONE; in computeResamplingMode()
273 resampling = platformContext->printing() ? RESAMPLE_NONE : in paintSkBitmap()