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

  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/gxvalid/
gxvmort4.c 44 GXV_LookupValueCPtr value_p,
49 gxv_glyphid_validate( value_p->u, gxvalid );
gxvopbd.c 71 GXV_LookupValueCPtr value_p,
75 FT_Bytes p = gxvalid->root->base + value_p->u;
81 if ( value_p->u < GXV_OPBD_DATA( valueOffset_min ) )
82 GXV_OPBD_DATA( valueOffset_min ) = value_p->u;
gxvmorx1.c 162 GXV_LookupValueCPtr value_p,
167 GXV_TRACE(( "morx subtable type1 subst.: %d -> %d\n", glyph, value_p->u ));
169 if ( value_p->u > gxvalid->face->num_glyphs )
gxvlcar.c 87 GXV_LookupValueCPtr value_p,
90 FT_Bytes p = gxvalid->root->base + value_p->u;
gxvjust.c 406 GXV_LookupValueCPtr value_p,
411 if ( value_p->u > GXV_JUST_DATA( pc_offset_max ) )
412 GXV_JUST_DATA( pc_offset_max ) = value_p->u;
413 if ( value_p->u < GXV_JUST_DATA( pc_offset_max ) )
414 GXV_JUST_DATA( pc_offset_min ) = value_p->u;
542 GXV_LookupValueCPtr value_p,
547 if ( value_p->u > GXV_JUST_DATA( wdc_offset_max ) )
548 GXV_JUST_DATA( wdc_offset_max ) = value_p->u;
549 if ( value_p->u < GXV_JUST_DATA( wdc_offset_min ) )
550 GXV_JUST_DATA( wdc_offset_min ) = value_p->u
    [all...]
gxvbsln.c 75 GXV_LookupValueCPtr value_p,
78 FT_UShort v = value_p->u;
gxvprop.c 190 GXV_LookupValueCPtr value_p,
193 gxv_prop_property_validate( value_p->u, glyph, gxvalid );
gxvcommn.c     [all...]
gxvcommn.h 108 GXV_LookupValueCPtr value_p,
  /external/dbus/tools/
dbus-uuidgen.c 54 const char **value_p)
76 *value_p = fn;
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 628 string text, int32* value_p) {
642 *value_p = value;
646 *value_p = vmax;
651 *value_p = vmax;
656 *value_p = value;
661 string text, int32* value_p) {
682 *value_p = value;
686 *value_p = vmin;
691 *value_p = vmin;
696 *value_p = value
    [all...]
strutil.h 354 LIBPROTOBUF_EXPORT bool safe_int(string text, int32* value_p);
  /external/google-breakpad/src/common/
test_assembler.cc 104 bool Label::IsKnownConstant(uint64_t *value_p) const {
109 if (value_p) *value_p = addend;
test_assembler.h 136 // Return true if this label's value is known. If VALUE_P is given,
137 // set *VALUE_P to the known value if returning true.
138 bool IsKnownConstant(uint64_t *value_p = NULL) const;
  /external/libcap/libcap/
cap_text.c 270 int cap_from_name(const char *name, cap_value_t *value_p)
274 if (((n = lookupname(&name)) >= 0) && (value_p != NULL)) {
275 *value_p = (unsigned) n;
  /ndk/sources/host-tools/ndk-depends/
ndk-depends.cc 1008 void Set(Type type_p, const String& value_p) {
1010 value = value_p;
    [all...]
  /external/dbus/dbus/
dbus-message.c 1806 const char ***value_p; local
    [all...]

Completed in 1874 milliseconds