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

1 2 3 4 5 67 8 91011>>

  /frameworks/base/libs/hwui/
Snapshot.cpp 200 // compute area under rounded corners - only draws overlapping these rects need to be clipped
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
FakeShadowDrawable.java 117 Log.w("CardView", "Shadow size is being clipped by the max shadow size. See "
TaskViewThumbnail.java 69 // Task bar clipping, the top of this thumbnail can be clipped against the opaque header
TaskView.java 497 * Returns whether this view should be clipped, or any views below should clip against this
504 /** Sets whether this view should be clipped, or clipped against. */
  /frameworks/base/tools/layoutlib/bridge/src/android/view/
RectShadowPainter.java 110 * slightly from above. Also, remove clipping, so that shadow is not clipped.
  /hardware/intel/common/libva/va/
va_dec_vp8.h 232 * all Q indexs should be clipped to be range [0, 127]
  /packages/apps/Messaging/src/com/android/messaging/ui/animation/
ViewGroupItemVerticalExplodeAnimation.java 137 // be properly clipped to the container bounds during the animation.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/
TransitionImageAnimation.java 228 // FIXME: this assumes 3rd image will be clipped by "1st union 2nd",
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CursorAnchorInfoUtils.java 84 // We've been able to walk up the view hierarchy and the position was never clipped
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
videodev.h 153 /* bitmap is 1024x625, a '1' bit represents a clipped pixel */
  /external/deqp/framework/referencerenderer/
rrRenderer.cpp 153 * \brief Get clipped portion of the second endpoint
169 * \brief Get clipped portion of the endpoint
171 * How much (in [0-1] range) of a line segment v0-v1 would be clipped
274 void clipTriangleOneVertex (std::vector<TriangleVertex>& clippedEdges, const ClipVolumePlane& plane, const TriangleVertex& clipped, const TriangleVertex& v1, const TriangleVertex& v2)
285 const TriangleVertex& outside = clipped;
309 const TriangleVertex& outside = clipped;
343 clippedEdges.push_back(clipped);
367 // this edge cannot be clipped because the edge is really close to the volume boundary
391 // this edge cannot be clipped because the edge is really close to the volume boundary
719 // Lines are clipped only by the far and the near planes here. Line clipping by other planes done in the rasterization (…)
    [all...]
  /external/skia/src/core/
SkScan_Path.cpp 303 // of the spans it is given (clipped to the left/right of the cliprect)
526 if (!skipRejectTest && !SkIRect::Intersects(*fClipRect, ir)) { // completely clipped out
534 // only need a wrapper blitter if we're horizontally clipped
SkBitmapDevice.cpp 251 // needed (if the src was clipped). No check needed if src==null.
SkLineClipper.cpp 198 // Check if we're completely clipped out in Y (above or below
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 615 clipped, new = new[:lineno-1], new[lineno-1:]
616 assert clipped == [u"\n"] * (lineno-1), clipped
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 615 clipped, new = new[:lineno-1], new[lineno-1:]
616 assert clipped == [u"\n"] * (lineno-1), clipped
  /external/mesa3d/docs/
VERSIONS 292 - Z coordinates of clipped lines were incorrect
299 - polygons were sometimes culled instead of clipped
391 - clipped GL_TRIANGLE_STRIPs sometimes had wrong color when flat-shaded
422 - flat-shaded quads in a strip were miscolored if clipped
558 - clipped width and height of glReadPixels was sometimes off by one
560 - reading of pixels from clipped region was buggy
702 - clipped GL_LINE mode polygons had interior lines appear
    [all...]
  /frameworks/base/docs/html/guide/topics/resources/
drawable-resource.jd 238 <td>Additional option that can be set to have the top and/or bottom edges of the child clipped to
243 <td>Additional option that can be set to have the left and/or right edges of the child clipped to
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_blorp_blit.cpp 81 * clipped off of the left and right sides of it.
105 * that were clipped/scissored out of the destination rectangle.
218 /* If the destination rectangle needs to be clipped or scissored, do so.
224 /* Everything got clipped/scissored away, so the blit was successful. */
228 /* If the source rectangle needs to be clipped or scissored, do so. */
233 /* Everything got clipped/scissored away, so the blit was successful. */
    [all...]
  /frameworks/base/core/java/android/content/
ClipData.java 41 * Representation of a clipped data on the clipboard.
77 * <p>If all you want is the textual representation of the clipped data, you
178 * to create when pasting a clipped item on to the home screen.
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_linetemp.h 126 * Despite being clipped to the view volume, the line's window coordinates
  /external/pdfium/fpdfsdk/src/
fpdf_transformpage.cpp 274 // Empty clipping (totally clipped out)
  /external/proguard/src/proguard/preverify/
CodeSubroutineInliner.java 391 System.out.println(" Appending clipped exception ["+exceptionInfo.u2startPC+" -> "+exceptionInfo.u2endPC+"] ~> ["+startPC+" -> "+endPC+"] -> "+handlerPC);
  /external/skia/gm/
cubicpaths.cpp 12 // skbug.com/1316 shows that this cubic, when slightly clipped, creates big
  /external/skia/include/core/
SkMaskFilter.h 60 drawing a clipped object to know how much larger to allocate the src before

Completed in 580 milliseconds

1 2 3 4 5 67 8 91011>>