/external/chromium_org/ui/ozone/platform/dri/ |
dri_surface_factory.cc | 39 SkRect clip; local 40 clip.set( 42 canvas->clipRect(clip, SkRegion::kReplace_Op);
|
/external/mesa3d/src/mesa/tnl/ |
t_vb_vertex.c | 44 GLvector4f clip; member in struct:vertex_stage_data 56 /* This function implements cliptesting for user-defined clip planes. 62 GLvector4f *clip, \ 76 GLfloat *coord = (GLfloat *)clip->data; \ 77 GLuint stride = clip->stride; \ 78 GLuint count = clip->count; \ 161 VB->ClipPtr = TransformRaw( &store->clip, 181 /* Cliptest and perspective divide. Clip functions must clear 245 _mesa_vector4f_alloc( &store->clip, 0, size, 32 ); 252 !store->clip.data | [all...] |
/external/proguard/src/proguard/gui/splash/ |
ClipSprite.java | 26 * This Sprite encapsulates another Sprite, which is clipped by a clip Sprite. 40 * @param insideClipColor the background color inside the clip sprite. 41 * @param outsideClipColor the background color outside the clip sprite. 42 * @param clipSprite the clip Sprite. 63 Rectangle clip = graphics.getClipBounds(); local 66 graphics.fillRect(0, 0, clip.width, clip.height); 75 // Clear the clip area.
|
/packages/apps/Mms/src/com/android/mms/ui/ |
MessageListView.java | 46 ClipboardManager clip = local 48 clip.setText(item.mBody);
|
/external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/ |
ClipboardTest.java | 82 final ClipData clip = clipboardManager.getPrimaryClip(); local 83 assertEquals(EXPECTED_TEXT_RESULT, clip.getItemAt(0).coerceToText(getActivity())); 87 String htmlText = clip.getItemAt(0).getHtmlText(); 112 // Returns whether there is a primary clip with content on the current clipboard. 114 final ClipData clip = clipboardManager.getPrimaryClip(); local 115 if (clip != null && clip.getItemCount() > 0) { 116 return !TextUtils.isEmpty(clip.getItemAt(0).getText());
|
ContentViewCoreSelectionTest.java | 228 ClipData clip = ClipData.newPlainText("test", "Text to copy"); local 229 clipboardManager.setPrimaryClip(clip);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
DisplayList.h | 78 const SkRect& clip() const { return m_clip; } function in class:blink::FINAL
|
/external/chromium_org/third_party/skia/bench/ |
AAClipBench.cpp | 52 // jostle the clip regions each time to prevent caching 69 // this path tests out directly draw the clip primitive 70 // use it to comparing just drawing the clip vs. drawing using 71 // the clip 86 // This bench tests out nested clip stacks. It is intended to simulate 203 SkAAClip clip; local 205 clip.setPath(fPath, &fRegion, fDoAA); 207 clip.setRect(fRect, fDoAA); 220 // test conversion of a complex clip to a aaclip 235 SkAAClip clip; local [all...] |
/external/chromium_org/third_party/skia/samplecode/ |
SampleClip.cpp | 109 SkAAClip clip; local 111 clip.setRect(r); 121 SampleCode::TitleR(evt, "Clip");
|
SampleLayers.cpp | 47 const SkIRect& clip = iter.clip().getBounds(); local 48 SkDebugf("Layer[%d] bitmap [%d %d] X=%d Y=%d clip=[%d %d %d %d] alpha=%d\n", index++, 50 clip.fLeft, clip.fTop, clip.fRight, clip.fBottom,
|
/external/chromium_org/third_party/skia/tests/ |
ClipperTest.cpp | 28 * We had a bug where we misinterpreted the bottom of the clip, and 31 * should just draw to [1,1], [2,2], [3,3] modulo the clip. 60 const SkRect clip = { 0, 0, SkIntToScalar(300), SkIntToScalar(200) }; local 65 clipper.clipCubic(pts, clip);
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/base/ |
Clipboard.java | 58 * the clip; consumers of this API should familiarize themselves with the 70 final ClipData clip = mClipboardManager.getPrimaryClip(); local 71 if (clip != null && clip.getItemCount() > 0) { 72 final CharSequence sequence = clip.getItemAt(0).coerceToText(mContext); 81 * Gets the HTML text of top item on the primary clip on the Android clipboard. 84 * text or no entries on the primary clip. 89 final ClipData clip = mClipboardManager.getPrimaryClip(); local 90 if (clip != null && clip.getItemCount() > 0) [all...] |
/external/skia/bench/ |
AAClipBench.cpp | 52 // jostle the clip regions each time to prevent caching 69 // this path tests out directly draw the clip primitive 70 // use it to comparing just drawing the clip vs. drawing using 71 // the clip 86 // This bench tests out nested clip stacks. It is intended to simulate 203 SkAAClip clip; local 205 clip.setPath(fPath, &fRegion, fDoAA); 207 clip.setRect(fRect, fDoAA); 220 // test conversion of a complex clip to a aaclip 235 SkAAClip clip; local [all...] |
/external/skia/samplecode/ |
SampleClip.cpp | 109 SkAAClip clip; local 111 clip.setRect(r); 121 SampleCode::TitleR(evt, "Clip");
|
SampleLayers.cpp | 47 const SkIRect& clip = iter.clip().getBounds(); local 48 SkDebugf("Layer[%d] bitmap [%d %d] X=%d Y=%d clip=[%d %d %d %d] alpha=%d\n", index++, 50 clip.fLeft, clip.fTop, clip.fRight, clip.fBottom,
|
/external/skia/tests/ |
ClipperTest.cpp | 28 * We had a bug where we misinterpreted the bottom of the clip, and 31 * should just draw to [1,1], [2,2], [3,3] modulo the clip. 60 const SkRect clip = { 0, 0, SkIntToScalar(300), SkIntToScalar(200) }; local 65 clipper.clipCubic(pts, clip);
|
/frameworks/base/core/java/android/transition/ |
ChangeClipBounds.java | 35 private static final String PROPNAME_CLIP = "android:clipBounds:clip"; 59 Rect clip = view.getClipBounds(); local 60 values.values.put(PROPNAME_CLIP, clip); 61 if (clip == null) { 88 return null; // No animation required since there is no clip.
|
/frameworks/base/libs/hwui/ |
Snapshot.cpp | 126 bool Snapshot::clip(float left, float top, float right, float bottom, SkRegion::Op op) { function in class:android::uirenderer::Snapshot 192 // we may have to modify the previous snapshot's clip rect and clip 193 // region if the previous restore() call did not restore the clip 227 // ignore, don't replace, already have a high priority clip
|
/hardware/qcom/display/msm8960/libcopybit/ |
copybit.cpp | 162 struct copybit_rect_t clip; local 163 intersect(&clip, scissor, dst); 165 e->dst_rect.x = clip.l; 166 e->dst_rect.y = clip.t; 167 e->dst_rect.w = clip.r - clip.l; 168 e->dst_rect.h = clip.b - clip.t; 172 delta_x = (clip.t - dst->t); 173 delta_y = (dst->r - clip.r) [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Region_Delegate.java | 74 * @param shape1 the firt shape to combine which can be null if there's no original clip. 320 Region_Delegate clip = sManager.getDelegate(native_clip); local 321 if (clip != null) { 322 dstRegion.mArea.subtract(clip.getJavaArea());
|
/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/ |
IntentReceiverActivity.java | 64 ClipData clip = ClipData.newPlainText("", text); local 67 clipboard.setPrimaryClip(clip);
|
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/ |
CopyPasteTest.java | 57 ClipData clip = ClipData.newPlainText(""/*label*/, INITIAL_TEXT); local 58 mClipboard.setPrimaryClip(clip); 67 ClipData clip = ClipData.newPlainText(""/*label*/, INITIAL_TEXT); local 68 mClipboard.setPrimaryClip(clip); 98 ClipData clip = mClipboard.getPrimaryClip(); local 99 if (clip == null) { 102 ClipData.Item item = clip.getItemAt(0);
|
/external/chromium_org/content/browser/android/in_process/ |
synchronous_compositor_output_surface.cc | 168 gfx::Rect clip, 178 clip, 195 gfx::Rect clip = gfx::SkIRectToRect(canvas_clip); local 207 clip, 208 clip, 219 gfx::Rect clip, 231 clip, 244 cached_hw_clip_ = clip;
|
/external/chromium_org/ppapi/tests/ |
test_fullscreen.cc | 275 pp::Rect clip = view.GetClipRect(); local 287 // NOTE: we cannot reliably test for clip size being equal to the screen
|
/external/chromium_org/third_party/WebKit/Source/core/paint/ |
ImagePainter.cpp | 62 // FIXME: Clip path instead of context when Skia pathops is ready. 65 paintInfo.context->clip(m_renderImage.absoluteContentBox()); 156 bool clip = !contentRect.contains(paintRect); local 157 if (clip) { 159 context->clip(contentRect); 164 if (clip)
|