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

  /xsrc/external/mit/xorg-server/dist/glamor/
glamor_glyphblt.c 43 int start_x, int y, unsigned int nglyph,
69 start_x += drawable->x;
86 x = start_x;
158 int start_x, int y, unsigned int nglyph,
161 if (glamor_poly_glyph_blt_gl(drawable, gc, start_x, y, nglyph, ppci,
164 miPolyGlyphBlt(drawable, gc, start_x, y, nglyph,
glamor_largepixmap.c 40 int start_x, start_y, end_x, end_y; local
54 start_x = MAX(x, extent->x1);
64 DEBUGF("start_x %d start_y %d end_x %d end_y %d \n", start_x, start_y,
67 if (start_x >= end_x || start_y >= end_y) {
72 start_block_x = (start_x - x) / block_w;
86 start_x, start_y, end_x, end_y);
  /xsrc/external/mit/libX11/dist/modules/om/generic/
omText.c 300 int start_x = x; local
342 x -= start_x;
  /xsrc/external/mit/MesaLib/dist/src/amd/common/
ac_surface_meta_address_test.c 200 unsigned start_x, unsigned start_y, unsigned start_z,
276 for (in.x = start_x; in.x < in.pitch; in.x += dout.compressBlkWidth) {
406 unsigned start_x, unsigned start_y, unsigned start_z)
453 for (in.x = start_x; in.x < width; in.x++) {
546 unsigned start_x, unsigned start_y, unsigned start_z)
595 for (in.x = start_x; in.x < width; in.x++) {
  /xsrc/external/mit/xditview/dist/
draw.c 114 dw->dvi.cache.start_x, dw->dvi.cache.start_y,
124 dw->dvi.cache.start_x = dw->dvi.cache.x = xx;
DviP.h 117 int start_x, start_y; member in struct:_dviCharCache
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/vc4/
vc4_resource.c 911 uint32_t start_x, uint32_t start_y,
918 for (int x = start_x; x < start_x + w; x++) {
923 if (x == start_x && y == start_y)
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/vc4/
vc4_resource.c 886 uint32_t start_x, uint32_t start_y,
893 for (int x = start_x; x < start_x + w; x++) {
898 if (x == start_x && y == start_y)
  /xsrc/external/mit/freetype/dist/src/psaux/
cffdecode.c 1528 FT_Pos start_x, start_y; /* record start x, y values for */ local
1544 start_x = x;
1585 x = start_x;
  /xsrc/external/mit/xf86-video-geode/dist/src/cim/
cim_parm.h 471 unsigned long start_x; member in struct:tagPanningInfo
cim_vg.c 1899 panning->start_x = 0;
2118 panning->start_x = vg3_delta_x;
2153 panning->start_x = vg3_delta_x;

Completed in 32 milliseconds