/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/upstream-freebsd/lib/msun/src/ |
k_cos.c | 52 * 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.15/docs/html/ |
sdlblitsurface.html | 166 > after all clipping is performed
|
sdlupdaterects.html | 125 clipping is done).</P
|
/external/qemu/distrib/sdl-1.2.15/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/skia/include/gpu/gl/ |
GrGLConfig.h | 97 * GL_NV_path_rendering. There are known issues with clipping, non-AA paths, and
|
/external/skia/src/core/ |
SkEdgeBuilder.cpp | 90 // clipping can turn 1 line into (up to) kMaxClippedLineSegments, since
|
/external/webkit/Source/WebCore/platform/graphics/android/context/ |
PlatformGraphicsContextRecording.h | 103 // Clipping
|
PlatformGraphicsContextSkia.h | 62 // 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)"];
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
cod_main.h | 54 Word16 gp_clip[2]; /* gain of pitch clipping memory */
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
mp4def.h | 47 /* You don't want to use ((x>UB)?UB:(x<LB)?LB:x) for the clipping */
|
/frameworks/base/libs/hwui/ |
Snapshot.cpp | 76 // Clipping
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
volume.h | 45 * to set volumes to higher than 100%, but clipping might occur.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
volume.h | 45 * to set volumes to higher than 100%, but clipping might occur.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/ |
volume.h | 45 * to set volumes to higher than 100%, but clipping might occur.
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_video.h | 107 /** clipping information */ 636 * Sets the clipping rectangle for the destination surface in a blit. 638 * If the clip rectangle is NULL, clipping will be disabled. 642 * the intersection of the surface area and the clipping rectangle. 650 * Gets the clipping rectangle for the destination surface in a blit. 676 * in 'srcrect' and 'dstrect' after all clipping is performed. 746 * rectangle validation and clipping before passing it to SDL_LowerBlit() [all...] |
/prebuilts/tools/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 107 /** clipping information */ 636 * Sets the clipping rectangle for the destination surface in a blit. 638 * If the clip rectangle is NULL, clipping will be disabled. 642 * the intersection of the surface area and the clipping rectangle. 650 * Gets the clipping rectangle for the destination surface in a blit. 676 * in 'srcrect' and 'dstrect' after all clipping is performed. 746 * rectangle validation and clipping before passing it to SDL_LowerBlit() [all...] |
/prebuilts/tools/linux-x86/sdl/include/SDL/ |
SDL_video.h | 107 /** clipping information */ 636 * Sets the clipping rectangle for the destination surface in a blit. 638 * If the clip rectangle is NULL, clipping will be disabled. 642 * the intersection of the surface area and the clipping rectangle. 650 * Gets the clipping rectangle for the destination surface in a blit. 676 * in 'srcrect' and 'dstrect' after all clipping is performed. 746 * rectangle validation and clipping before passing it to SDL_LowerBlit() [all...] |