Searched refs:xleft (Results 1 – 3 of 3) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkScan_AntiPath.cpp | 337 int xleft = x & MASK; in blitRect() local 357 xleft = xrite - xleft; in blitRect() 358 SkASSERT(xleft <= SCALE); in blitRect() 359 SkASSERT(xleft > 0); in blitRect() 361 coverage_to_exact_alpha(xleft)); in blitRect() 366 xleft = SCALE - xleft; in blitRect() 369 const int coverageL = coverage_to_exact_alpha(xleft); in blitRect()
|
/third_party/skia/src/core/ |
D | SkScan_AntiPath.cpp | 336 int xleft = x & MASK; in blitRect() local 356 xleft = xrite - xleft; in blitRect() 357 SkASSERT(xleft <= SCALE); in blitRect() 358 SkASSERT(xleft > 0); in blitRect() 360 coverage_to_exact_alpha(xleft)); in blitRect() 365 xleft = SCALE - xleft; in blitRect() 368 const int coverageL = coverage_to_exact_alpha(xleft); in blitRect()
|
/third_party/ffmpeg/fftools/ |
D | ffplay.c | 293 int width, height, xleft, ytop; member 1027 …calculate_display_rect(&rect, is->xleft, is->ytop, is->width, is->height, vp->width, vp->height, v… in video_image_display() 1134 fill_rectangle(s->xleft + x, ys, 1, y); in video_audio_display() 1145 fill_rectangle(s->xleft, y, s->width, 1); in video_audio_display() 3093 is->xleft = 0; in stream_open()
|