Searched refs:aprop (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/freetype/dist/src/sfnt/
H A Dttbdf.h39 BDF_PropertyRec *aprop );
H A Dttbdf.c141 BDF_PropertyRec *aprop )
152 aprop->type = BDF_PROPERTY_TYPE_NONE;
217 aprop->type = BDF_PROPERTY_TYPE_ATOM;
218 aprop->u.atom = (const char*)bdf->strings + value;
225 aprop->type = BDF_PROPERTY_TYPE_INTEGER;
226 aprop->u.integer = (FT_Int32)value;
231 aprop->type = BDF_PROPERTY_TYPE_CARDINAL;
232 aprop->u.cardinal = value;
139 tt_face_find_bdf_prop(TT_Face face,const char * property_name,BDF_PropertyRec * aprop) argument
/xsrc/external/mit/xterm/dist/
H A Dmisc.c6289 Atom aprop; local in function:ChangeXprop
6294 aprop = CachedInternAtom(dpy, buf);
6297 XDeleteProperty(dpy, w, aprop);
6303 XSetTextProperty(dpy, w, &text_prop, aprop);

Completed in 12 milliseconds