/external/skia/src/device/xps/ |
SkXPSDevice.cpp | 1918 HRESULT SkXPSDevice::clip(IXpsOMVisual* xpsVisual, const SkDraw& d) { function in class:SkXPSDevice [all...] |
/frameworks/base/core/java/android/widget/ |
ProgressBar.java | 401 private Drawable tileify(Drawable drawable, boolean clip) { 427 out.addState(in.getStateSet(i), tileify(in.getStateDrawable(i), clip)); local 448 return clip ? new ClipDrawable( [all...] |
GridLayout.java | 722 private static int clip(Interval minorRange, boolean minorWasDefined, int count) { method in class:GridLayout 755 final int minorSpan = clip(minorRange, minorWasDefined, count); [all...] |
TextView.java | 8836 ClipData clip = clipboard.getPrimaryClip(); local [all...] |
/frameworks/base/libs/hwui/ |
OpenGLRenderer.cpp | 277 const Rect* clip = &mTilingClip; local 279 clip = &(snapshot->layer->clipRect); 282 startTiling(*clip, getViewportHeight(), opaque, expand); 286 void OpenGLRenderer::startTiling(const Rect& clip, int windowHeight, bool opaque, bool expand) { 290 int leftNotZero = (clip.left > 0) ? 1 : 0; 291 int topNotZero = (windowHeight - clip.bottom > 0) ? 1 : 0; 294 clip.left - leftNotZero, 295 windowHeight - clip.bottom - topNotZero, 296 clip.right - clip.left + leftNotZero + 1 427 const Rect* clip = &mTilingClip; local 671 Rect clip; local 745 Rect clip; local 2710 const Rect* clip = pureTranslate ? mSnapshot->clipRect : &mSnapshot->getLocalClip(); local 2807 const Rect* clip = !pureTranslate ? NULL : currentClipRect(); local 2855 const Rect* clip = &mSnapshot->getLocalClip(); local [all...] |
/frameworks/native/opengl/libagl/ |
context.h | 138 vec4_t clip; member in struct:android::gl::vertex_t 266 // user clip planes
|
/external/chromium_org/cc/trees/ |
layer_tree_host_impl_unittest.cc | 244 scoped_ptr<LayerImpl> clip = local 246 clip->SetBounds( 252 scroll->SetScrollClipLayer(clip->id()); 267 clip->AddChild(page_scale.Pass()); 268 root->AddChild(clip.Pass()); 284 // TODO(wjmaclean) Add clip-layer pointer to parameters. [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_context.h | 56 * things like primitive type, Begin/end flags and clip codes. 107 * User clip planes are handled via cooperation with the VS thread. 931 /** Offset in the program cache to the CLIP program pre-gen6 */ 942 /** Offset in the program cache to the CLIP program pre-gen6 */ 945 /* Offset in the batch to the CLIP state on pre-gen6. */ 948 /* As of gen6, this is the offset in the batch to the CLIP VP, 952 } clip; member in struct:brw_context 958 /** Offset in the program cache to the CLIP program pre-gen6 */ [all...] |
/external/chromium_org/third_party/skia/tests/ |
PathTest.cpp | 123 SkRegion clip; local 124 clip.setRect(0, 0, 1255, 1925); 131 rgn.setPath(path, clip); 133 rgn.setPath(path, clip); 413 // This used to assert in the SK_DEBUG build, as the clip step would fail with [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_context.h | 56 * things like primitive type, Begin/end flags and clip codes. 107 * User clip planes are handled via cooperation with the VS thread. 931 /** Offset in the program cache to the CLIP program pre-gen6 */ 942 /** Offset in the program cache to the CLIP program pre-gen6 */ 945 /* Offset in the batch to the CLIP state on pre-gen6. */ 948 /* As of gen6, this is the offset in the batch to the CLIP VP, 952 } clip; member in struct:brw_context 958 /** Offset in the program cache to the CLIP program pre-gen6 */ [all...] |
/external/skia/tests/ |
PathTest.cpp | 96 SkRegion clip; local 97 clip.setRect(0, 0, 1255, 1925); 104 rgn.setPath(path, clip); 106 rgn.setPath(path, clip); 386 // This used to assert in the SK_DEBUG build, as the clip step would fail with [all...] |
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
GridLayout.java | 710 private static int clip(Interval minorRange, boolean minorWasDefined, int count) { method in class:GridLayout 743 final int minorSpan = clip(minorRange, minorWasDefined, count); [all...] |
/prebuilts/devtools/tools/lib/ |
jfreechart-swt-1.0.9.jar | |
draw9patch.jar | |
jfreechart-1.0.9.jar | |
/prebuilts/tools/common/jfreechart/ |
jfreechart-1.0.9-swt.jar | |
jfreechart-1.0.9.jar | |
/prebuilts/tools/common/m2/repository/jfree/jfreechart-swt/1.0.9/ |
jfreechart-swt-1.0.9.jar | |
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/ |
RenderStyle.h | 538 const Length& clipLeft() const { return visual->clip.left(); } 539 const Length& clipRight() const { return visual->clip.right(); } 540 const Length& clipTop() const { return visual->clip.top(); } 541 const Length& clipBottom() const { return visual->clip.bottom(); } 542 const LengthBox& clip() const { return visual->clip; } function in class:blink::RenderStyle 647 EFillBox backgroundClip() const { return static_cast<EFillBox>(m_background->background().clip()); } 660 EFillBox maskClip() const { return static_cast<EFillBox>(rareNonInheritedData->m_mask.clip()); } [all...] |
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
EditStyledText.java | 1478 ClipboardManager clip = local 1523 ClipboardManager clip = local [all...] |
/prebuilts/sdk/current/support/v7/gridlayout/libs/ |
android-support-v7-gridlayout.jar | |
/sdk/testapps/gridlayoutTest/v7-gridlayout/libs/ |
android-support-v7-gridlayout.jar | |
/external/proguard/lib/ |
proguardgui.jar | |
/prebuilts/tools/common/proguard/proguard4.7/lib/ |
proguardgui.jar | |
/frameworks/base/services/core/java/com/android/server/am/ |
ActivityManagerService.java | 7325 ClipData clip = intent.getClipData(); local [all...] |