HomeSort by relevance Sort by last modified time
    Searched full:clip2 (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/third_party/skia/gm/
simpleaaclip.cpp 71 SkAAClip clip2; local
72 clip2.setPath(fRectPath, NULL, true);
73 clip->op(clip2, op);
  /external/chromium_org/third_party/skia/tests/
ClipCacheTest.cpp 178 SkClipStack clip2(bound2);
180 cache.acquireMask(clip2.getTopmostGenID(), desc, bound2);
189 check_state(reporter, cache, clip2, texture2, bound2);
192 REPORTER_ASSERT(reporter, cache.canReuse(clip2.getTopmostGenID(), bound2));
AAClipTest.cpp 261 SkAAClip clip2; local
263 bool nonEmptyAA = clip2.op(clip0, clip1, op);
265 if (nonEmptyAA != nonEmptyBW || clip2.getBounds() != rgn2.getBounds()) {
272 clip2.getBounds().fLeft, clip2.getBounds().fTop,
273 clip2.getBounds().right(), clip2.getBounds().bottom());
276 REPORTER_ASSERT(reporter, clip2.getBounds() == rgn2.getBounds());
280 clip2.copyToMask(&maskAA);
  /external/skia/tests/
ClipCacheTest.cpp 180 SkClipStack clip2(bound2);
182 cache.acquireMask(clip2.getTopmostGenID(), desc, bound2);
191 check_state(reporter, cache, clip2, texture2, bound2);
196 REPORTER_ASSERT(reporter, cache.canReuse(clip2.getTopmostGenID(), bound2));
AAClipTest.cpp 261 SkAAClip clip2; local
263 bool nonEmptyAA = clip2.op(clip0, clip1, op);
265 if (nonEmptyAA != nonEmptyBW || clip2.getBounds() != rgn2.getBounds()) {
272 clip2.getBounds().fLeft, clip2.getBounds().fTop,
273 clip2.getBounds().right(), clip2.getBounds().bottom());
276 REPORTER_ASSERT(reporter, clip2.getBounds() == rgn2.getBounds());
280 clip2.copyToMask(&maskAA);
  /external/skia/gm/
simpleaaclip.cpp 71 SkAAClip clip2; local
72 clip2.setPath(fRectPath, NULL, true);
73 clip->op(clip2, op);
  /external/chromium_org/third_party/skia/tools/
filtermain.cpp 386 SkClipRectCommand* clip2 = local
391 if (clip0->doAA() || clip1->doAA() || clip2->doAA()) {
397 SkRegion::kIntersect_Op != clip2->op()) {
402 !clip1->rect().contains(clip2->rect())) {
419 if (!dbmr->dstRect().contains(clip2->rect())) {
462 SkClipRectCommand* clip2 = local
467 SkScalar newSrcLeft = dbmr->srcRect()->fLeft + clip2->rect().fLeft - dbmr->dstRect().fLeft;
468 SkScalar newSrcTop = dbmr->srcRect()->fTop + clip2->rect().fTop - dbmr->dstRect().fTop;
471 clip2->rect().width(), clip2->rect().height())
    [all...]
  /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...]
  /cts/tests/tests/graphics/res/drawable/
vector_icon_clip_path_1.xml 48 android:name="clip2"
  /frameworks/base/tests/VectorDrawableTest/res/drawable/
vector_drawable03.xml 48 android:name="clip2"
vector_drawable04.xml 38 android:name="clip2"
  /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 165 inline int clip2(int x) { function in class:venc_dev
video_encoder_device_v4l2.h 374 inline int clip2(int x) { function in class:venc_dev
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
omx_vdec.h 635 inline int clip2(int x) function in class:omx_vdec
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
omx_vdec.h 714 inline int clip2(int x) { function in class:omx_vdec
    [all...]
omx_vdec_hevc.h 647 inline int clip2(int x) { function in class:omx_vdec
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/venc/src/
video_encoder_device.cpp     [all...]
video_encoder_device_copper.cpp     [all...]
  /cts/hostsidetests/appsecurity/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/
AccessPermissionWithDiffSigTest.java 273 Uri grantClip2Uri = Uri.withAppendedPath(uri, "clip2");
    [all...]
  /hardware/qcom/media/mm-video-legacy/vidc/vdec/test/
omx_vdec_test.cpp 372 static int clip2(int x) function
    [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
video_encoder_device.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
omx_vdec.cpp     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/vdec/test/
omx_vdec_test.cpp 509 static int clip2(int x) function
    [all...]

Completed in 652 milliseconds

1 2