HomeSort by relevance Sort by last modified time
    Searched refs: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 339 rect_clip(&screen->damaged, &rect);
  /external/chromium_org/third_party/skia/gm/
multipicturedraw.cpp 203 static void rect_clip(SkCanvas* canvas, const SkPicture* pictures[kNumPictures]) { function
268 rect_clip,
  /external/pdfium/core/src/fxge/apple/
fx_quartz_device.cpp 703 CGRect rect_clip = CGRectMake(clipRect->left, clipRect->top, clipRect->Width(), clipRect->Height()); local
704 rect_clip = CGRectApplyAffineTransform(rect_clip, _foxitDevice2User);
705 CGContextAddRect(_context, rect_clip);
    [all...]

Completed in 300 milliseconds