Home
last modified time | relevance | path

Searched refs:BuildWithoutCopy (Results 1 - 21 of 21) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/utils/
H A Ddata.cpp46 bool Data::BuildWithoutCopy(const void* data, size_t length) in BuildWithoutCopy() function in OHOS::Rosen::Drawing::Data
48 return impl_->BuildWithoutCopy(data, length); in BuildWithoutCopy()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Dcmd_list_helper.cpp105 verticesData->BuildWithoutCopy(ptr, opDataHandle.size); in GetVerticesFromCmdList()
211 pictureData->BuildWithoutCopy(ptr, pictureHandle.size); in GetPictureFromCmdList()
244 imageData->BuildWithoutCopy(ptr, imageHandle.size); in GetCompressDataFromCmdList()
449 textBlobData->BuildWithoutCopy(data, textBlobHandle.size); in GetTextBlobFromCmdList()
483 imageData->BuildWithoutCopy(ptr, imageHandle.size); in GetDataFromCmdList()
514 pathData->BuildWithoutCopy(ptr, pathHandle.size); in GetPathFromCmdList()
549 regionData->BuildWithoutCopy(ptr, regionHandle.size); in GetRegionFromCmdList()
587 colorSpaceData->BuildWithoutCopy(ptr, imageHandle.size); in GetColorSpaceFromCmdList()
647 shaderEffectData->BuildWithoutCopy(ptr, shaderEffectHandle.size); in GetShaderEffectFromCmdList()
685 pathEffectData->BuildWithoutCopy(pt in GetPathEffectFromCmdList()
[all...]
H A Dcmd_list.cpp143 imageData->BuildWithoutCopy(ptr, imageHandle.size); in GetImage()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/picture_fuzzer/
H A Dpicture_fuzzer.cpp49 dataVal->BuildWithoutCopy(dataText, length); in PictureFuzzTest()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/utils/
H A Ddata.h71 bool BuildWithoutCopy(const void* data, size_t length);
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Ddata_impl.h39 virtual bool BuildWithoutCopy(const void* data, size_t length) = 0;
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_data.h41 bool BuildWithoutCopy(const void* data, size_t length) override;
H A Dskia_data.cpp56 bool SkiaData::BuildWithoutCopy(const void* data, size_t length) in BuildWithoutCopy() function in OHOS::Rosen::Drawing::SkiaData
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_data_test.cpp82 * @tc.desc: Test BuildWithoutCopy
90 EXPECT_TRUE(skiaData.BuildWithoutCopy(intData.get(), sizeof(*intData.get()))); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/data_fuzzer/
H A Ddata_fuzzer.cpp48 data1->BuildWithoutCopy(textData, length); in DataFuzzTest000()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/utils/region_fuzzer/
H A Dregion_fuzzer.cpp100 dataVal->BuildWithoutCopy(dataText, length); in RegionFuzzTest002()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/utils/
H A Ddata_test.cpp90 EXPECT_TRUE(data->BuildWithoutCopy(intData.get(), sizeof(*intData.get()))); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/image_fuzzer/
H A Dimage_fuzzer.cpp168 dataVal->BuildWithoutCopy(dataText, length); in ImageFuzzTest004()
250 dataVal->BuildWithoutCopy(dataText, length); in ImageFuzzTest007()
277 dataVal->BuildWithoutCopy(dataText, length); in ImageFuzzTest008()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/shadereffect_fuzzer/
H A Dshader_effect_fuzzer.cpp139 dataVal->BuildWithoutCopy(dataText, length); in ShaderEffectFuzzTest003()
269 dataVal->BuildWithoutCopy(dataText, length); in ShaderEffectFuzzTest005()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsmarshallinghelper_fuzzer/
H A Drsmarshallinghelper_fuzzer.cpp193 dataVal->BuildWithoutCopy(dataText, length); in DoMarshallingHelper002()
483 dataVal->BuildWithoutCopy(dataText, length); in DoMarshallingHelper012()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/transaction/
H A Drs_marshalling_test.cpp105 drawingData->BuildWithoutCopy(originalData, size); in TestDrawingDataSerializationWithCopy()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/drawable/
H A Drs_property_drawable_background.cpp448 (data == nullptr || !fileData->BuildWithoutCopy( in SetCompressedDataForASTC()
451 RS_LOGE("SetCompressedDataForASTC data BuildWithoutCopy fail"); in SetCompressedDataForASTC()
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/recording/
H A Dcmd_list_helper_test.cpp345 data.BuildWithoutCopy(str, TEST_MEM_SIZE); in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_marshalling_helper.cpp267 ret = val->BuildWithoutCopy(data, size); in Unmarshalling()
442 if (data->BuildWithoutCopy(dataPtr, size) == false) { in ReadColorSpaceFromParcel()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_draw_cmd.cpp232 (data == nullptr || !fileData->BuildWithoutCopy((void*)((char*) data + ASTC_HEADER_SIZE), in PreProcessPixelMap()
234 LOGE("PreProcessPixelMap data BuildWithoutCopy fail"); in PreProcessPixelMap()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_bounds_geometry.cpp1026 fileData->BuildWithoutCopy((void*)((char*) data + seekSize), pixelMap->GetCapacity() - seekSize); in Draw()

Completed in 35 milliseconds