Home
last modified time | relevance | path

Searched refs:InitPartitionInfo (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/test/unittest/
H A Dimage_compressor_test.cpp65 instance->InitPartitionInfo(&p, instance->partitions_[1], 1);
66 instance->InitPartitionInfo(&p, instance->partitions_[1], 2);
67 instance->InitPartitionInfo(&p, instance->partitions_[1], 3);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/image/
H A Dimage_compressor.h104 bool InitPartitionInfo(PartInfo *partInfo, int32_t partIndex, int32_t partCount);
H A Dimage_compressor.cpp505 bool ImageCompressor::InitPartitionInfo(PartInfo *partInfos, int32_t part_index, int32_t part_count) function in OHOS::Ace::ImageCompressor
541 if (InitPartitionInfo(&p, partitions_[i], 2)) {