/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
NotificationViewWrapper.java | 69 * @return true if this template might need to be clipped with a round rect to make it look
|
ExpandableView.java | 277 * Sets the amount this view should be clipped from the top. This is used when an expanded 280 * @param clipTopAmount The amount of pixels this view should be clipped from top. 390 * Set that the view will be clipped by a given amount from the top. Contrary to
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
StackViewState.java | 47 * The amount which the view should be clipped from the top. This is calculated to
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
MosaicTypes.h | 74 BlendRect vcrect; // brect clipped using the voronoi neighbors
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
MosaicTypes.h | 74 BlendRect vcrect; // brect clipped using the voronoi neighbors
|
/external/deqp/modules/gles2/functional/ |
es2fClippingTests.cpp | [all...] |
/external/deqp/modules/gles3/functional/ |
es3fClippingTests.cpp | [all...] |
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_pixel_copy.c | 163 /* Adjust src coords for our post-clipped destination origin */ 174 /* Adjust dst coords for our post-clipped source origin */
|
/external/mesa3d/src/mesa/main/ |
image.c | 588 * GL_FALSE if image was completely clipped away (draw nothing) 709 * \return GL_FALSE if region is totally clipped, GL_TRUE otherwise. 737 * \return GL_FALSE if rect is totally clipped, GL_TRUE otherwise. 843 * The dest rect is clipped against both the buffer bounds and scissor bounds. 844 * The src rect is just clipped against the buffer bounds. 846 * When either the src or dest rect is clipped, the other is also clipped 852 * \return GL_TRUE if anything is left to draw, GL_FALSE if totally clipped
|
/external/pdfium/public/ |
fpdf_transformpage.h | 67 * @param[in] clipRect - A rectangle page area to be clipped. 110 * @Note. A clip path will be inserted before the page content stream or content array. In this way, the page content will be clipped
|
/external/skia/tests/ |
RecordingXfermodeTest.cpp | 17 // Verify that replay of a recording into a clipped canvas 86 // Note that the scene is drawn just into the clipped region!
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/ |
omxVCM4P2_QuantInvInter_I_s.s | 39 ; * The output coefficients are clipped to the range: [-2048, 2047]. 156 VSHRN dResult0,qResult0,#16 ;// Narrow the clipped Value to Halfword
|
omxVCM4P2_QuantInvIntra_I_s.s | 40 ; * The output coefficients are clipped to the range: [-2048, 2047]. 197 VSHRN dResult0,qResult0,#16 ;// Narrow the clipped Value to Halfword
|
/frameworks/base/libs/hwui/ |
DeferredDisplayList.h | 55 // global op bounds, mapped by mMatrix to be in screen space coordinates, clipped 61 int mClipSideFlags; // specifies which sides of the bounds are clipped, unclipped if cleared
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
ParameterUtils.java | 90 * <p>Values outside of this range are clipped to be within the range.</p> 96 * <p>Clipped to fit inside of the (effective) preview crop region.</p> 102 * <p>Clipped to fit inside of the (reported) resulting crop region.</p> 121 * <p>When converting to a more concrete type, out-of-range values are clipped; this prevents 142 * <p>If values are clipped, a warning is printed to logcat.</p> 166 * the score is clipped first and a warning is printed to logcat.</p> 192 * the score is clipped first and a warning is printed to logcat.</p> [all...] |
/external/skia/src/gpu/ |
GrDrawTarget.h | 179 * size in dst with top left at dstPoint. If the src rect is clipped by the 180 * src bounds then pixel values in the dst rect corresponding to area clipped 183 * limitations. If rect is clipped out entirely by the src or dst bounds then
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
LightingColorFilterTest.java | 61 // channels get clipped (no overflow into green or alpha)
|
/external/deqp/doc/testspecs/GLES2/ |
functional.scissors.txt | 41 + Partially clipped points
|
/external/libavc/encoder/ |
ih264e_half_pel.h | 62 * Applies a 6 tap horizontal filter .The output is clipped to 8 bits
|
/external/mesa3d/docs/ |
relnotes-6.4.html | 58 <li>glReadPixels clipped by window bounds was sometimes broken
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_tile.h | 43 * \return TRUE if tile is totally clipped, FALSE otherwise
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
gen6_viewport_state.c | 35 * and fragments are allowed to be generated and clipped out cheaply by the SF.
|
/external/mesa3d/src/mesa/math/ |
m_vector.h | 41 #define VEC_NOT_WRITEABLE 0x40 /* writable elements to hold clipped data */
|
/external/mesa3d/src/mesa/swrast/ |
s_zoom.c | 46 * \return GL_TRUE if any zoomed pixels visible, GL_FALSE if totally clipped 141 return; /* totally clipped */ 371 return; /* totally clipped */ 416 return; /* totally clipped */
|
/external/skia/gm/ |
clippedbitmapshaders.cpp | 68 descriptor.prepend("clipped-bitmap-shaders-");
|