Searched refs:shift_y (Results 1 - 10 of 10) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/miext/rootless/
H A Drootless.h224 * shift_y
228 int shift_x, int shift_y);
/xsrc/external/mit/xorg-server/dist/miext/rootless/
H A Drootless.h222 * shift_y
226 int shift_x, int shift_y);
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A DxprFrame.c83 int shift_x, int shift_y);
405 int shift_x, int shift_y)
409 xp_mark_window(x_cvt_vptr_to_uint(wid), nrects, rects, shift_x, shift_y);
404 xprDamageRects(RootlessFrameID wid,int nrects,const BoxRec * rects,int shift_x,int shift_y) argument
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A DxprFrame.c95 int shift_y);
408 int shift_x, int shift_y)
410 xp_mark_window(x_cvt_vptr_to_uint(wid), nrects, rects, shift_x, shift_y);
407 xprDamageRects(RootlessFrameID wid,int nrects,const BoxRec * rects,int shift_x,int shift_y) argument
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimstb_truetype.h866 STBTT_DEF unsigned char *stbtt_GetCodepointBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, int *xoff, int *yoff);
876 STBTT_DEF void stbtt_MakeCodepointBitmapSubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint);
880 STBTT_DEF void stbtt_MakeCodepointBitmapSubpixelPrefilter(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int codepoint);
891 STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1);
898 STBTT_DEF unsigned char *stbtt_GetGlyphBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff);
900 STBTT_DEF void stbtt_MakeGlyphBitmapSubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int glyph);
901 STBTT_DEF void stbtt_MakeGlyphBitmapSubpixelPrefilter(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int glyph);
903 STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1);
919 float shift_x, float shift_y, // translation applied to input vertices
2629 STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, in argument
2652 stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo * font,int codepoint,float scale_x,float scale_y,float shift_x,float shift_y,int * ix0,int * iy0,int * ix1,int * iy1) argument
3330 stbtt__rasterize(stbtt__bitmap * result,stbtt__point * pts,int * wcount,int windings,float scale_x,float scale_y,float shift_x,float shift_y,int off_x,int off_y,int invert,void * userdata) argument
3535 stbtt_Rasterize(stbtt__bitmap * result,float flatness_in_pixels,stbtt_vertex * vertices,int num_verts,float scale_x,float scale_y,float shift_x,float shift_y,int x_off,int y_off,int invert,void * userdata) argument
3553 stbtt_GetGlyphBitmapSubpixel(const stbtt_fontinfo * info,float scale_x,float scale_y,float shift_x,float shift_y,int glyph,int * width,int * height,int * xoff,int * yoff) argument
3598 stbtt_MakeGlyphBitmapSubpixel(const stbtt_fontinfo * info,unsigned char * output,int out_w,int out_h,int out_stride,float scale_x,float scale_y,float shift_x,float shift_y,int glyph) argument
3622 stbtt_GetCodepointBitmapSubpixel(const stbtt_fontinfo * info,float scale_x,float scale_y,float shift_x,float shift_y,int codepoint,int * width,int * height,int * xoff,int * yoff) argument
3627 stbtt_MakeCodepointBitmapSubpixelPrefilter(const stbtt_fontinfo * info,unsigned char * output,int out_w,int out_h,int out_stride,float scale_x,float scale_y,float shift_x,float shift_y,int oversample_x,int oversample_y,float * sub_x,float * sub_y,int codepoint) argument
3632 stbtt_MakeCodepointBitmapSubpixel(const stbtt_fontinfo * info,unsigned char * output,int out_w,int out_h,int out_stride,float scale_x,float scale_y,float shift_x,float shift_y,int codepoint) argument
4021 stbtt_MakeGlyphBitmapSubpixelPrefilter(const stbtt_fontinfo * info,unsigned char * output,int out_w,int out_h,int out_stride,float scale_x,float scale_y,float shift_x,float shift_y,int prefilter_x,int prefilter_y,float * sub_x,float * sub_y,int glyph) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimstb_truetype.h866 STBTT_DEF unsigned char *stbtt_GetCodepointBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint, int *width, int *height, int *xoff, int *yoff);
876 STBTT_DEF void stbtt_MakeCodepointBitmapSubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int codepoint);
880 STBTT_DEF void stbtt_MakeCodepointBitmapSubpixelPrefilter(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int codepoint);
891 STBTT_DEF void stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo *font, int codepoint, float scale_x, float scale_y, float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1);
898 STBTT_DEF unsigned char *stbtt_GetGlyphBitmapSubpixel(const stbtt_fontinfo *info, float scale_x, float scale_y, float shift_x, float shift_y, int glyph, int *width, int *height, int *xoff, int *yoff);
900 STBTT_DEF void stbtt_MakeGlyphBitmapSubpixel(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int glyph);
901 STBTT_DEF void stbtt_MakeGlyphBitmapSubpixelPrefilter(const stbtt_fontinfo *info, unsigned char *output, int out_w, int out_h, int out_stride, float scale_x, float scale_y, float shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int glyph);
903 STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, int *ix0, int *iy0, int *ix1, int *iy1);
919 float shift_x, float shift_y, // translation applied to input vertices
2629 STBTT_DEF void stbtt_GetGlyphBitmapBoxSubpixel(const stbtt_fontinfo *font, int glyph, float scale_x, float scale_y,float shift_x, float shift_y, in argument
2652 stbtt_GetCodepointBitmapBoxSubpixel(const stbtt_fontinfo * font,int codepoint,float scale_x,float scale_y,float shift_x,float shift_y,int * ix0,int * iy0,int * ix1,int * iy1) argument
3330 stbtt__rasterize(stbtt__bitmap * result,stbtt__point * pts,int * wcount,int windings,float scale_x,float scale_y,float shift_x,float shift_y,int off_x,int off_y,int invert,void * userdata) argument
3535 stbtt_Rasterize(stbtt__bitmap * result,float flatness_in_pixels,stbtt_vertex * vertices,int num_verts,float scale_x,float scale_y,float shift_x,float shift_y,int x_off,int y_off,int invert,void * userdata) argument
3553 stbtt_GetGlyphBitmapSubpixel(const stbtt_fontinfo * info,float scale_x,float scale_y,float shift_x,float shift_y,int glyph,int * width,int * height,int * xoff,int * yoff) argument
3598 stbtt_MakeGlyphBitmapSubpixel(const stbtt_fontinfo * info,unsigned char * output,int out_w,int out_h,int out_stride,float scale_x,float scale_y,float shift_x,float shift_y,int glyph) argument
3622 stbtt_GetCodepointBitmapSubpixel(const stbtt_fontinfo * info,float scale_x,float scale_y,float shift_x,float shift_y,int codepoint,int * width,int * height,int * xoff,int * yoff) argument
3627 stbtt_MakeCodepointBitmapSubpixelPrefilter(const stbtt_fontinfo * info,unsigned char * output,int out_w,int out_h,int out_stride,float scale_x,float scale_y,float shift_x,float shift_y,int oversample_x,int oversample_y,float * sub_x,float * sub_y,int codepoint) argument
3632 stbtt_MakeCodepointBitmapSubpixel(const stbtt_fontinfo * info,unsigned char * output,int out_w,int out_h,int out_stride,float scale_x,float scale_y,float shift_x,float shift_y,int codepoint) argument
4021 stbtt_MakeGlyphBitmapSubpixelPrefilter(const stbtt_fontinfo * info,unsigned char * output,int out_w,int out_h,int out_stride,float scale_x,float scale_y,float shift_x,float shift_y,int prefilter_x,int prefilter_y,float * sub_x,float * sub_y,int glyph) argument
[all...]
/xsrc/external/mit/xorg-server/dist/glamor/
H A Dglamor_largepixmap.c470 int shift_y; local in function:_glamor_compute_clipped_regions
478 shift_y = (extent->y1 / pixmap_height) * pixmap_height;
487 repeat_box.y1 = shift_y + priv->box_array[idx].y1;
499 repeat_box.y2 = shift_y + priv->box_array[idx].y2;
982 int shift_x, shift_y; local in function:_glamor_process_transformed_clipped_region
1003 shift_y = (temp_box->y1 - rem) / pixmap->drawable.height;
1011 if (shift_y != 0) {
1013 shift_y * pixmap->drawable.height;
1015 shift_y * pixmap->drawable.height;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinwin32rootless.c936 int shift_x, int shift_y)
942 pRLWinPriv, nCount, pRects, shift_x, shift_y);
948 rcDmg.top = pRects->y1 + shift_y;
950 rcDmg.bottom = pRects->y2 + shift_y;
935 winMWExtWMDamageRects(RootlessFrameID wid,int nCount,const BoxRec * pRects,int shift_x,int shift_y) argument
H A Dwin.h1388 int shift_x, int shift_y);
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_cmd_buffer.c878 uint32_t shift_y = shift_x + 4; local in function:radv_compute_sample_locs_pixel
881 sample_locs_pixel[sample_reg_idx] |= (pos_y & 0xf) << shift_y;

Completed in 34 milliseconds