Searched refs:get_property (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/freetype/include/internal/services/ |
A D | svprop.h | 43 FT_Properties_GetFunc get_property; in FT_DEFINE_SERVICE() local 67 clazz->get_property = get_property_; \
|
A D | svbdf.h | 45 FT_BDF_GetPropertyFunc get_property; in FT_DEFINE_SERVICE() local 68 clazz->get_property = get_property_; \
|
/AliOS-Things-master/components/freetype/src/base/ |
A D | ftbdf.c | 80 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 D | ftobjs.c | 4543 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 D | CMakeLists.txt | 143 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 D | linkkit_gateway_export.h | 151 int (*get_property)(char *in, char *out, int out_len, void *ctx); member
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs.h | 463 JSValue (*get_property)(JSContext *ctx, JSValueConst obj, JSAtom atom, member
|
A D | quickjs.c | 7125 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