HomeSort by: relevance | last modified time | path
    Searched refs:glyph_atlas (Results 1 - 6 of 6) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_composite_glyphs.c 388 struct glamor_glyph_atlas *glyph_atlas = NULL; local
424 glamor_glyphs_flush(op, src, dst, prog, glyph_atlas, glyphs_queued);
439 if (_X_UNLIKELY(next_atlas != glyph_atlas)) {
441 glamor_glyphs_flush(op, src, dst, prog, glyph_atlas, glyphs_queued);
444 glyph_atlas = next_atlas;
449 if (_X_UNLIKELY(glyph_priv->serial != glyph_atlas->serial)) {
450 if (!glamor_glyph_can_add(glyph_atlas, glyph_atlas_dim, glyph_draw)) {
452 glamor_glyphs_flush(op, src, dst, prog, glyph_atlas, glyphs_queued);
455 if (glyph_atlas->atlas) {
456 (*screen->DestroyPixmap)(glyph_atlas->atlas)
545 struct glamor_glyph_atlas *glyph_atlas; local
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
uxa-glyphs.c 736 PicturePtr glyph_atlas, mask, white; local
802 glyph_atlas = NULL;
822 if (glyph_atlas) {
824 glyph_atlas = NULL;
834 if (this_atlas != glyph_atlas) {
837 if (glyph_atlas)
851 glyph_atlas = this_atlas;
868 if (glyph_atlas)
903 PicturePtr glyph_atlas; local
914 glyph_atlas = priv->cache->picture
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
uxa-glyphs.c 736 PicturePtr glyph_atlas, mask, white; local
802 glyph_atlas = NULL;
822 if (glyph_atlas) {
824 glyph_atlas = NULL;
834 if (this_atlas != glyph_atlas) {
837 if (glyph_atlas)
851 glyph_atlas = this_atlas;
868 if (glyph_atlas)
903 PicturePtr glyph_atlas; local
914 glyph_atlas = priv->cache->picture
    [all...]
  /xsrc/external/mit/xf86-video-qxl/dist/src/uxa/
uxa-glyphs.c 659 PicturePtr localSrc, glyph_atlas; local
736 glyph_atlas = NULL;
756 if (glyph_atlas) {
758 glyph_atlas = NULL;
768 if (this_atlas != glyph_atlas) {
771 if (glyph_atlas)
783 glyph_atlas = this_atlas;
829 if (glyph_atlas)
893 PicturePtr glyph_atlas, mask; local
951 glyph_atlas = NULL
    [all...]
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_glyphs.c 593 PicturePtr glyph_atlas; local
618 glyph_atlas = NO_ATLAS;
629 if (unlikely(p->atlas != glyph_atlas)) {
633 if (glyph_atlas != NO_ATLAS) {
635 glyph_atlas = NO_ATLAS;
649 glyph_atlas = p->atlas;
730 if (glyph_atlas != NO_ATLAS)
746 PicturePtr glyph_atlas = NO_ATLAS; local
778 if (unlikely(p->atlas != glyph_atlas)) {
782 if (glyph_atlas != NO_ATLAS)
1338 PicturePtr glyph_atlas = NO_ATLAS; local
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_glyphs.c 593 PicturePtr glyph_atlas; local
618 glyph_atlas = NO_ATLAS;
629 if (unlikely(p->atlas != glyph_atlas)) {
633 if (glyph_atlas != NO_ATLAS) {
635 glyph_atlas = NO_ATLAS;
649 glyph_atlas = p->atlas;
730 if (glyph_atlas != NO_ATLAS)
746 PicturePtr glyph_atlas = NO_ATLAS; local
778 if (unlikely(p->atlas != glyph_atlas)) {
782 if (glyph_atlas != NO_ATLAS)
1341 PicturePtr glyph_atlas = NO_ATLAS; local
    [all...]

Completed in 236 milliseconds