Home
last modified time | relevance | path

Searched refs:get_property (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/freetype/include/internal/services/
A Dsvprop.h43 FT_Properties_GetFunc get_property; in FT_DEFINE_SERVICE() local
67 clazz->get_property = get_property_; \
A Dsvbdf.h45 FT_BDF_GetPropertyFunc get_property; in FT_DEFINE_SERVICE() local
68 clazz->get_property = get_property_; \
/AliOS-Things-master/components/freetype/src/base/
A Dftbdf.c80 if ( service && service->get_property ) in FT_Get_BDF_Property()
81 error = service->get_property( face, prop_name, aproperty ); in FT_Get_BDF_Property()
A Dftobjs.c4543 missing_func = (FT_Bool)( !service->get_property ); in ft_property_do()
4553 : service->get_property( cur[0], property_name, value ); in ft_property_do()
/AliOS-Things-master/components/SDL2/test/
A DCMakeLists.txt143 get_property(TARGETS DIRECTORY ${CMAKE_CURRENT_LIST_DIR} PROPERTY BUILDSYSTEM_TARGETS)
145 get_property(TARGET_TYPE TARGET ${CURRENT_TARGET} PROPERTY TYPE)
/AliOS-Things-master/components/linkkit/dev_model/deprecated/
A Dlinkkit_gateway_export.h151 int (*get_property)(char *in, char *out, int out_len, void *ctx); member
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dquickjs.h463 JSValue (*get_property)(JSContext *ctx, JSValueConst obj, JSAtom atom, member
A Dquickjs.c7125 if (em->get_property) { in JS_GetPropertyInternal()
7131 retval = em->get_property(ctx, obj1, prop, this_obj); in JS_GetPropertyInternal()
44559 .get_property = js_proxy_get,

Completed in 120 milliseconds