Home
last modified time | relevance | path

Searched defs:dst (Results 201 - 225 of 6804) sorted by relevance

12345678910>>...273

/third_party/skia/third_party/externals/libwebp/src/utils/
H A Dcolor_cache_utils.c42 VP8LColorCacheCopy(const VP8LColorCache* const src, VP8LColorCache* const dst) VP8LColorCacheCopy() argument
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
H A DChunkedCommandSerializer.cpp27 void* dst = mSerializer->GetCmdSpace(chunkSize); in SerializeChunkedCommand() local
/third_party/optimized-routines/string/aarch64/
H A Dmemset.S20 #define dst x3 define
[all...]
/third_party/pulseaudio/src/pulsecore/
H A Darpa-inet.c34 const char *inet_ntop(int af, const void *src, char *dst, socklen_t cnt) { in inet_ntop() argument
79 int inet_pton(int af, const char *src, void *dst) { in inet_pton() argument
/third_party/skia/third_party/externals/icu/source/common/
H A Dcpputils.h28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy() argument
37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy() argument
46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy() argument
32 uprv_arrayCopy(const double* src, int32_t srcStart, double* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
41 uprv_arrayCopy(const int8_t* src, int32_t srcStart, int8_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
50 uprv_arrayCopy(const int16_t* src, int32_t srcStart, int16_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
55 uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) uprv_arrayCopy() argument
59 uprv_arrayCopy(const int32_t* src, int32_t srcStart, int32_t* dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
65 uprv_arrayCopy(const UChar *src, int32_t srcStart, UChar *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) uprv_arrayCopy() argument
82 uprv_arrayCopy(const icu::UnicodeString *src, int32_t srcStart, icu::UnicodeString *dst, int32_t dstStart, int32_t count) uprv_arrayCopy() argument
[all...]
/third_party/skia/docs/examples/
H A Dsoftware_bitmap_w_perspective.cpp10 const SkPoint dst[] = { {0, 0}, {width, 0}, {width, height}, {0, height} }; in REG_FIDDLE_ANIMATED() local
H A DMatrix_mapPoints.cpp15 SkPoint dst[count]; in REG_FIDDLE() local
H A DMatrix_setPolyToPoly.cpp9 const SkPoint dst[] = { {50, 0}, {80, -10}, {90, -30}, {60, -40} }; in REG_FIDDLE() local
/third_party/skia/fuzz/oss_fuzz/
H A DFuzzIncrementalImage.cpp37 void* dst = SkTAddOffset<void>(bm.getPixels(), rowsDecoded * bm.rowBytes()); in FuzzIncrementalImageDecode() local
/third_party/skia/bench/
H A DSwizzleBench.cpp21 uint32_t dst[K], src[K]; variable
/third_party/vk-gl-cts/framework/egl/
H A DegluConfigInfo.cpp90 void queryCoreConfigInfo (const Library& egl, EGLDisplay display, EGLConfig config, ConfigInfo* dst) in queryCoreConfigInfo() argument
126 queryExtConfigInfo(const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config, ConfigInfo* dst) queryExtConfigInfo() argument
[all...]
/third_party/vk-gl-cts/modules/egl/
H A DteglGLES1RenderUtil.cpp50 void readPixels (tcu::Surface& dst, int x, int y, int width, int height) in readPixels() argument
H A DteglVGRenderUtil.cpp48 void readPixels (tcu::Surface& dst, int x, int y, int width, int height) in readPixels() argument
/base/print/print_fwk/services/print_service/src/
H A Dprint_service_converter.cpp26 bool ConvertColorModeCode(const char *src, ColorModeCode &dst) in ConvertColorModeCode() argument
65 bool ConvertPrintPageSize(const char *src, PrintPageSize &dst) in ConvertPrintPageSize() argument
/base/print/print_fwk/frameworks/ohprint/include/
H A Dprint_converter.h73 T2 *CopyArray(const std::vector<T1> &list, uint32_t &count, bool (*ConvertFunction)(const T1 &src, T2 &dst)) in CopyArray() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Daddress.h111 coap_address_copy( coap_address_t *dst, const coap_address_t *src ) { in coap_address_copy() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_memory.c46 void inline *mali_osk_memcpy(void *dst, const void *src, u32 len) in mali_osk_memcpy() argument
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/linux/
H A Dmali_osk_memory.c45 void inline *_mali_osk_memcpy(void *dst, const void *src, u32 len) in _mali_osk_memcpy() argument
/foundation/CastEngine/castengine_wifi_display/services/codec/src/
H A Dmedia_frame_pipeline.cpp43 void FrameSource::AddAudioDestination(std::shared_ptr<FrameDestination> dst) in AddAudioDestination() argument
53 void FrameSource::RemoveAudioDestination(std::shared_ptr<FrameDestination> dst) in RemoveAudioDestination() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/canvas/
H A Dcustom_paint_util.cpp45 bool EncodeImage(std::string& type, const double quality, SkPixmap& src, SkDynamicMemoryWStream& dst) in EncodeImage() argument
/foundation/arkui/napi/interfaces/inner_api/cjffi/ark_interop/
H A Dark_interop_bigint.cpp31 static bool ReverseBytes(uint8_t dst[], size_t size) in ReverseBytes() argument
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Draw_address.cpp24 void RawAddress::ConvertToUint8(uint8_t *dst, const size_t size) const in ConvertToUint8() argument
/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/
H A Dnode_context_descriptor_set_manager.cpp75 CopyAndProcessBuffers(const DescriptorSetLayoutBindingResources& src, const GpuQueue& gpuQueue, NodeContextDescriptorSetManager::CpuDescriptorSet& dst) CopyAndProcessBuffers() argument
[all...]
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/common/
H A Drs_common_tools.cpp43 void SavePixelmapToFile(const std::shared_ptr<Media::PixelMap>& pixelMap, const std::string& dst) in SavePixelmapToFile() argument
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/
H A Duid_util.h50 auto* dst = str.data(); in to_string() local
[all...]

Completed in 7 milliseconds

12345678910>>...273