Searched refs:SetRowBytes (Results 1 – 8 of 8) sorted by relevance
81 void ArkClipBoardImageDataAdapterWrapper::SetRowBytes(size_t rowBytes) in SetRowBytes() function in OHOS::ArkWeb::ArkClipBoardImageDataAdapterWrapper83 ctocpp_->SetRowBytes(rowBytes); in SetRowBytes()
51 void SetRowBytes(size_t rowBytes) override;
80 void ArkClipBoardImageDataAdapterImpl::SetRowBytes(size_t rowBytes) in SetRowBytes() function in OHOS::ArkWeb::ArkClipBoardImageDataAdapterImpl82 real_->SetRowBytes(rowBytes); in SetRowBytes()
51 virtual void SetRowBytes(size_t rowBytes) override;
64 virtual void SetRowBytes(size_t rowBytes) = 0;
183 void SetRowBytes(size_t r) override in SetRowBytes() function in OHOS::NWeb::MockClipBoardImageDataAdapter837 image->SetRowBytes(5);
374 imageData->SetRowBytes(static_cast<size_t>(rowBytes)); in GetImgData()