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 D | NativeImageAdaptor.cpp | 397 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 D | NativeRender.cpp | 233 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 D | sample_xcomponent.cpp | 158 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 D | sample_xcomponent.cpp | 170 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 D | sample_bitmap.cpp | 135 Region region {nullptr, 0}; in DisPlay() 137 OH_NativeWindow_NativeWindowFlushBuffer(nativeWindow_, buffer_, fenceFd_, region); in DisPlay()
|
/applications/standard/contacts_data/contacts/include/ |
H A D | contacts_napi_object.h | 568 * 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 D | contacts_build.cpp | 333 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