Home
last modified time | relevance | path

Searched refs:GetPixels (Results 1 – 2 of 2) sorted by relevance

/base/web/webview/ohos_adapter/pasteboard_adapter/src/
Dpasteboard_client_adapter_impl.cpp248 if ((bufferSize_ == 0) || (pixelMap->GetPixels() == nullptr)) { in GetImgData()
259 if (memcpy_s(imgBuffer_, bufferSize_, pixelMap->GetPixels(), bufferSize_)) { in GetImgData()
/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
Dmock_pixel_map.cpp226 const uint8_t *PixelMap::GetPixels() in GetPixels() function in OHOS::Media::PixelMap