/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() 162 xmin = FFMAX(xmin, 2*sub_x - 4); in search() 163 xmax = FFMIN(xmax, 2*sub_x + 4); in search()
|
/third_party/mesa3d/src/mesa/main/ |
D | texcompress_astc.cpp | 1857 for (unsigned sub_x = 0; sub_x < dst_blk_w; ++sub_x) { in _mesa_unpack_astc_2d_ldr() local 1859 (x * blk_w + sub_x) * 4; 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 … float shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int… 901 … float shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int… 3627 … float shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int… in stbtt_MakeCodepointBitmapSubpixelPrefilter() argument 3629 …t_stride, scale_x, scale_y, shift_x, shift_y, oversample_x, oversample_y, sub_x, sub_y, stbtt_Find… in stbtt_MakeCodepointBitmapSubpixelPrefilter() 4021 …y, float shift_x, float shift_y, int prefilter_x, int prefilter_y, float *sub_x, float *sub_y, int… in stbtt_MakeGlyphBitmapSubpixelPrefilter() argument 4040 *sub_x = stbtt__oversample_shift(prefilter_x); in stbtt_MakeGlyphBitmapSubpixelPrefilter() 4057 float recip_h,recip_v,sub_x,sub_y; in stbtt_PackFontRangesRenderIntoRects() local 4062 sub_x = stbtt__oversample_shift(spc->h_oversample); in stbtt_PackFontRangesRenderIntoRects() 4108 bc->xoff = (float) x0 * recip_h + sub_x; in stbtt_PackFontRangesRenderIntoRects() 4110 bc->xoff2 = (x0 + r->w) * recip_h + sub_x; in stbtt_PackFontRangesRenderIntoRects()
|
/third_party/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 880 … float shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int… 901 … float shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int… 3627 … float shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int… in stbtt_MakeCodepointBitmapSubpixelPrefilter() argument 3629 …t_stride, scale_x, scale_y, shift_x, shift_y, oversample_x, oversample_y, sub_x, sub_y, stbtt_Find… in stbtt_MakeCodepointBitmapSubpixelPrefilter() 4021 …y, float shift_x, float shift_y, int prefilter_x, int prefilter_y, float *sub_x, float *sub_y, int… in stbtt_MakeGlyphBitmapSubpixelPrefilter() argument 4040 *sub_x = stbtt__oversample_shift(prefilter_x); in stbtt_MakeGlyphBitmapSubpixelPrefilter() 4057 float recip_h,recip_v,sub_x,sub_y; in stbtt_PackFontRangesRenderIntoRects() local 4062 sub_x = stbtt__oversample_shift(spc->h_oversample); in stbtt_PackFontRangesRenderIntoRects() 4108 bc->xoff = (float) x0 * recip_h + sub_x; in stbtt_PackFontRangesRenderIntoRects() 4110 bc->xoff2 = (x0 + r->w) * recip_h + sub_x; in stbtt_PackFontRangesRenderIntoRects()
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imstb_truetype.h | 864 … float shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int… 885 … float shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int… 3601 … float shift_x, float shift_y, int oversample_x, int oversample_y, float *sub_x, float *sub_y, int… in stbtt_MakeCodepointBitmapSubpixelPrefilter() argument 3603 …t_stride, scale_x, scale_y, shift_x, shift_y, oversample_x, oversample_y, sub_x, sub_y, stbtt_Find… in stbtt_MakeCodepointBitmapSubpixelPrefilter() 3985 …y, float shift_x, float shift_y, int prefilter_x, int prefilter_y, float *sub_x, float *sub_y, int… in stbtt_MakeGlyphBitmapSubpixelPrefilter() argument 4004 *sub_x = stbtt__oversample_shift(prefilter_x); in stbtt_MakeGlyphBitmapSubpixelPrefilter() 4021 float recip_h,recip_v,sub_x,sub_y; in stbtt_PackFontRangesRenderIntoRects() local 4026 sub_x = stbtt__oversample_shift(spc->h_oversample); in stbtt_PackFontRangesRenderIntoRects() 4072 bc->xoff = (float) x0 * recip_h + sub_x; in stbtt_PackFontRangesRenderIntoRects() 4074 bc->xoff2 = (x0 + r->w) * recip_h + sub_x; in stbtt_PackFontRangesRenderIntoRects()
|