Home
last modified time | relevance | path

Searched defs:srcx (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/
DSDL_blit_auto.c32 int srcy, srcx; in SDL_Blit_RGB888_RGB888_Scale() local
127 int srcy, srcx; in SDL_Blit_RGB888_RGB888_Blend_Scale() local
232 int srcy, srcx; in SDL_Blit_RGB888_RGB888_Modulate_Scale() local
351 int srcy, srcx; in SDL_Blit_RGB888_RGB888_Modulate_Blend_Scale() local
429 int srcy, srcx; in SDL_Blit_RGB888_BGR888_Scale() local
527 int srcy, srcx; in SDL_Blit_RGB888_BGR888_Blend_Scale() local
632 int srcy, srcx; in SDL_Blit_RGB888_BGR888_Modulate_Scale() local
751 int srcy, srcx; in SDL_Blit_RGB888_BGR888_Modulate_Blend_Scale() local
829 int srcy, srcx; in SDL_Blit_RGB888_ARGB8888_Scale() local
928 int srcy, srcx; in SDL_Blit_RGB888_ARGB8888_Blend_Scale() local
[all …]
DSDL_blit_slow.c42 int srcy, srcx; in SDL_Blit_Slow() local
DSDL_surface.c562 int srcx, srcy, w, h; in SDL_UpperBlit() local
/third_party/ffmpeg/libavfilter/
Dvf_lut2.c77 AVFrame *out, *srcx, *srcy; member
296 AVFrame *out, *srcx = NULL, *srcy = NULL; in process_frame() local
402 AVFilterLink *srcx = ctx->inputs[0]; in lut2_config_output() local
/third_party/flutter/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
DViewableTaggedData.java436 int srcx = ref.srcx - style.marginOffset; in drawRef() local
614 private int srcx, srcy, trgx, trgy; field in ViewableTaggedData.Reference
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/sample/sfview/
DViewableTaggedData.java436 int srcx = ref.srcx - style.marginOffset; in drawRef() local
614 private int srcx, srcy, trgx, trgy; field in ViewableTaggedData.Reference
/third_party/mingw-w64/mingw-w64-headers/include/gdiplus/
Dgdiplusgraphics.h389 Status DrawImage(Image *image, REAL x, REAL y, REAL srcx, REAL srcy, in DrawImage()
398 Status DrawImage(Image *image, INT x, INT y, INT srcx, INT srcy, in DrawImage()