Searched refs:aprop (Results 1 – 5 of 5) sorted by relevance
/external/freetype/src/sfnt/ |
D | ttbdf.c | 142 BDF_PropertyRec *aprop ) in tt_face_find_bdf_prop() argument 153 aprop->type = BDF_PROPERTY_TYPE_NONE; in tt_face_find_bdf_prop() 216 aprop->type = BDF_PROPERTY_TYPE_ATOM; in tt_face_find_bdf_prop() 217 aprop->u.atom = (const char*)bdf->strings + value; in tt_face_find_bdf_prop() 224 aprop->type = BDF_PROPERTY_TYPE_INTEGER; in tt_face_find_bdf_prop() 225 aprop->u.integer = (FT_Int32)value; in tt_face_find_bdf_prop() 230 aprop->type = BDF_PROPERTY_TYPE_CARDINAL; in tt_face_find_bdf_prop() 231 aprop->u.cardinal = value; in tt_face_find_bdf_prop()
|
D | ttbdf.h | 38 BDF_PropertyRec *aprop );
|
/external/pdfium/third_party/freetype/src/sfnt/ |
D | ttbdf.c | 142 BDF_PropertyRec *aprop ) in tt_face_find_bdf_prop() argument 153 aprop->type = BDF_PROPERTY_TYPE_NONE; in tt_face_find_bdf_prop() 216 aprop->type = BDF_PROPERTY_TYPE_ATOM; in tt_face_find_bdf_prop() 217 aprop->u.atom = (const char*)bdf->strings + value; in tt_face_find_bdf_prop() 224 aprop->type = BDF_PROPERTY_TYPE_INTEGER; in tt_face_find_bdf_prop() 225 aprop->u.integer = (FT_Int32)value; in tt_face_find_bdf_prop() 230 aprop->type = BDF_PROPERTY_TYPE_CARDINAL; in tt_face_find_bdf_prop() 231 aprop->u.cardinal = value; in tt_face_find_bdf_prop()
|
D | ttbdf.h | 38 BDF_PropertyRec *aprop );
|
/external/libvncserver/x11vnc/ |
D | connections.c | 3507 Atom aprop; in set_xprop() local 3517 aprop = XInternAtom(dpy, prop, False); in set_xprop() 3518 if (aprop == None) { in set_xprop() 3521 rc = XChangeProperty(dpy, win, aprop, XA_STRING, 8, in set_xprop() 3537 Atom type, aprop; in get_xprop() 3551 aprop = XInternAtom(dpy, prop, True); in get_xprop() 3552 if (aprop == None) { in get_xprop() 3561 if (XGetWindowProperty(dpy, win, aprop, nitems/4, in get_xprop()
|