Home
last modified time | relevance | path

Searched refs:Blend (Results 1 – 25 of 27) sorted by relevance

12

/aosp12/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DMosaic.cpp61 if (blendingType == Blend::BLEND_TYPE_FULL || in initialize()
62 blendingType == Blend::BLEND_TYPE_PAN) in initialize()
64 stripType = Blend::STRIP_TYPE_THIN; in initialize()
102 if (blendingType == Blend::BLEND_TYPE_FULL || in initialize()
106 blender = new Blend(); in initialize()
189 if (blendingType == Blend::BLEND_TYPE_PAN) in createMosaic()
196 int ret = Blend::BLEND_RET_ERROR; in createMosaic()
208 case Blend::BLEND_RET_ERROR: in createMosaic()
209 case Blend::BLEND_RET_ERROR_MEMORY: in createMosaic()
212 case Blend::BLEND_RET_CANCELLED: in createMosaic()
[all …]
H A DBlend.h53 class Blend {
71 Blend();
72 ~Blend();
H A DBlend.cpp32 Blend::Blend() in Blend() function in Blend
37 Blend::~Blend() in ~Blend()
80 void Blend::AlignToMiddleFrame(MosaicFrame **frames, int frames_size) in AlignToMiddleFrame()
99 int Blend::runBlend(MosaicFrame **oframes, MosaicFrame **rframes, in runBlend()
310 int Blend::MosaicSizeCheck(float sizeMultiplier, float heightMultiplier) { in MosaicSizeCheck()
331 int Blend::FillFramePyramid(MosaicFrame *mb) in FillFramePyramid()
374 int Blend::DoMergeAndBlend(MosaicFrame **frames, int nsite, in DoMergeAndBlend()
591 void Blend::CropFinalMosaic(YUVinfo &imgMos, MosaicRect &cropping_rect) in CropFinalMosaic()
630 int Blend::PerformFinalBlending(YUVinfo &imgMos, MosaicRect &cropping_rect) in PerformFinalBlending()
1124 void Blend::ClipBlendRect(CSite *csite, BlendRect &brect) in ClipBlendRect()
[all …]
H A DMosaic.h207 Blend *blender;
/aosp12/frameworks/base/libs/hwui/jni/
H A DColorFilter.cpp39 return reinterpret_cast<jlong>(SkColorFilters::Blend(srcColor, mode).release()); in CreateBlendModeFilter()
H A DRenderEffect.cpp95 sk_sp<SkImageFilter> xfermodeFilter = SkImageFilters::Blend( in createBlendModeEffect()
H A DShader.cpp223 sk_sp<SkShader> baseShader(SkShaders::Blend(mode, in ComposeShader_create()
/aosp12/frameworks/base/libs/hwui/tests/common/scenes/
H A DHwBitmapInCompositeShader.cpp66 SkShaders::Blend(SkBlendMode::kDstATop, hardwareShader, gradientShader)); in createContent()
H A DTvApp.cpp222 SkColorFilters::Blend((curFrame % 150) << 24, SkBlendMode::kSrcATop)); in updateCard()
/aosp12/packages/apps/LegacyCamera/jni/
H A DAndroid.bp51 "feature_mos/src/mosaic/Blend.cpp",
H A Dfeature_mos_jni.cpp64 int blendingType = Blend::BLEND_TYPE_HORZ;
65 int stripType = Blend::STRIP_TYPE_THIN;
/aosp12/frameworks/base/native/graphics/jni/
H A Dimagedecoder.cpp545 case SkCodecAnimation::Blend::kSrc: in AImageDecoderFrameInfo_getBlendOp()
547 case SkCodecAnimation::Blend::kSrcOver: in AImageDecoderFrameInfo_getBlendOp()
/aosp12/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DBlend.java31 public class Blend extends TestBase { class
H A DIPTestList.java163 return new Blend(); in newTest()
/aosp12/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DIPTestListJB.java168 return new Blend(); in newTest()
H A DBlend.java38 public class Blend extends TestBase { class
/aosp12/frameworks/base/libs/hwui/
H A DCanvasTransform.cpp115 paint.setColorFilter(SkColorFilters::Blend(color, mode)); in applyColorTransform()
/aosp12/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DBlend.java38 public class Blend extends TestBase { class
H A DImageProcessingActivity.java330 mTest = new Blend(); in changeTest()
/aosp12/frameworks/base/libs/hwui/hwui/
H A DImageDecoder.cpp314 info.fBlend = SkCodecAnimation::Blend::kSrc; in getCurrentFrameInfo()
/aosp12/frameworks/rs/script_api/
H A Drs_graphics.spec46 summary: Blend source function
64 summary: Blend destination function
/aosp12/frameworks/rs/script_api/include/
H A Drs_graphics.rsh37 * rs_blend_src_func: Blend source function
64 * rs_blend_dst_func: Blend destination function
/aosp12/frameworks/native/libs/renderengine/skia/
H A DSkiaGLRenderEngine.cpp1083 shader = SkShaders::Blend(SkBlendMode::kPlus, shader, in drawLayers()
/aosp12/hardware/interfaces/graphics/composer/2.1/
H A DIComposerClient.hal118 /** Blend modes, settable per layer. */
/aosp12/packages/inputmethods/LatinIME/dictionaries/
H A Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...

12