HomeSort by: relevance | last modified time | path
    Searched defs:post (Results 1 - 8 of 8) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/include/android_stub/hardware/
fb.h 91 * updated during (*post)().
98 * is, the driver is not allowed to post anything outside of this
101 * The rectangle evaluated during (*post)() and specifies which area
102 * of the buffer passed in (*post)() shall to be posted.
110 * Post <buffer> to the display (display it on the screen)
119 * post() will block until the the first post is completed.
121 * Internally, post() is expected to lock the buffer so that a
128 int (*post)(struct framebuffer_device_t* dev, buffer_handle_t buffer); member in struct:framebuffer_device_t
  /xsrc/external/mit/xf86-video-glint/dist/src/
pm2v_dac.c 53 int f, pre, post; local
61 for (post=0;post<2;post++) {
62 freq = ((refclock * f) / (pre * (1 << divide[post])));
68 *postscale = post;
  /xsrc/external/mit/freetype/dist/src/sfnt/
ttload.c 1286 TT_Postscript* post = &face->postscript; local
1311 if ( FT_STREAM_READ_FIELDS( post_fields, post ) )
1317 FT_TRACE3(( "FormatType: 0x%lx\n", post->FormatType ));
1318 FT_TRACE3(( "isFixedPitch: %s\n", post->isFixedPitch
  /xsrc/external/mit/xf86-video-neomagic/dist/src/
neo_video.c 821 int pre, post; local
826 post = 160 - pre;
829 post = 0;
833 dstBox->x2 += post;
  /xsrc/external/mit/xf86-video-suncg14/dist/src/
cg14_accel.c 401 int saddr, daddr, pre, dist, wrds, swrds, spre, sreg, restaddr, post; local
430 post = (dststart + w) & 3;
431 if (post != 0) {
432 rmask = ~(0xffffffff >> (post * 8));
438 w, h, spre, pre, lmask, dist, sreg, wrds, post, rmask);
485 if (post != 0) {
514 int saddr, daddr, pre, dist, wrds, swrds, spre, sreg, restaddr, post; local
543 post = (dststart + w) & 3;
544 if (post != 0) {
545 rmask = ~(0xffffffff >> (post * 8))
    [all...]
  /xsrc/external/mit/mkfontscale/dist/
mkfontscale.c 542 TT_Postscript *post; local
558 post = FT_Get_Sfnt_Table(face, ft_sfnt_post);
589 if (post) {
591 if (post->isFixedPitch) {
  /xsrc/external/mit/libXfont/dist/src/FreeType/
ftfuncs.c 1577 TT_Postscript *post; local
1592 post = FT_Get_Sfnt_Table(face->face, ft_sfnt_post);
1601 post = NULL;
1621 ( (font_properties && (post || t1info)) ? 3 : 0 ) +
1823 if( font_properties && (post || t1info) ) {
1828 if(post) {
1829 underlinePosition = TRANSFORM_FUNITS_Y(-post->underlinePosition);
1830 underlineThickness = TRANSFORM_FUNITS_Y(post->underlineThickness);
1851 if(post && trans->matrix.xx == trans->matrix.yy) {
1856 90*64+(post->italicAngle >> 10)
2763 TT_Postscript *post; local
    [all...]
  /xsrc/external/mit/libXfont2/dist/src/FreeType/
ftfuncs.c 1579 TT_Postscript *post; local
1594 post = FT_Get_Sfnt_Table(face->face, ft_sfnt_post);
1603 post = NULL;
1623 ( (font_properties && (post || t1info)) ? 3 : 0 ) +
1825 if( font_properties && (post || t1info) ) {
1830 if(post) {
1831 underlinePosition = TRANSFORM_FUNITS_Y(-post->underlinePosition);
1832 underlineThickness = TRANSFORM_FUNITS_Y(post->underlineThickness);
1853 if(post && trans->matrix.xx == trans->matrix.yy) {
1858 90*64+(post->italicAngle >> 10)
2767 TT_Postscript *post; local
    [all...]

Completed in 64 milliseconds