Home
last modified time | relevance | path

Searched refs:region (Results 1 - 7 of 7) sorted by relevance

/applications/standard/app_samples/code/BasicFeature/Native/NdkNativeWindow/entry/src/main/cpp/
H A DNativeImageAdaptor.cpp397 struct Region *region = new Region(); in ProduceBuffer() local
403 region->rects = rect; in ProduceBuffer()
404 ret = OH_NativeWindow_NativeWindowFlushBuffer(InNativeWindow, buffer, fenceFd, *region); in ProduceBuffer()
410 delete region; in ProduceBuffer()
H A DNativeRender.cpp233 struct Region *region = new Region(); in DrawBaseColor() local
234 OH_NativeWindow_NativeWindowFlushBuffer(nativeWindow, nativeWindowBuffer, fenceFd, *region); in DrawBaseColor()
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySoloist/entry/src/main/cpp/samples/
H A Dsample_xcomponent.cpp158 Region region{nullptr, 0}; in DisPlay()
160 OH_NativeWindow_NativeWindowFlushBuffer(nativeWindow_, buffer_, fenceFd_, region); in DisPlay()
/applications/standard/app_samples/code/BasicFeature/Graphics/DisplaySync/entry/src/main/cpp/samples/
H A Dsample_xcomponent.cpp170 Region region {nullptr, 0}; in DisPlay()
172 OH_NativeWindow_NativeWindowFlushBuffer(nativeWindow_, buffer_, fenceFd_, region); in DisPlay()
/applications/standard/app_samples/code/BasicFeature/Native/NdkDrawing/entry/src/main/cpp/samples/
H A Dsample_bitmap.cpp135 Region region {nullptr, 0}; in DisPlay()
137 OH_NativeWindow_NativeWindowFlushBuffer(nativeWindow_, buffer_, fenceFd_, region); in DisPlay()
/applications/standard/contacts_data/contacts/include/
H A Dcontacts_napi_object.h568 * Indicates the country/region where this contact is located.
600 std::string region; member in OHOS::ContactsApi::Attribute::PostalAddress
/applications/standard/contacts_data/contacts/src/
H A Dcontacts_build.cpp333 if (!contact.postalAddresses[i].region.empty()) { in GetValuesBucketPostalAddress()
334 valuesBucketPostalAddress.Put("region", contact.postalAddresses[i].region); in GetValuesBucketPostalAddress()
725 targetObj.region = GetStringValueByKey(env, obj, "region"); in GetPostalAddress()

Completed in 8 milliseconds