/third_party/pixman/test/ |
D | alphamap.c | 60 get_alpha (pixman_image_t *image, int x, int y, int orig_x, int orig_y) in get_alpha() argument 68 y - orig_y >= 0 && y - orig_y < HEIGHT) in get_alpha() 73 y -= orig_y; in get_alpha() 115 get_red (pixman_image_t *image, int x, int y, int orig_x, int orig_y) in get_red() argument
|
/third_party/mesa3d/src/panfrost/shared/ |
D | pan_tiling.c | 280 #define OFFSET(src, _x, _y) (void *) ((uint8_t *) src + ((_y) - orig_y) * src_stride + (((_x) - ori… 309 unsigned orig_x = x, orig_y = y; in panfrost_access_tiled_image() local
|
/third_party/mindspore/mindspore/ccsrc/transform/graph_ir/op_declare/ |
D | nn_pooling_ops_declare.cc | 43 INPUT_MAP(MaxPool3DGrad) = {{1, INPUT_DESC(orig_x)}, {2, INPUT_DESC(orig_y)}, {3, INPUT_DESC(grads)… 52 INPUT_MAP(MaxPool3DGradGrad) = {{1, INPUT_DESC(orig_x)}, {2, INPUT_DESC(orig_y)}, {3, INPUT_DESC(gr…
|
/third_party/flutter/skia/third_party/externals/freetype/src/psaux/ |
D | t1decode.c | 453 FT_Pos x, y, orig_x, orig_y; in t1_decoder_parse_charstrings() local 499 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/psaux/ |
D | t1decode.c | 455 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/freetype/src/psaux/ |
D | t1decode.c | 452 FT_Pos x, y, orig_x, orig_y; in t1_decoder_parse_charstrings() local 498 y = orig_y = builder->pos_y; in t1_decoder_parse_charstrings() 1236 orig_y = y = builder->pos_y; in t1_decoder_parse_charstrings() 1238 FT_UNUSED( orig_y ); in t1_decoder_parse_charstrings()
|
/third_party/weston/libweston/ |
D | input.c | 4634 double orig_x, orig_y; in point_to_border_distance_2() local 4644 orig_y = border->line.a.y; in point_to_border_distance_2() 4647 orig_y = border->line.a.y; in point_to_border_distance_2() 4649 orig_y = border->line.b.y; in point_to_border_distance_2() 4651 orig_y = y; in point_to_border_distance_2() 4657 dy = fabs(orig_y - y); in point_to_border_distance_2()
|
/third_party/skia/third_party/externals/freetype/src/base/ |
D | ftobjs.c | 3518 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/freetype/src/base/ |
D | ftobjs.c | 3460 FT_Pos orig_y = akerning->y; in FT_Get_Kerning() local 3470 akerning->y = FT_MulDiv( orig_y, in FT_Get_Kerning() 3479 FT_Pos orig_y_rounded = FT_PIX_ROUND( orig_y ); in FT_Get_Kerning()
|
/third_party/flutter/skia/third_party/externals/freetype/src/base/ |
D | ftobjs.c | 3428 FT_Pos orig_y = akerning->y; in FT_Get_Kerning() local 3438 akerning->y = FT_MulDiv( orig_y, in FT_Get_Kerning() 3447 FT_Pos orig_y_rounded = FT_PIX_ROUND( orig_y ); in FT_Get_Kerning()
|
/third_party/freetype/ |
D | ChangeLog.21 | 9387 `orig_y'.
|
/third_party/skia/third_party/externals/freetype/docs/oldlogs/ |
D | ChangeLog.21 | 9387 `orig_y'.
|
/third_party/mindspore/config/ |
D | op_info.config | 206 … false, "param_type": "required", "shape": "all"}, {"index": 1, "name": "orig_y", "need_compile": …
|