/frameworks/base/media/mca/effect/java/android/media/effect/ |
Effect.java | 62 * bound already, and its size does not match the input texture size, the result may be clipped
|
/frameworks/base/services/core/java/com/android/server/policy/ |
RecentApplicationsBackground.java | 99 // so that the drawing is clipped.
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
PreloadIconDrawable.java | 114 // The draw region has been clipped.
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/util/ |
WindowLocationUtil.java | 112 // get bounds exclude padding, bitmap will be clipped by this bounds
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
CanvasTransform.java | 155 // include enough padding on the bottom to not make this look clipped.
|
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/ |
HtmlParser.java | 55 private boolean clipped; field in class:HtmlParser 130 return clipped; 194 clipped = false; 198 for (int i = 0; i < end && !clipped;) { 232 clipped = pos >= clipLength; 310 * We only want to find these at the end of a clipped text. 350 // If it was a false positive, the user won't notice that we clipped [all...] |
/external/mesa3d/docs/ |
versions.html | 378 <li>Z coordinates of clipped lines were incorrect 385 <li>polygons were sometimes culled instead of clipped 489 <li>clipped GL_TRIANGLE_STRIPs sometimes had wrong color when flat-shaded 526 <li>flat-shaded quads in a strip were miscolored if clipped 680 <li>clipped width and height of glReadPixels was sometimes off by one 682 <li>reading of pixels from clipped region was buggy 856 <li>clipped GL_LINE mode polygons had interior lines appear [all...] |
/external/skia/bench/ |
DashBench.cpp | 48 fName.printf("dash_%d_%s", width, doClip ? "clipped" : "noclip"); 297 // Want to test how we handle dashing when 99% of the dash is clipped out
|
/external/skia/include/core/ |
SkClipStack.h | 191 conservative bounding box of the pixels that aren't clipped (i.e., any pixels that can be 194 box of the pixels that _are_ clipped (i.e., any pixels that cannot be drawn to are inside
|
SkRegion.h | 137 * Set this region to the area described by the path, clipped. 350 * Y scanline, clipped to the specified left and right X values.
|
/external/skia/src/core/ |
SkEdgeClipper.cpp | 75 // Modify pts[] in place so that it is clipped in Y to the clip rect 228 // Modify pts[] in place so that it is clipped in Y to the clip rect
|
SkEdgeBuilder.cpp | 91 // we turn portions that are clipped out on the left/right into vertical
|
/frameworks/base/core/java/android/transition/ |
ChangeTransform.java | 113 * <p>Note: when Overlays are not used when a parent changes, a view can be clipped when 135 * <p>Note: when Overlays are not used when a parent changes, a view can be clipped when
|
/frameworks/base/libs/hwui/ |
RenderProperties.h | 591 // Returns true if damage calculations should be clipped to bounds 593 // clipped to this RP's bounds. But as we will damage -INT_MAX to INT_MAX
|
Properties.h | 115 * "highlight", drawing commands clipped by the stencil will
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
StyledCornersBitmapDrawable.java | 190 * where a WebView can corrupt the stencil buffer of the canvas when the canvas is clipped 204 * {@link #setCompatibilityMode compatibility mode} to draw fake corners to emulate clipped
|
/external/llvm/docs/ |
DebuggingJITedCode.rst | 79 20 // Returned result is clipped at 255...
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
presentation.c | 252 // TODO: we correctly support the clipping here, but not the pq background color in the clipped area....
|
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_feedback.c | 33 * post-clipped primitives. Also, there's concerns about the efficiency
|
st_cb_rasterpos.c | 143 /* if we get here, we didn't get clipped */
|
/external/skia/gm/ |
convex_all_line_paths.cpp | 137 // clipped triangle
|
/external/skia/src/gpu/ |
GrPathRenderer.h | 217 // by devSize. Non-inverse path bounds will not necessarily be clipped to devSize.
|
GrTestUtils.cpp | 202 // clipped triangle
|
/frameworks/base/docs/html/guide/topics/graphics/ |
view-animation.jd | 113 Even so, the animation will still be drawn beyond the bounds of its View and will not be clipped.
|
/frameworks/base/docs/html/training/material/ |
shadows-clipping.jd | 29 clipped by the parent by default.</p>
|