Home
last modified time | relevance | path

Searched refs:orig_y (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/panfrost/shared/
Dpan_tiling.c275 #define OFFSET(src, _x, _y) (void *) ((uint8_t *) src + ((_y) - orig_y) * src_stride + (((_x) - ori…
312 unsigned orig_x = x, orig_y = y; in panfrost_access_tiled_image() local
/third_party/skia/third_party/externals/freetype/src/psaux/
Dt1decode.c455 FT_Pos x, y, orig_x, orig_y; in t1_decoder_parse_charstrings() local
501 y = orig_y = builder->pos_y; in t1_decoder_parse_charstrings()
1239 orig_y = y = builder->pos_y; in t1_decoder_parse_charstrings()
1241 FT_UNUSED( orig_y ); in t1_decoder_parse_charstrings()
/third_party/skia/third_party/externals/freetype/src/base/
Dftobjs.c3518 FT_Pos orig_y = akerning->y; in FT_Get_Kerning() local
3528 akerning->y = FT_MulDiv( orig_y, in FT_Get_Kerning()
3537 FT_Pos orig_y_rounded = FT_PIX_ROUND( orig_y ); in FT_Get_Kerning()
/third_party/skia/third_party/externals/freetype/docs/oldlogs/
DChangeLog.219387 `orig_y'.
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h1359 __u8 orig_y; member