/third_party/ffmpeg/libavfilter/ |
D | vf_find_rect.c | 160 int sub_x, sub_y; in search() local 161 … search(foc, pass+1, maxpass, xmin>>1, (xmax+1)>>1, ymin>>1, (ymax+1)>>1, &sub_x, &sub_y, 2.0); in search() 164 ymin = FFMAX(ymin, 2*sub_y - 4); in search() 165 ymax = FFMIN(ymax, 2*sub_y + 4); in search()
|
/third_party/mesa3d/src/mesa/main/ |
D | texcompress_astc.cpp | 1856 for (unsigned sub_y = 0; sub_y < dst_blk_h; ++sub_y) { in _mesa_unpack_astc_2d_ldr() local 1858 uint8_t *dst = dst_row + sub_y * dst_stride + in _mesa_unpack_astc_2d_ldr() 1860 const uint16_t *src = &block_out[(sub_y * blk_w + sub_x) * 4]; in _mesa_unpack_astc_2d_ldr()
|
/third_party/mesa3d/src/imgui/ |
D | imstb_truetype.h | 880 …t_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int codepoint); 901 …shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int glyph); 3627 …ft_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int codepoint) in stbtt_MakeCodepointBitmapSubpixelPrefilter() argument 3629 …e, scale_x, scale_y, shift_x, shift_y, oversample_x, oversample_y, sub_x, sub_y, stbtt_FindGlyphIn… in stbtt_MakeCodepointBitmapSubpixelPrefilter() 4021 …at shift_x, float shift_y, int prefilter_x, int prefilter_y, float *sub_x, float *sub_y, int glyph) in stbtt_MakeGlyphBitmapSubpixelPrefilter() argument 4041 *sub_y = stbtt__oversample_shift(prefilter_y); in stbtt_MakeGlyphBitmapSubpixelPrefilter() 4057 float recip_h,recip_v,sub_x,sub_y; in stbtt_PackFontRangesRenderIntoRects() local 4063 sub_y = stbtt__oversample_shift(spc->v_oversample); in stbtt_PackFontRangesRenderIntoRects() 4109 bc->yoff = (float) y0 * recip_v + sub_y; in stbtt_PackFontRangesRenderIntoRects() 4111 bc->yoff2 = (y0 + r->h) * recip_v + sub_y; in stbtt_PackFontRangesRenderIntoRects()
|
/third_party/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 880 …t_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int codepoint); 901 …shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int glyph); 3627 …ft_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int codepoint) in stbtt_MakeCodepointBitmapSubpixelPrefilter() argument 3629 …e, scale_x, scale_y, shift_x, shift_y, oversample_x, oversample_y, sub_x, sub_y, stbtt_FindGlyphIn… in stbtt_MakeCodepointBitmapSubpixelPrefilter() 4021 …at shift_x, float shift_y, int prefilter_x, int prefilter_y, float *sub_x, float *sub_y, int glyph) in stbtt_MakeGlyphBitmapSubpixelPrefilter() argument 4041 *sub_y = stbtt__oversample_shift(prefilter_y); in stbtt_MakeGlyphBitmapSubpixelPrefilter() 4057 float recip_h,recip_v,sub_x,sub_y; in stbtt_PackFontRangesRenderIntoRects() local 4063 sub_y = stbtt__oversample_shift(spc->v_oversample); in stbtt_PackFontRangesRenderIntoRects() 4109 bc->yoff = (float) y0 * recip_v + sub_y; in stbtt_PackFontRangesRenderIntoRects() 4111 bc->yoff2 = (y0 + r->h) * recip_v + sub_y; in stbtt_PackFontRangesRenderIntoRects()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 864 …t_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int codepoint); 885 …shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int glyph); 3601 …ft_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int codepoint) in stbtt_MakeCodepointBitmapSubpixelPrefilter() argument 3603 …e, scale_x, scale_y, shift_x, shift_y, oversample_x, oversample_y, sub_x, sub_y, stbtt_FindGlyphIn… in stbtt_MakeCodepointBitmapSubpixelPrefilter() 3985 …at shift_x, float shift_y, int prefilter_x, int prefilter_y, float *sub_x, float *sub_y, int glyph) in stbtt_MakeGlyphBitmapSubpixelPrefilter() argument 4005 *sub_y = stbtt__oversample_shift(prefilter_y); in stbtt_MakeGlyphBitmapSubpixelPrefilter() 4021 float recip_h,recip_v,sub_x,sub_y; in stbtt_PackFontRangesRenderIntoRects() local 4027 sub_y = stbtt__oversample_shift(spc->v_oversample); in stbtt_PackFontRangesRenderIntoRects() 4073 bc->yoff = (float) y0 * recip_v + sub_y; in stbtt_PackFontRangesRenderIntoRects() 4075 bc->yoff2 = (y0 + r->h) * recip_v + sub_y; in stbtt_PackFontRangesRenderIntoRects()
|