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

1 2 3 4 5 67 8 91011>>

  /frameworks/base/docs/html/intl/ja/
index.jd 27 <div id="list-clip">
31 </div><!-- end list-clip -->
100 div#list-clip {
  /frameworks/base/libs/surfaceflinger/
LayerBlur.cpp 113 void LayerBlur::onDraw(const Region& clip) const
149 Region::const_iterator it = clip.begin();
150 Region::const_iterator const end = clip.end();
LayerBlur.h 43 virtual void onDraw(const Region& clip) const;
LayerDim.h 49 virtual void onDraw(const Region& clip) const;
  /external/opencore/nodes/pvdownloadmanagernode/config/opencore/
pvmf_downloadmanager_config.h 52 ** A tunable parameter setting the maximum clip bitrate supported
  /external/quake/quake/src/QW/client/
r_aclip.c 20 // r_aclip.c: clip routines for drawing Alias models directly to the screen
192 void(*clip)(finalvert_t *pfv0, finalvert_t *pfv1, finalvert_t *out) )
208 clip (&in[j], &in[i], &out[k]);
260 // clip
  /external/quake/quake/src/QW/server/
world.h 64 // so it doesn't clip against itself
  /external/quake/quake/src/WinQuake/
r_aclip.cpp 20 // r_aclip.c: clip routines for drawing Alias models directly to the screen
192 void(*clip)(finalvert_t *pfv0, finalvert_t *pfv1, finalvert_t *out) )
208 clip (&in[j], &in[i], &out[k]);
260 // clip
world.h 50 // so it doesn't clip against itself
  /external/skia/src/core/
SkBlitter_Sprite.cpp 56 void SkSpriteBlitter::blitMask(const SkMask&, const SkIRect& clip)
  /external/skia/xcode/Simple/
SimpleApp.cpp 55 // e.g. return a picture-canvas, or wack the clip or matrix, etc.
  /external/webkit/WebCore/platform/graphics/
GeneratedImage.cpp 41 context->clip(dstRect);
  /external/webkit/WebCore/plugins/
PluginView.h 196 // This method is used by plugins on all platforms to obtain a clip rect that includes clips set by WebCore,
197 // e.g., in overflow:auto sections. The clip rects coordinates are in the containing window's coordinate space.
198 // This clip includes any clips that the widget itself sets up for its children.
411 IntRect m_clipRect; // The clip rect to apply to a windowed plug-in
  /external/webkit/WebCore/svg/graphics/filters/
SVGFilter.cpp 69 // clip every filter effect to the filter region
  /external/webkit/WebKit/win/WebCoreSupport/
EmbeddedWidget.h 81 WebCore::IntRect m_clipRect; // The clip rect to apply to an embedded view.
  /frameworks/base/awt/com/android/internal/awt/
AndroidGraphicsFactory.java 64 int translateY, MultiRectArea clip) {
  /frameworks/base/awt/org/apache/harmony/awt/gl/image/
BufferedImageGraphics2D.java 47 clip(bounds);
  /packages/apps/Gallery/src/com/android/camera/
ActionMenuButton.java 32 * and TextView's clip is too aggressive.
  /cts/tests/tests/graphics/src/android/graphics/cts/
RegionTest.java 1540 Region clip = new Region(0, 0, 10, 10); local
1585 Region clip = new Region(); local
    [all...]
  /external/opencore/fileformats/mp3/parser/src/
mp3parser.cpp 657 // not a valid duration, just set the clip to be VBR type
686 * Purpose : Fetches duration of the clip playing
    [all...]
  /external/iproute2/tc/
q_atm.c 47 "[ clip ]\n");
143 else if (!strcmp(*argv,"clip")) {
  /external/opencore/codecs_v2/video/m4v_h263/enc/src/
fastquant.cpp 170 if (shortHeader) ac_clip = 126; /* clip between [-127,126] (standard allows 127!) */
171 else ac_clip = 2047; /* clip between [-2048,2047] */
235 // dequant and clip
288 if (shortHeader) ac_clip = 126; /* clip between [-127,126] (standard allows 127!) */
289 else ac_clip = 2047; /* clip between [-2048,2047] */
397 // dequant and clip
455 if (shortHeader) ac_clip = 126; /* clip between [-127,126] (standard allows 127!) */
456 else ac_clip = 2047; /* clip between [-2048,2047] */
  /external/qemu/audio/
audio_int.h 76 f_sample *clip; member in struct:HWVoiceOut
133 f_sample *clip; member in struct:SWVoiceIn
  /external/skia/include/core/
SkPicture.h 54 be faithfully recorded, but the recording canvas' current clip will
58 clip-query calls will reflect the path's bounds, not the actual
  /external/sonivox/jet_tools/JetCreator/
JetPreview.py 56 """ Triggers a clip by clicking on it """
76 """ Triggers a clip via function """

Completed in 783 milliseconds

1 2 3 4 5 67 8 91011>>