Home
last modified time | relevance | path

Searched refs:WritePixelMap (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dpicture_handle_service.cpp117 WritePixelMap(data, mainPixel); in WritePicture()
141 bool PictureHandlerService::WritePixelMap(MessageParcel &data, std::shared_ptr<PixelMap> &pixelMap) in WritePixelMap() function in OHOS::Media::PictureHandlerService
335 WritePixelMap(data, pixelMap); in WriteAuxiliaryPicture()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dpicture_handle_service.h38 static bool WritePixelMap(MessageParcel &data, std::shared_ptr<PixelMap> &pixelMap);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/include/mission/
H A Dsnapshot.h53 bool WritePixelMap(MessageParcel& data) const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dtlv_util.cpp246 void TLVUtil::WritePixelMap(std::vector<uint8_t>& buff, RefPtr<Ace::PixelMap>& pixelMap) in WritePixelMap() function in OHOS::Ace::TLVUtil
479 WritePixelMap(buff, value.pixmap); in WriteLeadingMargin()
H A Dtlv_util.h229 static void WritePixelMap(std::vector<uint8_t>& buff, RefPtr<Ace::PixelMap>& pixelMap);
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/mission/
H A Dsnapshot.cpp241 bool Snapshot::WritePixelMap(MessageParcel& data) const in WritePixelMap() function in OHOS::DistributedSchedule::Snapshot
H A Ddistributed_sched_mission_manager.cpp1131 ret = snapshot.WritePixelMap(data); in MissionSnapshotSequence()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.cpp858 TLVUtil::WritePixelMap(buff, options.imagePixelMap.value()); in EncodeTlv()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_string_test_ng.cpp1692 TLVUtil::WritePixelMap(buffer, writePixelMap);