HomeSort by relevance Sort by last modified time
    Searched full:rect_clip (Results 1 - 4 of 4) sorted by null

  /external/libvterm/src/
rect.h 18 static void rect_clip(VTermRect *dst, VTermRect *bounds) function
screen.c 348 rect_clip(&screen->damaged, &rect);
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 646 CGRect rect_clip = CGRectMake(clipRect->left, clipRect->top, local
648 rect_clip = CGRectApplyAffineTransform(rect_clip, _foxitDevice2User);
649 CGContextAddRect(_context, rect_clip);
    [all...]
  /external/skia/gm/
multipicturedraw.cpp 280 static void rect_clip(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]) { function
348 rect_clip,

Completed in 707 milliseconds