HomeSort by relevance Sort by last modified time
    Searched full:clip (Results 276 - 300 of 617) sorted by null

<<11121314151617181920>>

  /frameworks/base/libs/surfaceflinger/
Layer.h 64 virtual void onDraw(const Region& clip) const;
  /frameworks/base/media/java/android/media/
JetPlayer.java 364 * Schedules the playback of a clip.
365 * This will automatically update the mute flags in sync with the JET Clip Marker (controller
371 * @param clipId the identifier of the clip to trigger.
372 * @return true if the clip was successfully triggered, false otherwise.
  /packages/apps/Contacts/src/com/android/contacts/
PinnedHeaderListView.java 49 * the bottom of the first shown element, push it up and clip.
  /packages/apps/Gallery3D/src/com/cooliris/media/
CanvasTexture.java 106 // change clip rect.
  /external/webkit/WebCore/html/canvas/
CanvasRenderingContext2D.cpp 689 void CanvasRenderingContext2D::clip() function in class:WebCore::CanvasRenderingContext2D
1108 c->clip(destRect);
    [all...]
  /external/webkit/WebCore/rendering/
RenderInline.cpp 686 // its controlClipRect will be wrong. For overflow clip we use the values cached by the layer.
    [all...]
InlineFlowBox.cpp 713 paintInfo.context->clip(IntRect(tx, ty, width(), height()));
724 // FIXME: We can do better here in the multi-line case. We want to push a clip so that the shadow doesn't
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 343 // test save current clip only, don't know how to get clip saved,
442 // test save current clip only, don't know how to get clip saved,
541 // test save current clip only, don't know how to get clip saved,
639 // test save current clip only, don't know how to get clip saved,
735 // test save current clip only, don't know how to get clip saved
    [all...]
  /external/bluetooth/bluez/audio/
gateway.c 66 #define AG_CALLER_IDENT_ENABLE "AT+CLIP=1\r"
404 else if ((cli = strstr(buf, "\r\n+CLIP"))) {
405 if (sscanf(cli, "\r\n+CLIP: \"%s", number) == 1) {
409 /* FIXME:signal will be emitted on each RING+CLIP.
418 error("process_ring(): '%s' in place of +CLIP after RING", buf);
  /external/quake/quake/src/QW/server/
sv_phys.c 38 solid_edge items only clip against bsp models.
229 The basic solid body movement clip that slides along multiple planes
324 // modify original_velocity so it parallels all of the clip planes
347 // Con_Printf ("clip velocity, numplanes == %i\n",numplanes);
407 // only clip against bmodels
  /external/webkit/WebCore/bindings/objc/
DOMCSS.mm 450 - (NSString *)clip
452 return [self getPropertyValue:@"clip"];
455 - (void)setClip:(NSString *)clip
457 [self setProperty:@"clip" value:clip priority:@""];
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 722 void GraphicsContext::clip(const FloatRect& rect) function in class:WebCore::GraphicsContext
730 void GraphicsContext::clip(const Path& path) function in class:WebCore::GraphicsContext
735 // path.platformPath()->dump(false, "clip path");
762 clip(path);
819 the matrix or clip, I do not give those flags (for performance)
    [all...]
  /external/webkit/WebKit/android/plugins/
android_npapi.h 618 /** Return the current clip bounds in local coordinates, expanding it to
620 current clip is empty, return false and ignore the bounds argument.
623 /** Return the current clip bounds in device coordinates in bounds. If the
624 current clip is empty, return false and ignore the bounds argument.
921 ANPRectI clip; member in struct:ANPEvent::__anon6541::__anon6546
    [all...]
  /frameworks/base/core/res/res/values/
attrs.xml     [all...]
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginView.mm 313 // "Clip-out" the plug-in when:
427 // Use the clip bounds from the context instead of the bounds we created
438 // Clip to the dirty region if drawing to a window. When drawing to another bitmap context, do not clip.
440 // Clip to dirty region so plug-in does not draw over already-drawn regions of the window that are
466 // Intersect the dirty region with the clip region, so that we only draw over dirty parts
519 // Clip to the dirty region if drawing to a window. When drawing to another bitmap context, do not clip.
    [all...]
  /external/kernel-headers/original/linux/
atmdev.h 264 ATM_VF_IS_CLIP, /* in use by CLIP protocol */
315 /* by CLIP and sch_atm. */
  /external/opencore/codecs_v2/video/avc_h264/enc/include/
pvavcencoderinterface.h 218 at the beginning of the clip, iIFrameInterval should be set to -1. For all I-frames coding
229 /** Specifies the duration of the clip in millisecond, needed for VBR encode. Set to 0 if unknown.*/
  /external/opencore/codecs_v2/video/m4v_h263/enc/include/
cvei.h 176 at the beginning of the clip, iIFrameInterval should be set to -1. */
246 /** Specifies the duration of the clip in millisecond.*/
  /external/opencore/fileformats/mp4/composer/include/
a_atomdefs.h 278 * Meta data towards the end of the clip
297 * Meta Data is towards the end of the clip.
  /external/opencore/nodes/common/include/
pvmf_source_context_data.h 272 OSCL_wHeapString<OsclMemAllocator> iDownloadFileName; //local file name of the downloaded clip
361 OSCL_wHeapString<OsclMemAllocator> iDownloadFileName; //local file name of the downloaded clip
  /external/opencore/nodes/pvprotocolenginenode/download_protocols/common/src/
pvdl_config_file.cpp 364 //client only downloads the clip which is smaller than this size
575 //client only downloads the clip which is smaller than this size
  /external/qemu/audio/
audio_template.h 160 sw->clip = mixeng_clip
289 hw->clip = mixeng_clip
fmodaudio.c 156 hw->clip (dst, src1, src_len1);
161 hw->clip (dst, src2, src_len2);
sdlaudio.c 347 hw->clip (buf, src, chunk);
404 hw->clip (dst, src, samples);
  /external/quake/quake/src/QW/client/
r_sprite.c 93 // clip the winding
182 // clip to the frustum in worldspace

Completed in 797 milliseconds

<<11121314151617181920>>