/AliOS-Things-master/components/freetype/src/bdf/ |
A D | bdfdrivr.c | 214 if ( prop && prop->format == BDF_ATOM && in bdf_interpret_style() 216 ( *(prop->value.atom) == 'O' || *(prop->value.atom) == 'o' || in bdf_interpret_style() 217 *(prop->value.atom) == 'I' || *(prop->value.atom) == 'i' ) ) in bdf_interpret_style() 228 ( *(prop->value.atom) == 'B' || *(prop->value.atom) == 'b' ) ) in bdf_interpret_style() 417 if ( prop && prop->value.atom ) in BDF_Face_Init() 446 if ( prop ) in BDF_Face_Init() 452 if ( prop ) in BDF_Face_Init() 460 if ( prop ) in BDF_Face_Init() 464 if ( prop ) in BDF_Face_Init() 468 if ( prop ) in BDF_Face_Init() [all …]
|
A D | bdflib.c | 1303 bdf_property_t *prop, *fp; in _bdf_add_property() local 1385 fp->name = prop->name; in _bdf_add_property() 1386 fp->format = prop->format; in _bdf_add_property() 1387 fp->builtin = prop->builtin; in _bdf_add_property() 1389 switch ( prop->format ) in _bdf_add_property() 2137 bdf_property_t* prop; in _bdf_parse_start() local 2529 bdf_property_t* prop; in bdf_free_font() local 2593 for ( prop = font->user_props, i = 0; in bdf_free_font() 2596 FT_FREE( prop->name ); in bdf_free_font() 2597 if ( prop->format == BDF_ATOM ) in bdf_free_font() [all …]
|
/AliOS-Things-master/components/SDL2/src/image/ |
A D | IMG_xcf.c | 263 prop->id = SDL_ReadBE32 (src); in xcf_read_property() 267 …tf ("%.8X: %s(%u): %u\n", SDL_RWtell (src), prop->id < 25 ? prop_names [prop->id] : "unknown", pro… in xcf_read_property() 270 switch (prop->id) { in xcf_read_property() 274 SDL_RWread (src, prop->data.colormap.cmap, prop->data.colormap.num*3, 1); in xcf_read_property() 286 if (prop->length > sizeof(prop->data)) { in xcf_read_property() 289 len = prop->length; in xcf_read_property() 314 xcf_prop prop; in read_xcf_header() local 367 } while (prop.id != PROP_END); in read_xcf_header() 379 xcf_prop prop; in read_xcf_layer() local 419 xcf_prop prop; in read_xcf_channel() local [all …]
|
/AliOS-Things-master/components/freetype/src/pcf/ |
A D | pcfread.c | 1002 if ( prop && prop->isString && in pcf_interpret_style() 1003 ( *(prop->value.atom) == 'O' || *(prop->value.atom) == 'o' || in pcf_interpret_style() 1004 *(prop->value.atom) == 'I' || *(prop->value.atom) == 'i' ) ) in pcf_interpret_style() 1013 if ( prop && prop->isString && in pcf_interpret_style() 1014 ( *(prop->value.atom) == 'B' || *(prop->value.atom) == 'b' ) ) in pcf_interpret_style() 1168 if ( prop && prop->isString ) in pcf_load_font() 1203 if ( prop ) in pcf_load_font() 1209 if ( prop ) in pcf_load_font() 1215 if ( prop ) in pcf_load_font() 1219 if ( prop ) in pcf_load_font() [all …]
|
A D | pcfdrivr.c | 228 PCF_Property prop = &face->properties[i]; in PCF_Face_Done() local 231 if ( prop ) in PCF_Face_Done() 233 FT_FREE( prop->name ); in PCF_Face_Done() 234 if ( prop->isString ) in PCF_Face_Done() 235 FT_FREE( prop->value.atom ); in PCF_Face_Done() 605 PCF_Property prop; in pcf_get_bdf_property() local 608 prop = pcf_find_property( face, prop_name ); in pcf_get_bdf_property() 609 if ( prop != NULL ) in pcf_get_bdf_property() 611 if ( prop->isString ) in pcf_get_bdf_property() 614 aproperty->u.atom = prop->value.atom; in pcf_get_bdf_property() [all …]
|
A D | pcfread.h | 38 const FT_String* prop );
|
/AliOS-Things-master/components/freetype/src/autofit/ |
A D | afmodule.c | 134 FT_Prop_IncreaseXHeight* prop = (FT_Prop_IncreaseXHeight*)value; in af_property_set() local 138 error = af_property_get_face_globals( prop->face, &globals, module ); in af_property_set() 140 globals->increase_x_height = prop->limit; in af_property_set() 164 FT_Prop_GlyphToScriptMap* prop = (FT_Prop_GlyphToScriptMap*)value; in af_property_get() local 168 error = af_property_get_face_globals( prop->face, &globals, module ); in af_property_get() 170 prop->map = globals->glyph_styles; in af_property_get() 196 FT_Prop_IncreaseXHeight* prop = (FT_Prop_IncreaseXHeight*)value; in af_property_get() local 200 error = af_property_get_face_globals( prop->face, &globals, module ); in af_property_get() 202 prop->limit = globals->increase_x_height; in af_property_get()
|
/AliOS-Things-master/components/py_engine/tests/basics/ |
A D | builtin_property.py | 87 prop = property() variable in D 90 d.prop 94 d.prop = 1 98 del d.prop
|
/AliOS-Things-master/components/freetype/src/gxvalid/ |
A D | gxvmod.c | 129 GXV_TABLE_DECL( prop ); in gxv_validate() 144 GXV_TABLE_LOAD( prop ); in gxv_validate() 156 GXV_TABLE_VALIDATE( prop ); in gxv_validate() 168 GXV_TABLE_SET( prop ); in gxv_validate() 182 FT_FREE( prop ); in gxv_validate()
|
A D | gxvprop.c | 58 #define GXV_PROP_DATA( field ) GXV_TABLE_DATA( prop, field ) 266 GXV_prop_Data prop = &proprec; in gxv_prop_validate() local 274 valid->table_data = prop; in gxv_prop_validate()
|
A D | README | 43 prop 97 prop: 114 278 GX/AAT defines a `bracketing' property of the glyphs in the `prop' 308 4-6. invalid prop version (10/183) 311 As most TrueType GX tables, the `prop' table must start with a 32bit 317 10 fonts include broken `prop' version.
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/tests/ |
A D | test_bjson.js | 51 var s, i, props, prop; 79 prop = props[i]; 80 s += prop + ":" + toStr(a[prop]);
|
/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/ |
A D | quickjs.h | 445 JSValueConst obj, JSAtom prop); 456 JSAtom prop, JSValueConst val, 718 JSAtom prop, JSValueConst receiver, 721 JSAtom prop) in JS_GetProperty() argument 726 const char *prop); 731 JSAtom prop, JSValue val, 734 JSAtom prop, JSValue val) in JS_SetProperty() argument 743 const char *prop, JSValue val); 762 JSValueConst obj, JSAtom prop); 784 JSAtom prop, JSValueConst val, [all …]
|
A D | quickjs.c | 4553 prop = p->prop; in compact_properties() 4561 prop[j] = prop[i]; in compact_properties() 7184 JSAtom prop; in JS_DefinePrivateField() local 7219 JSAtom prop; in JS_GetPrivateField() local 7242 JSAtom prop; in JS_SetPrivateField() local 7880 JSAtom prop; in JS_TryGetPropertyInt64() local 7910 JSAtom prop; in JS_GetPropertyInt64() local 8728 JSAtom prop; in JS_SetPropertyInt64() local 9621 JSAtom prop; in JS_DeletePropertyInt64() local 14940 JSAtom prop; in js_for_in_next() local [all …]
|
A D | repl.js | 642 var prop = props[j]; 643 if (typeof prop == "string" && ""+(+prop) != prop && prop.startsWith(s)) 644 r.push(prop);
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/services/ble_stack/hl/api/ |
A D | gap.h | 915 uint16_t prop; member 960 uint8_t prop; member 1002 uint8_t prop; member
|
A D | gattc_task.h | 348 uint8_t prop; member 660 uint8_t prop; member
|
A D | prf_types.h | 176 uint8_t prop; member
|
A D | att.h | 830 uint8_t prop; member 841 uint8_t prop; member
|
/AliOS-Things-master/components/freetype/include/ |
A D | ftgxval.h | 159 #define FT_VALIDATE_prop FT_VALIDATE_GX_BITFIELD( prop )
|
/AliOS-Things-master/components/amp/jslib/src/ |
A D | repl.js | 650 var prop = props[j]; 651 if (typeof prop == "string" && ""+(+prop) != prop && prop.startsWith(s)) 652 r.push(prop);
|
/AliOS-Things-master/components/SDL2/src/hidapi/mac/ |
A D | hid.c | 248 static int get_string_property(IOHIDDeviceRef device, CFStringRef prop, wchar_t *buf, size_t len) in get_string_property() argument 255 str = (CFStringRef)IOHIDDeviceGetProperty(device, prop); in get_string_property() 285 static int get_string_property_utf8(IOHIDDeviceRef device, CFStringRef prop, char *buf, size_t len) in get_string_property_utf8() argument 291 str = (CFStringRef)IOHIDDeviceGetProperty(device, prop); in get_string_property_utf8()
|
/AliOS-Things-master/components/linksdk/core/ |
A D | aiot_mqtt_api.h | 253 connack_property_t prop; /* 建连回复报文中的属性. MQTT 5.0 特性 */ member
|
/AliOS-Things-master/components/SDL2/src/video/x11/ |
A D | SDL_x11modes.c | 308 unsigned char *prop; in SetXRandRDisplayName() local 317 &prop) == Success) { in SetXRandRDisplayName() 318 MonitorInfo *info = decode_edid(prop); in SetXRandRDisplayName() 327 X11_XFree(prop); in SetXRandRDisplayName()
|
/AliOS-Things-master/components/SDL2/src/gfx/Docs/html/ |
A D | jquery.js | 12 …prop(this,E[F],G,I,F))}})},css:function(E,F){if((E=="width"||E=="height")&&parseFloat(F)<0){F=g}re… 22 …prop=G;if(!E.orig){E.orig={}}}});o.fx.prototype={update:function(){if(this.options.step){this.opti…
|