Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/skia/
DImageSkia.cpp63 RESAMPLE_LINEAR, enumerator
128 return RESAMPLE_LINEAR; in computeResamplingMode()
143 return RESAMPLE_LINEAR; in computeResamplingMode()
152 return RESAMPLE_LINEAR; in computeResamplingMode()
271 resampling = RESAMPLE_LINEAR; in paintSkBitmap()
374 resampling = RESAMPLE_LINEAR; in drawPattern()
377 resampling = RESAMPLE_LINEAR; in drawPattern()
429 paint.setFilterBitmap(resampling == RESAMPLE_LINEAR); in drawPattern()