HomeSort by relevance Sort by last modified time
    Searched refs:property_name (Results 1 - 5 of 5) sorted by null

  /external/freetype/src/sfnt/
ttbdf.h 37 const char* property_name,
ttbdf.c 141 const char* property_name,
168 if ( size == NULL || property_name == NULL )
171 property_len = ft_strlen( property_name );
204 ft_strncmp( property_name,
  /external/bluetooth/glib/gobject/
gobject.h 385 const gchar *property_name);
395 const gchar *property_name);
428 const gchar *property_name,
431 const gchar *property_name,
435 const gchar *property_name);
gobject.c 476 * @property_name: the name of the property to look up
485 const gchar *property_name)
491 g_return_val_if_fail (property_name != NULL, NULL);
494 property_name,
513 * @property_name: name of a property to lookup.
524 * name @property_name, or %NULL if no such property exists.
528 const gchar *property_name)
533 g_return_val_if_fail (property_name != NULL, NULL);
536 property_name,
821 * @property_name: the name of a property installed on the class of @object
    [all...]