Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/src/
H A Dpng_decoder.cpp158 return static_cast<void *>(ninePatch_.patch_) != nullptr && ninePatch_.patchSize_ != 0; in HasProperty()
197 context.ninePatchContext.ninePatch = static_cast<void *>(ninePatch_.patch_); in Decode()
198 context.ninePatchContext.patchSize = ninePatch_.patchSize_; in Decode()
745 … png_set_read_user_chunk_fn(pngStructPtr_, static_cast<png_voidp>(&ninePatch_), ReadUserChunk); in ReadIncrementalHead()
1059 if (ninePatch_.patch_ != nullptr) { in ConfigInfo()
1154 if (ninePatch_.patch_ != nullptr) { in DealNinePatch()
1158 ninePatch_.Scale(scaleX, scaleY, opts.desiredSize.width, opts.desiredSize.height); in DealNinePatch()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libpngplugin/include/
H A Dpng_decoder.h119 NinePatchListener ninePatch_; variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/png_test/
H A Dpng_decoder_test.cpp1244 pngDecoder->ninePatch_.patch_ = new PngNinePatchRes;
1246 delete pngDecoder->ninePatch_.patch_;
1247 pngDecoder->ninePatch_.patch_ = nullptr;