Home
last modified time | relevance | path

Searched refs:props (Results 551 - 575 of 892) sorted by relevance

1...<<21222324252627282930>>...36

/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.cpp91 capability_.props.clear(); in RSScreen()
525 propIndex, capability_.props[propIndex].name.c_str(), capability_.props[propIndex].propId, in PropDump()
526 capability_.props[propIndex].value); in PropDump()
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_photo_album_napi.cpp55 napi_property_descriptor props[] = { in PhotoAccessInit() local
71 PhotoAlbumNapiConstructor, nullptr, sizeof(props) / sizeof(props[0]), props, in PhotoAccessInit()
/test/testfwk/arkxtest/uitest/napi/
H A Duitest_napi.cpp524 napi_property_descriptor props[] = { in Export() local
528 NAPI_CALL(env, napi_define_properties(env, exports, sizeof(props) / sizeof(props[0]), props)); in Export()
/test/xts/acts/multimedia/image/image_js_standard/imagePixelMapNDK/entry/src/main/cpp/napi/
H A Dimage_pixel_map_imgndk_test.cpp32 napi_property_descriptor props[] = { in Init() local
52 napi_define_properties(env, exports, sizeof(props) / sizeof(props[0]), props); in Init()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCLCommandQueue.cpp115 auto props = mProperties.synchronize(); in setProperty() local
118 *oldProperties = props->get(); in setProperty()
125 props->clear(properties); in setProperty()
129 props->set(properties); in setProperty()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_3_1_autogen.h138 const GLenum *props,
529 const GLenum *props,
540 const GLenum *props,
551 const GLenum *props,
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-aat-layout-kerx-table.hh282 if (HB_DIRECTION_IS_HORIZONTAL (buffer->props.direction)) in transition()
886 if (HB_DIRECTION_IS_HORIZONTAL (c->buffer->props.direction) != st->u.header.is_horizontal ()) in apply()
890 HB_DIRECTION_IS_BACKWARD (c->buffer->props.direction); in apply()
905 pos[i].attach_chain() = HB_DIRECTION_IS_FORWARD (c->buffer->props.direction) ? -1 : +1; in apply()
/third_party/vulkan-loader/tests/framework/
H A Dtest_util.h668 VkExtensionProperties props{};
669 copy_string_to_char_array(extensionName, &props.extensionName[0], VK_MAX_EXTENSION_NAME_SIZE);
670 props.specVersion = specVersion;
671 return props;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/
H A Dmenu_item_model_ng.h25 void Create(const MenuItemProperties& props) override;
/foundation/graphic/graphic_3d/kits/js/include/
H A DNodeImpl.h31 static void GetPropertyDescs(BASE_NS::vector<napi_property_descriptor>& props);
/test/testfwk/xdevice/src/xdevice/_core/resource/template/static/components/
H A DpopoverCheckBox.js57 props: ["headername", "options", "type"],
/third_party/lzma/CPP/7zip/UI/Common/
H A DBench.h104 const CObjectVector<CProperty> &props,
/third_party/lzma/CPP/7zip/
H A DIStream.h134 x(GetProps2(CStreamFileProps *props))
/third_party/mesa3d/src/mesa/main/
H A Dshaderapi.h159 GLsizei propCount, const GLenum *props,
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dppucd.h153 UBool parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
/third_party/icu/icu4c/source/tools/toolutil/
H A Dppucd.h153 UBool parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
/third_party/node/deps/openssl/openssl/include/internal/
H A Dprovider.h50 int ossl_provider_default_props_update(OSSL_LIB_CTX *libctx, const char *props);
/third_party/skia/src/core/
H A DSkSpecialImage.h53 const SkSurfaceProps& props() const { return fProps; } in props() function in SkSpecialImage
H A DSkRemoteGlyphCache.h65 const SkSurfaceProps& props,
/third_party/openssl/include/internal/
H A Dprovider.h50 int ossl_provider_default_props_update(OSSL_LIB_CTX *libctx, const char *props);
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dppucd.h153 UBool parseProperty(UniProps &props, const char *field, UnicodeSet &newValues,
/third_party/skia/third_party/externals/freetype/src/bdf/
H A Dbdf.h188 bdf_property_t* props; /* Font properties themselves. */ member
/third_party/typescript/tests/baselines/reference/
H A DcontextualTypingOfOptionalMembers.js72 declare function App4<State, Actions extends ActionsObjectOr<State>>(props: Options<State, Actions>["actions"] & { state: State }): JSX.Element;
/third_party/skia/include/utils/
H A DSkPaintFilterCanvas.h93 bool onGetProps(SkSurfaceProps* props) const override;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_pattern.cpp251 auto props = swiperNode->GetLayoutProperty<SwiperLayoutProperty>(); in UpdateSwiperDisableSwipe() local
252 CHECK_NULL_VOID(props); in UpdateSwiperDisableSwipe()
253 props->UpdateDisableSwipe(disableSwipe); in UpdateSwiperDisableSwipe()

Completed in 18 milliseconds

1...<<21222324252627282930>>...36