/frameworks/support/v7/gridlayout/res/values/ |
attrs.xml | 175 The clip will be based on the vertical gravity: a top gravity will clip the bottom 176 edge, a bottom gravity will clip the top edge, and neither will clip both edges. 182 The clip will be based on the horizontal gravity: a left gravity will clip the right 183 edge, a right gravity will clip the left edge, and neither will clip both edges.
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
borders_test.cc | 49 // Validate that this non multiple of 64 wide clip encodes and decodes 65 // Validate that this clip encodes and decodes without a mismatch
|
/prebuilts/sdk/current/support/v7/gridlayout/res/values/ |
attrs.xml | 175 The clip will be based on the vertical gravity: a top gravity will clip the bottom 176 edge, a bottom gravity will clip the top edge, and neither will clip both edges. 182 The clip will be based on the horizontal gravity: a left gravity will clip the right 183 edge, a right gravity will clip the left edge, and neither will clip both edges.
|
/sdk/testapps/gridlayoutTest/v7-gridlayout/res/values/ |
attrs.xml | 180 The clip will be based on the vertical gravity: a top gravity will clip the bottom 181 edge, a bottom gravity will clip the top edge, and neither will clip both edges. 187 The clip will be based on the horizontal gravity: a left gravity will clip the right 188 edge, a right gravity will clip the left edge, and neither will clip both edges.
|
/external/skia/src/gpu/text/ |
GrStencilAndCoverTextContext.cpp | 76 const GrClip& clip, const GrPaint& paint, 85 GrPipelineBuilder pipelineBuilder(paint, dc->accessRenderTarget(), clip); 92 fFallbackTextContext->drawText(context, dc, clip, paint, skPaint, viewMatrix, props, text, 98 GrTextUtils::DrawTextAsPath(context, dc, clip, skPaint, viewMatrix, text, byteLength, x, y, 103 const GrClip& clip, 118 GrPipelineBuilder pipelineBuilder(paint, dc->accessRenderTarget(), clip); 125 fFallbackTextContext->drawPosText(context, dc, clip, paint, skPaint, viewMatrix, props, 132 GrTextUtils::DrawPosTextAsPath(context, dc, props, clip, skPaint, viewMatrix, text, 138 const GrClip& clip, const SkPaint& skPaint, 171 this->drawText(context, dc, clip, grPaint, runPaint, viewMatrix, props [all...] |
/art/runtime/interpreter/mterp/arm/ |
op_float_to_long.S | 8 * We have to clip values to long min/max per the specification. The
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
IntrinsicHistogram.java | 51 private void testNorm(int inVSize, int outVSize, int w, int h, boolean clip) { 65 if (clip) { 172 private void testDot(int inVSize, int w, int h, boolean clip) { 191 if (clip) {
|
/development/samples/HoneycombGallery/res/values/ |
strings.xml | 20 <string name="clip_label">Clip Label</string>
|
/external/autotest/frontend/client/src/autotest/public/ |
tkoclient.css | 1 /* this combination of styles makes a div clip it's contents */
|
/external/clang/test/CodeGenObjCXX/ |
arc-cxx11-member-init.mm | 21 XClipboardDataSet clip;
|
/external/clang/test/SemaTemplate/ |
instantiate-invalid.cpp | 6 template<class Clip=rasterizer_sl_clip_int> class rasterizer_scanline_aa
|
/external/dng_sdk/source/ |
dng_render.h | 203 /// Set shadow clip amount. 204 /// \param shadows Shadow clip amount. 211 /// Get shadow clip amount. 212 /// \retval Shadow clip amount.
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
scale_argb.h | 29 // Clipped scale takes destination rectangle coordinates for clip values.
|
/external/libyuv/files/include/libyuv/ |
scale_argb.h | 29 // Clipped scale takes destination rectangle coordinates for clip values.
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
draw_cliptest_tmp.h | 67 out->clip[i] = clipvertex[i]; 86 /* Clip Z planes according to full cube, half cube or none. 106 * for user clipping check if we have a clip distance output 114 /* first four clip distance in first vector etc. */
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_driver.h | 162 uint8_t clipDistance; /* index of first clip distance output */ 163 uint8_t clipDistanceMask; /* mask of clip distances defined */ 164 uint8_t cullDistanceMask; /* clip distance mode (1 bit per output) */ 165 int8_t genUserClip; /* request user clip planes for ClipVertex */
|
/external/mesa3d/src/mesa/main/ |
clip.h | 2 * \file clip.h
|
/external/opencv3/samples/python2/ |
color_histogram.py | 48 h = np.clip(h*0.005*hist_scale, 0, 1)
|
/external/skia/bench/ |
SKPBench.h | 19 * Runs an SkPicture as a benchmark by repeatedly drawing it scaled inside a device clip.
|
microbench.json | 52 "name": "clip",
|
/external/skia/experimental/nanomsg/ |
picture_demo.cpp | 21 SkRect clip; member in struct:PictureHeader 28 , clip(SkRect::MakeLargest()) 90 header.clip.setLTRB(l,t,r,b); 154 canvas->clipRect(header.clip);
|
/external/skia/gm/ |
clipdrawdraw.cpp | 26 // draw a black rect through the clip
|
pathfill.cpp | 151 // test inverse-fill w/ a clip that completely excludes the geometry 171 const SkRect* clip, SkScalar top, const SkScalar bottom) { 173 if (clip) { 174 SkRect r = *clip;
|
/external/skia/src/core/ |
SkSpriteBlitter.h | 28 void blitMask(const SkMask&, const SkIRect& clip) override;
|
/external/skia/tests/ |
ClipBoundsTest.cpp | 39 // create a clip stack that will (trivially) reduce to a single rect that
|