HomeSort by relevance Sort by last modified time
    Searched defs:clip2 (Results 1 - 12 of 12) 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-legacy/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
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/inc/
video_encoder_device.h 160 inline int clip2(int x) { function in class:venc_dev
video_encoder_device_v4l2.h 310 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);
  /external/skia/tools/
filtermain.cpp 387 SkClipRectCommand* clip2 = local
392 if (clip0->doAA() || clip1->doAA() || clip2->doAA()) {
398 SkRegion::kIntersect_Op != clip2->op()) {
403 !clip1->rect().contains(clip2->rect())) {
420 if (!dbmr->dstRect().contains(clip2->rect())) {
463 SkClipRectCommand* clip2 = local
468 SkScalar newSrcLeft = dbmr->srcRect()->fLeft + clip2->rect().fLeft - dbmr->dstRect().fLeft;
469 SkScalar newSrcTop = dbmr->srcRect()->fTop + clip2->rect().fTop - dbmr->dstRect().fTop;
472 clip2->rect().width(), clip2->rect().height())
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 636 inline int clip2(int x) function in class:omx_vdec
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 376 static int clip2(int x) function
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 674 inline int clip2(int x) { function in class:omx_vdec
    [all...]
omx_vdec_hevc.h 651 inline int clip2(int x) { function in class:omx_vdec
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 475 static int clip2(int x) function
    [all...]

Completed in 785 milliseconds