HomeSort by relevance Sort by last modified time
    Searched defs:clip2 (Results 1 - 6 of 6) sorted by null

  /external/skia/gm/
simpleaaclip.cpp 73 SkAAClip clip2; local
74 clip2.setPath(fRectPath, NULL, true);
75 clip->op(clip2, op);
  /hardware/qcom/media/mm-video/vidc/venc/inc/
video_encoder_device.h 151 inline int clip2(int x) function in class:venc_dev
video_encoder_device_copper.h 257 inline int clip2(int x) function in class:venc_dev
  /external/skia/tests/
AAClipTest.cpp 259 SkAAClip clip2; local
261 bool nonEmptyAA = clip2.op(clip0, clip1, op);
263 if (nonEmptyAA != nonEmptyBW || clip2.getBounds() != rgn2.getBounds()) {
270 clip2.getBounds().fLeft, clip2.getBounds().fTop,
271 clip2.getBounds().right(), clip2.getBounds().bottom());
274 REPORTER_ASSERT(reporter, clip2.getBounds() == rgn2.getBounds());
278 clip2.copyToMask(&maskAA);
  /hardware/qcom/media/mm-video/vidc/vdec/inc/
omx_vdec.h 636 inline int clip2(int x) function in class:omx_vdec
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp 376 static int clip2(int x) function
    [all...]

Completed in 68 milliseconds