Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/hwui/
H A DLayer.cpp134 sampling = SkSamplingOptions(SkFilterMode::kLinear); in draw()
H A DReadback.cpp233 sampling = SkSamplingOptions(SkFilterMode::kLinear); in copySurfaceInto()
H A DVectorDrawable.cpp512 auto sampling = SkSamplingOptions(SkFilterMode::kLinear); in draw()
/aosp14/frameworks/base/libs/hwui/effects/
H A DStretchEffect.cpp213 SkSamplingOptions(SkFilterMode::kLinear), matrix); in getShader()
/aosp14/frameworks/base/libs/hwui/hwui/
H A DPaint.h147 return mFilterBitmap ? SkFilterMode::kLinear : SkFilterMode::kNearest; in filterMode()
H A DImageDecoder.cpp467 SkSamplingOptions(SkFilterMode::kLinear)); in decode()
498 canvas.drawImage(tmp.asImage(), 0, 0, SkSamplingOptions(SkFilterMode::kLinear), &paint); in decode()
/aosp14/frameworks/base/libs/hwui/utils/
H A DColor.cpp192 if (nearlyEqual(fn, SkNamedTransferFn::kLinear)) { in ColorSpaceToADataSpace()
277 return SkColorSpace::MakeRGB(SkNamedTransferFn::kLinear, gamut); in DataSpaceToColorSpace()
/aosp14/system/core/fs_mgr/liblp/include/liblp/
H A Dbuilder.h47 kLinear, enumerator
80 ExtentType GetExtentType() const override { return ExtentType::kLinear; } in GetExtentType()
/aosp14/frameworks/base/libs/hwui/pipeline/skia/
H A DLayerDrawable.cpp185 sampling = SkSamplingOptions(SkFilterMode::kLinear); in DrawLayer()
H A DSkiaRecordingCanvas.cpp306 const SkFilterMode filter = SkFilterMode::kLinear; in drawNinePatch()
H A DRenderNodeDrawable.cpp274 SkSamplingOptions sampling(SkFilterMode::kLinear); in drawContent()
/aosp14/frameworks/base/libs/hwui/jni/
H A DRenderEffect.cpp69 image, srcRect, dstRect, SkSamplingOptions(SkFilterMode::kLinear)); in createBitmapEffect()
H A DBitmapFactory.cpp290 SkSamplingOptions(SkFilterMode::kLinear), &paint); in decodeGainmap()
603 SkSamplingOptions(SkFilterMode::kLinear), &paint); in doDecode()
H A DShader.cpp120 SkSamplingOptions sampling(filter ? SkFilterMode::kLinear : SkFilterMode::kNearest, in BitmapShader_constructor()
/aosp14/system/core/fs_mgr/liblp/
H A Dbuilder.cpp40 case ExtentType::kLinear: { in operator <<()
61 if (other.GetExtentType() != ExtentType::kLinear) { in operator ==()
/aosp14/frameworks/base/libs/hwui/tests/unit/
H A DRenderNodeDrawableTests.cpp1066 EXPECT_EQ(SkFilterMode::kLinear, sampling.filter); in RENDERTHREAD_SKIA_PIPELINE_TEST()