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

<<11121314151617181920>>

  /sdk/draw9patch/src/com/android/draw9patch/ui/
ImageEditorPanel.java     [all...]
  /system/core/libpixelflinger/
raster.cpp 75 // clip to scissor
  /external/quake/quake/src/QW/client/
pmove.c 102 The basic solid body movement clip that slides along multiple planes
178 // modify original_velocity so it parallels all of the clip planes
200 // Con_Printf ("clip velocity, numplanes == %i\n",numplanes);
r_alias.c 150 // we must clip points that are closer than the near clip plane
303 // clip and draw all triangles
r_local.h 313 void R_ClipEdge (mvertex_t *pv0, mvertex_t *pv1, clipplane_t *clip);
  /external/quake/quake/src/WinQuake/
r_alias.cpp 150 // we must clip points that are closer than the near clip plane
303 // clip and draw all triangles
  /external/skia/src/core/
SkScalerContext.cpp 425 SkRegion clip; local
438 clip.setRect(0, 0, glyph->fWidth, glyph->fHeight);
446 draw.fClip = &clip;
  /external/webkit/WebCore/platform/graphics/skia/
PlatformContextSkia.cpp 218 // The clip image only needs to be applied once. Reset the image so that we
219 // don't attempt to clip multiple times.
260 // If we are currently tracking any anti-alias clip paths, then we already
  /frameworks/base/core/java/android/widget/
ProgressBar.java 232 private Drawable tileify(Drawable drawable, boolean clip) {
258 out.addState(in.getStateSet(i), tileify(in.getStateDrawable(i), clip)); local
274 return (clip) ? new ClipDrawable(shapeDrawable, Gravity.LEFT,
ExpandableListView.java 399 final boolean clip = mClipChildDivider;
400 if (!clip) {
407 if (clip) {
    [all...]
  /frameworks/base/media/libstagefright/codecs/aacdec/
pvmp4audiodecoderresetbuffer.cpp 65 This function is called when the same audio clip will be played again from
67 the "loop-mode" is selected on PVPlayer. Since it is the same audio clip to
182 * clip will be played again from the beginning.
  /packages/apps/Browser/src/com/android/browser/
BrowserBookmarksPage.java 717 IClipboard clip = IClipboard.Stub.asInterface(ServiceManager.getService("clipboard")); local
718 if (clip != null) {
719 clip.setClipboardText(text);
  /external/webkit/WebCore/rendering/
InlineTextBox.cpp 297 context->clip(shadowRect);
597 context->clip(IntRect(m_x + tx, y + ty, m_width, h));
687 context->clip(clipRect);
699 // The last set of lines paints normally inside the clip.
    [all...]
RenderObject.h 121 return type == o.type && bounds == o.bounds && clip == o.clip && label == o.label;
130 IntRect clip; member in struct:WebCore::DashboardRegionValue
    [all...]
  /frameworks/base/tests/DumpRenderTree/assets/results/
layout_tests_nontext.txt     [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java     [all...]
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 768 // set clip rect to match revised damage rect
771 gc->clip(r);
    [all...]
  /frameworks/base/services/surfaceflinger/
Layer.cpp 228 void Layer::onDraw(const Region& clip) const
251 Region holes(clip.subtract(under));
257 drawWithOpenGL(clip, tex);
  /bionic/libm/src/
k_rem_pio2f.c 172 fw = *(volatile float *)&fw; /* clip any extra precision */
  /external/libvpx/examples/includes/geshi/geshi/
css.php 74 'clip', 'color', 'content', 'counter-increment', 'counter-reset',
  /external/libvpx/vp8/encoder/
onyx_int.h 387 int av_per_frame_bandwidth; // Average frame size target for clip
ratectrl.c 860 // Are we overshooting the long term clip data rate...
882 // term clip data rate target is also important
    [all...]
  /external/qemu/audio/
esdaudio.c 127 hw->clip (esd->pcm_buf, src, chunkSamples);
wavaudio.c 92 hw->clip (dst, src, convert_samples);
  /external/quake/quake/src/QW/
qwchangelog.txt 151 - add other player clip hulls to player prediction and local prediction

Completed in 524 milliseconds

<<11121314151617181920>>