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

1 2 3 4 5 6 7 8 91011>>

  /development/samples/browseable/ElevationDrag/
_index.jd 9 z-translation are used to render the shadows and the views are clipped using different
  /external/skia/tests/
ClipCubicTest.cpp 79 SkPoint clipped[4], shouldbe[4]; local
87 success = clipper.clipCubic(crv, clipped);
89 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve(
95 success = clipper.clipCubic(crv, clipped);
97 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve(
103 success = clipper.clipCubic(crv, clipped);
105 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve(
111 success = clipper.clipCubic(crv, clipped);
117 success = clipper.clipCubic(crv, clipped);
119 REPORTER_ASSERT(reporter, CurvesAreEqual(clipped, SetCurve
    [all...]
QuickRejectTest.cpp 77 // if the bitmap is clipped out, we don't draw it
84 // be clipped out.
FillPathTest.cpp 27 // Lines which is not clipped by boundary based clipping,
  /developers/build/prebuilts/gradle/ClippingBasic/Application/tests/src/com/example/android/clippingbasic/tests/
SampleTests.java 55 assertNotNull("Clipped frame is null", mTestActivity.findViewById(R.id.frame));
60 * Triggers a click on the button and tests if the view is clipped afterwards.
65 // Initially, the view is not clipped.
71 // Check that the view has been clipped.
  /developers/samples/android/ui/views/Clipping/ClippingBasic/Application/tests/src/com/example/android/clippingbasic/tests/
SampleTests.java 55 assertNotNull("Clipped frame is null", mTestActivity.findViewById(R.id.frame));
60 * Triggers a click on the button and tests if the view is clipped afterwards.
65 // Initially, the view is not clipped.
71 // Check that the view has been clipped.
  /external/skia/src/views/
SkBGViewArtist.cpp 23 // only works for views that are clipped their bounds.
  /external/skia/tools/lua/
paths_agg.lua 17 io.write("Number of clipped paths: ", clipPaths, "\n");
19 io.write("Number of clipped software paths: ", swClipPaths, "\n");
  /developers/samples/android/ui/views/Elevation/ElevationDrag/
template-params.xml 35 z-translation are used to render the shadows and the views are clipped using different
63 z-translation are used to render the shadows and the views are clipped using different
71 z-translation are used to render the shadows and the views are clipped using different
  /developers/build/prebuilts/gradle/ElevationDrag/Application/src/main/res/values/
base-strings.xml 25 z-translation are used to render the shadows and the views are clipped using different
  /development/samples/browseable/ElevationDrag/res/values/
base-strings.xml 25 z-translation are used to render the shadows and the views are clipped using different
  /external/skia/src/core/
SkScanPriv.h 36 // blit the rects above and below avoid, clipped to clip
SkQuadClipper.h 33 /** Iterator that returns the clipped segements of a quad clipped to a rect.
  /frameworks/base/tools/preload/
Compile.java 52 String clipped = line.substring(19); local
53 records.add(new Record(clipped, lineNumber));
  /external/proguard/src/proguard/gui/splash/
ClipSprite.java 26 * This Sprite encapsulates another Sprite, which is clipped by a clip Sprite.
43 * @param sprite the clipped Sprite.
  /frameworks/base/core/java/android/view/
ViewAnimationUtils.java 35 * Views clipped by a circular reveal animation take priority over
45 * @param view The View will be clipped to the animating circle.
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
scale_argb.h 29 // Clipped scale takes destination rectangle coordinates for clip values.
  /external/skia/include/utils/
SkCullPoints.h 27 kNo_Result, //!< line segment was completely clipped out
  /frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
AccessibilityNodeInfoHelper.java 28 * Returns the node's bounds clipped to the size of the display
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
FullMessageContract.java 22 * message in the case where messages can be clipped.
  /external/deqp/modules/glshared/
glsRasterizationTestUtil.hpp 111 * triangle should not be z-clipped. If multisample is false, the pixel
120 * by RasterizationArguments. Triangles should not be z-clipped.
131 * by RasterizationArguments. Lines should not be z-clipped.
142 * by RasterizationArguments. Points should not be z-clipped.
153 * valid range. Triangles should not be z-clipped.
164 * valid range. Lines should not be z-clipped.
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pt_fetch_shade_pipeline_llvm.c 226 unsigned clipped = 0; local
240 clipped = fpme->current_variant->jit_func( &fpme->llvm->jit_context,
249 clipped = fpme->current_variant->jit_func_elts( &fpme->llvm->jit_context,
277 clipped = draw_pt_post_vs_run( fpme->post_vs, vert_info );
286 if (clipped) {
290 /* Do we need to run the pipeline? Now will come here if clipped
  /cts/tests/tests/graphics/src/android/graphics/cts/
ColorMatrixColorFilterTest.java 57 // color components are clipped, not scaled
79 // blue gets clipped
  /developers/build/prebuilts/gradle/ClippingBasic/
README.md 30 to be clipped is needed like following:
37 You can toggle if the View is clipped by calling [setClipToOutline(boolean)][2]
  /developers/build/prebuilts/gradle/ElevationDrag/
README.md 6 z-translation are used to render the shadows and the views are clipped using different
13 z-translation are used to render the shadows and the views are clipped using different

Completed in 332 milliseconds

1 2 3 4 5 6 7 8 91011>>