Home
last modified time | relevance | path

Searched defs:dst (Results 126 – 150 of 424) sorted by relevance

12345678910>>...17

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/src/
H A Dge_water_ripple_filter.cpp41 const std::shared_ptr<Drawing::Image> image, const Drawing::Rect& src, const Drawing::Rect& dst) in ProcessImage()
H A Dge_linear_gradient_blur_shader_filter.cpp93 const std::shared_ptr<Drawing::Image> image, const Drawing::Rect& src, const Drawing::Rect& dst) in ProcessImage()
372 const Drawing::Rect& dst) in DrawMeanLinearGradientBlur()
449 std::shared_ptr<Drawing::ShaderEffect> alphaGradientShader, const Drawing::Rect& dst) in DrawMaskLinearGradientBlur()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/brightness/
H A Dgpu_brightness_algo.cpp112 ErrorCode GpuBrightnessAlgo::OnApplyRGBA8888(EffectBuffer *src, EffectBuffer *dst, in OnApplyRGBA8888()
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/contrast/
H A Dgpu_contrast_algo.cpp113 ErrorCode GpuContrastAlgo::OnApplyRGBA8888(EffectBuffer *src, EffectBuffer *dst, in OnApplyRGBA8888()
/ohos5.0/foundation/graphic/graphic_3d/lume/scenewidgetplugin/plugin/src/
H A Decs_util.h65 CORE_NS::Entity dst = dstEcs.GetEntityManager().Create(); in CloneEntity() local
72 CORE_NS::EntityReference dst = dstEcs.GetEntityManager().CreateReferenceCounted(); in CloneEntityReference() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_pixmap.cpp87 bool SkiaPixmap::ScalePixels(const Pixmap& dst, const SamplingOptions& options) const in ScalePixels() argument
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_file_test.cpp202 struct DlpBlob dst; variable
1884 std::string dst = DLP_TEST_DIR + "/1" + "/dlp_general_info"; variable
1940 std::string dst = DLP_TEST_DIR + "/1" + "/dlp_general_info"; variable
1999 std::string dst = DLP_TEST_DIR + "/1" + "/dlp_general_info"; variable
2058 std::string dst = DLP_TEST_DIR + "/1" + "/dlp_general_info"; variable
2118 std::string dst = DLP_TEST_DIR + "/1" + "/dlp_general_info"; variable
2178 std::string dst = DLP_TEST_DIR + "/1" + "/dlp_cert"; variable
2229 std::string dst = DLP_TEST_DIR + "/1" + "/opened_encrypted_data"; variable
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeEngine/ecshelper/ComponentTools/
H A Dbase_manager.inl133 if (auto dst = ScopedHandle<ComponentType>(&components_[it->second]); dst) { local
253 if (auto dst = ScopedHandle<ComponentType>(&components_[it->second]); dst) { local
296 if (auto dst = ScopedHandle<ComponentType>(&components_[index]); dst) { local
/ohos5.0/foundation/filemanagement/dfs_service/utils/system/src/
H A Ddfsu_mount_argument_descriptors.cpp66 auto dst = GetFullDst(); in GetCtrlPath() local
/ohos5.0/foundation/window/window_manager/test/systemtest/dms/
H A Ddisplay_test_utils.cpp57 bool DisplayTestUtils::SizeEqual(const Media::Size dst, const Media::Size cur) in SizeEqual()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_pixel_map.cpp103 bool PixelMap::IsSameSize(const Size &src, const Size &dst) in IsSameSize()
256 uint32_t PixelMap::ReadPixels(const uint64_t &bufferSize, uint8_t *dst) in ReadPixels()
261 bool PixelMap::CheckPixelsInput(const uint8_t *dst, const uint64_t &bufferSize, const uint32_t &off… in CheckPixelsInput()
268 const Rect &region, uint8_t *dst) in ReadPixels()
273 uint32_t PixelMap::ReadPixel(const Position &pos, uint32_t &dst) in ReadPixel()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/effect/colormatrix_fuzzer/
H A Dcolormatrix_fuzzer.cpp69 scalar dst[MATRIX_SIZE]; in ColorMatrixFuzzTest002() local
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dpixel_yuv_ext_test.cpp144 SkTransYuvInfo dst; variable
/ohos5.0/commonlibrary/memory_utils/libpurgeablemem/test/
H A Dpurgeable_c_test.cpp34 char dst; member
199 bool ModifyData(void *data, size_t size, char src, char dst) in ModifyData()
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/
H A Dbuffer_converter.cpp57 int32_t ConvertYUV420SP(uint8_t *dst, uint8_t *src, AVCodecRect *rects, int32_t capacity) in ConvertYUV420SP()
87 int32_t ConvertYUV420P(uint8_t *dst, uint8_t *src, AVCodecRect *rects, int32_t capacity) in ConvertYUV420P()
132 int32_t ConverteRGBA8888(uint8_t *dst, uint8_t *src, AVCodecRect *rects, int32_t capacity) in ConverteRGBA8888()
/ohos5.0/foundation/multimodalinput/input/service/window_manager/src/
H A Dknuckle_divergent_point.cpp93 …Rosen::Drawing::Rect dst = Rosen::Drawing::Rect(pointX_, pointY_, pointX_ + traceShadow_->GetWidth… in Draw() local
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/custom/
H A Dcustom_efilter.cpp27 ErrorCode CustomEFilter::Render(EffectBuffer *src, EffectBuffer *dst, std::shared_ptr<EffectContext… in Render()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hisysevent_adapter/
H A Dsoftbus_hisysevt_nstack.c80 static int32_t CopyEventParamVal(SoftBusEvtParamType type, void *dst, const void *src) in CopyEventParamVal()
113 static int32_t NstackEventParaToSoftBusEventPara(SoftBusEvtParam *dst, const NstackDfxEvtParam *src) in NstackEventParaToSoftBusEventPara()
/ohos5.0/drivers/peripheral/display/composer/test/common/
H A Ddisplay_test_utils.cpp120 uint32_t dst; in GetUint32() local
157 void SetUint32(uint32_t &dst, uint32_t value) in SetUint32()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_canvas_test.cpp368 Rect dst; variable
389 Rect dst; variable
996 Rect dst; variable
1014 Rect dst; variable
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_helper.cpp120 bool ConvertStringToLong(const char *src, long &dst) in ConvertStringToLong()
135 bool ConvertColorMode(const Print_ColorMode &code, uint32_t &dst) in ConvertColorMode()
149 bool ConvertDuplexMode(const Print_DuplexMode &code, uint32_t &dst) in ConvertDuplexMode()
163 bool ConvertQuality(const Print_Quality &code, uint32_t &dst) in ConvertQuality()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Dpixelmap_image.cpp352 SkRect dst { dstRect.GetLeft(), dstRect.GetTop(), dstRect.GetRight(), dstRect.GetBottom() }; in DrawRect() local
388 SkRect dst { dstRect.GetLeft(), dstRect.GetTop(), dstRect.GetRight(), dstRect.GetBottom() }; in DrawRect() local
397 … RSRect dst = RSRect(dstRect.GetLeft(), dstRect.GetTop(), dstRect.GetRight(), dstRect.GetBottom()); in DrawRect() local
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_descriptor_set_manager.cpp76 NodeContextDescriptorSetManager::CpuDescriptorSet& dst) in CopyAndProcessBuffers()
101 NodeContextDescriptorSetManager::CpuDescriptorSet& dst) in CopyAndProcessImages()
140 …const DescriptorSetLayoutBindingResources& src, NodeContextDescriptorSetManager::CpuDescriptorSet&… in CopyAndProcessSamplers()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dvector.h296 pointer dst = data_; variable
955 void reverse_move(pointer first, pointer last, pointer dst) in reverse_move()
1012 pointer init_move(pointer dst, pointer src, size_type size) in init_move()
1041 pointer init_value(pointer dst, size_t count) in init_value()
1057 pointer init_fill(pointer dst, size_t count, const_reference value) in init_fill()
1073 pointer init_copy(pointer dst, const_pointer src, size_type size) in init_copy()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/graphics_effect/test/unittest/
H A Dge_magnifier_shader_filter_test.cpp123 Drawing::Rect dst { 1.0f, 1.0f, 2.0f, 2.0f }; variable

12345678910>>...17