Home
last modified time | relevance | path

Searched refs:ReadPixelMap (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/
H A Dpicture_handle_client.h35 static std::shared_ptr<PixelMap> ReadPixelMap(MessageParcel &data);
/ohos5.0/foundation/multimedia/media_library/frameworks/js/src/
H A Dpicture_handle_client.cpp117 std::shared_ptr<PixelMap> mainPixelMap = ReadPixelMap(pictureParcel); in ReadPicture()
138 std::shared_ptr<PixelMap> PictureHandlerClient::ReadPixelMap(MessageParcel &data) in ReadPixelMap() function in OHOS::Media::PictureHandlerClient
177 std::shared_ptr<PixelMap> pixelMap = ReadPixelMap(data); in ReadAuxiliaryPicture()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dtlv_util.cpp259 RefPtr<Ace::PixelMap> TLVUtil::ReadPixelMap(std::vector<uint8_t>& buff, int32_t& cursor) in ReadPixelMap() function in OHOS::Ace::TLVUtil
496 l.pixmap = ReadPixelMap(buff, cursor); in ReadLeadingMargin()
H A Dtlv_util.h230 static RefPtr<Ace::PixelMap> ReadPixelMap(std::vector<uint8_t>& buff, int32_t& cursor);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text/
H A Dspan_string_test_ng.cpp1696 RefPtr<Ace::PixelMap> readPixelMap = TLVUtil::ReadPixelMap(buffer, cursor);
1700 readPixelMap = TLVUtil::ReadPixelMap(buffer, cursor);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dspan_node.cpp901 sameSpan->options.imagePixelMap = TLVUtil::ReadPixelMap(buff, cursor); in DecodeTlv()