HomeSort by relevance Sort by last modified time
    Searched full:clipping (Results 76 - 100 of 334) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/docs/
versions.html 106 <li>glBitmap() and glDrawPixels() clipping
170 <li>view volume clipping of smooth shaded lines resulted in bad colors
196 <li>round-off errors in clipping lines against clip planes fixed
394 <li>GL_LINE_STRIP with > 480 vertices had occasional clipping problems
440 <li>clipping of concave polygons could cause a core dump
536 <li>fixed a two-sided lighting w/ clipping bug (black vertices)
600 <li>some clipping optimizations
605 <li>fixed clipping problem in long primitive strips
606 <li>fixed clipping bug when using 3Dfx driver
663 <li>glDrawPixels with zoomY!=1 and top/bottom clipping didn't wor
    [all...]
VERSIONS 71 - glBitmap() and glDrawPixels() clipping
125 - view volume clipping of smooth shaded lines resulted in bad colors
145 - round-off errors in clipping lines against clip planes fixed
307 - GL_LINE_STRIP with > 480 vertices had occasional clipping problems
347 - clipping of concave polygons could cause a core dump
431 - fixed a two-sided lighting w/ clipping bug (black vertices)
485 - some clipping optimizations
488 - fixed clipping problem in long primitive strips
489 - fixed clipping bug when using 3Dfx driver
540 - glDrawPixels with zoomY!=1 and top/bottom clipping didn't wor
    [all...]
relnotes-6.5.1.html 68 <li>clipping of lines against user-defined clip planes was broken (6512)
relnotes-6.5.2.html 73 <li>Line clipping was broken in some circumstances
  /external/quake/quake/src/WinQuake/
world.cpp 37 vec3_t mins2, maxs2; // size when clipping against mosnters
123 Returns a hull that can be used for testing or clipping an object of mins/maxs
136 // decide which clipping hull to use, based on the size
718 Handles selection or creation of a clipping hull, and offseting (and
735 // get the clipping hull
764 // trace a line through the apropriate clipping hull
830 Sys_Error ("Trigger in clipping list");
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.cpp 397 const FloatRect& clipping)
439 // The clipping rect calculation and intersetion will be done in content
443 clip.intersect(clipping);
446 setDrawClip(clipping);
457 const FloatRect& clipping, float opacity,
471 updateLocalTransformAndClip(parentMatrix, clipping);
780 // Then we apply the clipping
    [all...]
  /gdk/samples/quake/jni/
world.cpp 37 vec3_t mins2, maxs2; // size when clipping against mosnters
123 Returns a hull that can be used for testing or clipping an object of mins/maxs
136 // decide which clipping hull to use, based on the size
718 Handles selection or creation of a clipping hull, and offseting (and
735 // get the clipping hull
764 // trace a line through the apropriate clipping hull
830 Sys_Error ("Trigger in clipping list");
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
acelp.h 397 Word16 gp_clip, /* (i) : Gp Clipping flag */
505 Word16 mem[] /* (o) : memory of gain of pitch clipping algorithm */
508 Word16 mem[] /* (i/o) : memory of gain of pitch clipping algorithm */
512 Word16 mem[] /* (i/o) : memory of gain of pitch clipping algorithm */
516 Word16 mem[] /* (i/o) : memory of gain of pitch clipping algorithm */
  /external/quake/quake/src/QW/client/
pmovetst.c 326 // get the clipping hull
369 // get the clipping hull
392 // trace a line through the apropriate clipping hull
  /external/skia/src/gpu/
GrGpu.h 342 // clipping.
345 // keep track of whether we are using stencil clipping (as opposed to
363 // stencil settings to clip drawing when stencil clipping is in effect
GrGpu.cpp 359 // mapping depends on whether stencil-clipping is in effect.
361 {// Stencil-Clipping is DISABLED, effectively always inside the clip
371 {// Stencil-Clipping is ENABLED
667 // stencil bit used for clipping.
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h 83 // Clipping
145 // Clipping
469 // Clipping
PlatformGraphicsContextRecording.h 78 // Clipping
  /frameworks/native/opengl/libagl/
vertex.cpp 81 // frustum clipping and W-divide
108 // frustum clipping, user clipping and W-divide
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/
Renderer.java 142 * Specifies a clipping rectangle.
154 * Clears the clipping rectangle set with
  /external/webkit/Source/WebCore/rendering/
RenderLayerBacking.cpp 200 // Start by clipping to the view's bounds.
385 // The primary layer is then parented in, and positioned relative to this clipping layer.
464 // If we have a clipping layer (which clips descendants), then the foreground layer is a child of it,
465 // so that it gets correctly sorted with children. In that case, position relative to the clipping layer.
506 // siblings of the clipping layer if we have one. Normal children of this layer are set as
507 // children of the clipping layer.
537 m_ancestorClippingLayer->setName("Ancestor clipping Layer");
552 m_clippingLayer->setName("Child clipping Layer");
    [all...]
RenderLayerCompositor.cpp 439 // See if we need content or clipping layers. Methods called here should assume
    [all...]
RenderFieldset.cpp 163 // Create a clipping region around the legend and paint the border as normal
  /bionic/libm/src/
k_cos.c 53 * under FreeBSD, so don't pessimize things by forcibly clipping
  /external/chromium/base/threading/
platform_thread_posix.cc 181 // don't do the name length clipping as above because it will be
  /external/chromium/chrome/browser/ui/cocoa/
styled_text_field_cell.mm 189 // outer border line on the bottom and right. The clipping change
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_surface.c 366 * Set the clipping rectangle for a blittable surface
383 /* Set the clipping rectangle */
398 * The upper part, SDL_UpperBlit(), performs clipping and rectangle
578 /* Perform clipping */
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCLayerImpl.h 104 // Debug layer border - visual effect only, do not change geometry/clipping/etc.
  /external/webkit/Source/WebCore/rendering/svg/
RenderSVGResourceMasker.cpp 202 // Resource was not layouted yet. Give back clipping rect of the mask.
  /external/webkit/Source/WebKit/mac/WebView/
WebRenderLayer.mm 102 layerType = [layerType stringByAppendingString:@" (clipping)"];

Completed in 330 milliseconds

1 2 34 5 6 7 8 91011>>