Searched refs:ninePatch_ (Results 1 – 3 of 3) sorted by relevance
158 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()
119 NinePatchListener ninePatch_; variable
1244 pngDecoder->ninePatch_.patch_ = new PngNinePatchRes;1246 delete pngDecoder->ninePatch_.patch_;1247 pngDecoder->ninePatch_.patch_ = nullptr;