Home
last modified time | relevance | path

Searched defs:areaInfo (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_effect/test/unittest/
H A Dimage_effect_inner_unittest.cpp153 uint32_t areaInfo[] = { 0, 0, x1, y1}; variable
170 uint32_t areaInfo[] = { 0, 0, x1, y1}; variable
H A Dimage_effect_capi_unittest.cpp1207 uint32_t areaInfo[] = { 0, 0, x1, y1}; variable
H A Dnative_image_effect_unittest.cpp1462 uint32_t areaInfo[] = { 0, 0, x1, y1}; variable
/ohos5.0/foundation/multimedia/image_effect/frameworks/native/efilter/filterimpl/crop/
H A Dcrop_efilter.cpp51 AreaInfo areaInfo = { 0, 0, srcWidth, srcHeight }; in CalculateCropRegion() local