Home
last modified time | relevance | path

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

12

/aosp12/frameworks/base/libs/hwui/pipeline/skia/
H A DLayerDrawable.cpp147 sampling = SkSamplingOptions(SkFilterMode::kLinear); in DrawLayer()
155 sampling = SkSamplingOptions(SkFilterMode::kLinear); in DrawLayer()
H A DSkiaRecordingCanvas.cpp196 return paint.getFilterQuality() != kNone_SkFilterQuality ? SkFilterMode::kLinear in Paint_to_filter()
289 const SkFilterMode filter = SkFilterMode::kLinear; in drawNinePatch()
/aosp12/frameworks/native/libs/renderengine/skia/filters/
H A DBlurFilter.cpp102 SkSamplingOptions linear(SkFilterMode::kLinear, SkMipmapMode::kNone); in generate()
152 SkSamplingOptions linearSampling(SkFilterMode::kLinear, SkMipmapMode::kNone); in drawBlurRegion()
/aosp12/art/compiler/optimizing/
H A Dinduction_var_analysis.cc493 induction = CreateInduction(kLinear, kNop, induction, initial, /*fetch*/ nullptr, type_); in ClassifyNonTrivial()
573 } else if ((a->induction_class == kLinear && b->induction_class == kLinear) || in TransferAddSub()
667 a->induction_class == kLinear && in TransferConversion()
669 return CreateInduction(kLinear, kNop, a->op_a, a->op_b, a->fetch, to); in TransferConversion()
747 } else if (b->induction_class == kLinear && b->type == type_) { in SolveAddSub()
926 if (a->induction_class == kInvariant && b->induction_class == kLinear) { in VisitCondition()
936 } else if (a->induction_class == kLinear && b->induction_class == kInvariant) { in VisitCondition()
1143 int c = LookupInfo(loop, cond->InputAt(0))->induction_class == kLinear ? 0 : 1; in RewriteBreakLoop()
1356 info->induction_class == kLinear && in IsNarrowingLinear()
1419 if (info->induction_class == kLinear) { in InductionToString()
H A Dinduction_var_range.cc352 if (info->induction_class == HInductionVarAnalysis::kLinear && in IsUnitStride()
492 if (info->induction_class == HInductionVarAnalysis::kLinear) { in NeedsTripCount()
528 DCHECK_EQ(info->induction_class, HInductionVarAnalysis::kLinear); in GetLinear()
744 case HInductionVarAnalysis::kLinear: in GetVal()
978 case HInductionVarAnalysis::kLinear: in GenerateRangeOrLastValue()
1303 case HInductionVarAnalysis::kLinear: { in GenerateCode()
H A Dinduction_var_analysis.h53 kLinear, enumerator
/aosp12/frameworks/native/libs/renderengine/skia/
H A DColorSpaces.cpp42 return SkColorSpace::MakeRGB(SkNamedTransferFn::kLinear, gamut); in toSkColorSpace()
/aosp12/hardware/qcom/display/msm8998/sdm/libs/utils/
H A Dformats.cpp123 return (IsUBWCFormat(format) ? kUBWC : kLinear); in GetBufferLayout()
/aosp12/hardware/qcom/display/msm8909/sdm/libs/utils/
H A Dformats.cpp126 return (IsUBWCFormat(format) ? kUBWC : kLinear); in GetBufferLayout()
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/libs/utils/
H A Dformats.cpp126 return (IsUBWCFormat(format) ? kUBWC : kLinear); in GetBufferLayout()
/aosp12/hardware/qcom/display/msm8909w_3100/sdm/include/core/
H A Dlayer_buffer.h275 kLinear, //!< Linear data enumerator
/aosp12/hardware/qcom/display/msm8998/sdm/include/core/
H A Dlayer_buffer.h274 kLinear, //!< Linear data enumerator
/aosp12/hardware/qcom/display/msm8909/sdm/include/core/
H A Dlayer_buffer.h275 kLinear, //!< Linear data enumerator
/aosp12/hardware/qcom/sdm845/display/sdm/include/core/
H A Dlayer_buffer.h286 kLinear, //!< Linear data enumerator
/aosp12/hardware/qcom/sm7250/display/sdm/include/core/
H A Dlayer_buffer.h291 kLinear, //!< Linear data enumerator
/aosp12/hardware/qcom/sm8150/display/sdm/include/core/
H A Dlayer_buffer.h299 kLinear, //!< Linear data enumerator
/aosp12/hardware/qcom/sdm845/display/sdm/libs/utils/
H A Dformats.cpp128 return (IsUBWCFormat(format) ? kUBWC : kLinear); in GetBufferLayout()
/aosp12/frameworks/base/libs/hwui/utils/
H A DColor.cpp169 if (nearlyEqual(fn, SkNamedTransferFn::kLinear)) { in ColorSpaceToADataSpace()
246 return SkColorSpace::MakeRGB(SkNamedTransferFn::kLinear, gamut); in DataSpaceToColorSpace()
/aosp12/hardware/qcom/sm7250/display/sdm/libs/utils/
H A Dformats.cpp135 return (IsUBWCFormat(format) ? kUBWC : kLinear); in GetBufferLayout()
/aosp12/hardware/qcom/sm8150/display/sdm/libs/utils/
H A Dformats.cpp135 return (IsUBWCFormat(format) ? kUBWC : kLinear); in GetBufferLayout()
/aosp12/frameworks/base/libs/hwui/
H A DLayer.cpp132 sampling = SkSamplingOptions(SkFilterMode::kLinear); in draw()
/aosp12/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp446 SkSamplingOptions(SkFilterMode::kLinear)); in decode()
474 canvas.drawImage(tmp.asImage(), 0, 0, SkSamplingOptions(SkFilterMode::kLinear), &paint); in decode()
/aosp12/system/core/fs_mgr/liblp/include/liblp/
H A Dbuilder.h47 kLinear, enumerator
80 ExtentType GetExtentType() const override { return ExtentType::kLinear; } in GetExtentType()
/aosp12/frameworks/base/libs/hwui/effects/
H A DStretchEffect.cpp213 SkSamplingOptions(SkFilterMode::kLinear), matrix); in getShader()
/aosp12/frameworks/base/libs/hwui/jni/
H A DRenderEffect.cpp68 image, srcRect, dstRect, SkSamplingOptions(SkFilterMode::kLinear)); in createBitmapEffect()

12