H A D | image_source_test.cpp | 230 static bool parseImageDecodingOps(napi_env env, napi_value arg, struct OhosImageDecodingOps &ops) in parseImageDecodingOps() argument 238 GetBoolProperty(env, arg, "editable", &(ops.editable)); in parseImageDecodingOps() 239 GetInt32Property(env, arg, "pixelFormat", &(ops.pixelFormat)); in parseImageDecodingOps() 240 GetInt32Property(env, arg, "fitDensity", &(ops.fitDensity)); in parseImageDecodingOps() 241 GetUint32Property(env, arg, "index", &(ops.index)); in parseImageDecodingOps() 242 GetUint32Property(env, arg, "sampleSize", &(ops.sampleSize)); in parseImageDecodingOps() 243 GetUint32Property(env, arg, "rotate", &(ops.rotate)); in parseImageDecodingOps() 247 GetInt32Property(env, nSize, "width", &(ops.size.width)); in parseImageDecodingOps() 248 GetInt32Property(env, nSize, "height", &(ops.size.height)); in parseImageDecodingOps() 253 GetInt32Property(env, nRegion, "x", &(ops in parseImageDecodingOps() 295 struct OhosImageSourceOps ops; Create() local 325 struct OhosImageSourceOps ops; CreateFromFd() local 356 struct OhosImageSourceOps ops; CreateFromData() local 380 struct OhosImageSourceOps ops; CreateFromUri() local 417 struct OhosImageSourceOps ops; CreateFromRawFile() local 439 struct OhosImageSourceOps ops; CreateIncremental() local 476 struct OhosImageSourceOps ops; CreateIncrementalFromData() local 523 struct OhosImageDecodingOps ops; CreatePixelMap() local 543 struct OhosImageDecodingOps ops; CreatePixelMapList() local [all...] |