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

  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_spans.c 301 BoxPtr clip_box = RegionRects(gc->pCompositeClip); local
314 if (x1 < clip_box->x1) {
315 l += (clip_box->x1 - x1) * (drawable->bitsPerPixel >> 3);
316 x1 = clip_box->x1;
318 if (x2 > clip_box->x2)
319 x2 = clip_box->x2;
321 if (y < clip_box->y1)
323 if (y >= clip_box->y2)
  /xsrc/external/mit/freetype/dist/src/smooth/
ftsmooth.c 147 params.clip_box.xMin = 0;
148 params.clip_box.yMin = 0;
149 params.clip_box.xMax = bitmap->width;
150 params.clip_box.yMax = bitmap->rows;
392 params.clip_box.xMin = 0;
393 params.clip_box.yMin = 0;
394 params.clip_box.xMax = bitmap->width * SCALE;
395 params.clip_box.yMax = bitmap->rows * SCALE;
ftgrays.c 1799 ras.min_ex = params->clip_box.xMin;
1800 ras.min_ey = params->clip_box.yMin;
1801 ras.max_ex = params->clip_box.xMax;
1802 ras.max_ey = params->clip_box.yMax;
  /xsrc/external/mit/freetype/dist/include/freetype/
ftimage.h 962 * will be clipped to a box specified in the `clip_box` field of the
963 * @FT_Raster_Params structure. Otherwise, the `clip_box` is
1013 * clip_box ::
1028 * the @FT_RASTER_FLAG_CLIP flag and `clip_box`. The monochrome raster
1045 FT_BBox clip_box; member in struct:FT_Raster_Params_
  /xsrc/external/mit/freetype/dist/src/base/
ftoutln.c 622 /* preset clip_box for direct mode */
626 params->clip_box.xMin = cbox.xMin >> 6;
627 params->clip_box.yMin = cbox.yMin >> 6;
628 params->clip_box.xMax = ( cbox.xMax + 63 ) >> 6;
629 params->clip_box.yMax = ( cbox.yMax + 63 ) >> 6;
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_accel.c 4584 static inline bool clip_box(BoxPtr box, GCPtr gc) function
4618 return clip_box(box, gc);
8188 clipped = clip_box(&box, gc);
15876 clip_box(&region.extents, gc);
15951 clip_box(&region.extents, gc);
16033 clip_box(&region.extents, gc);
16115 clip_box(&region.extents, gc);
16494 clip_box(&region.extents, gc);
16576 clip_box(&region.extents, gc);
16818 clip_box(&region.extents, gc)
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_accel.c 4467 static inline bool clip_box(BoxPtr box, GCPtr gc) function
4501 return clip_box(box, gc);
8027 clipped = clip_box(&box, gc);
15650 clip_box(&region.extents, gc);
15725 clip_box(&region.extents, gc);
15807 clip_box(&region.extents, gc);
15889 clip_box(&region.extents, gc);
16266 clip_box(&region.extents, gc);
16348 clip_box(&region.extents, gc);
16588 clip_box(&region.extents, gc)
    [all...]

Completed in 27 milliseconds