/external/opencore/codecs_v2/video/m4v_h263/dec/src/ |
vlc_dequant.cpp | 45 Added pre IDCT clipping, new ACDC prediction structure, ACDC prediction clipping, 189 { /* ACDC clipping 03/26/01 */ 238 { /* ACDC clipping 03/26/01 */ 278 dcac_row[0] = datablock[1]; /* ACDC, no need for clipping */ 379 clean up, added clipping, 16-bit int case, new ACDC prediction 498 clean up, added clipping, 16-bit int case, removed multiple zigzaging 1062 clean up, added clipping, 16-bit int case [all...] |
mp4def.h | 47 /* You don't want to use ((x>UB)?UB:(x<LB)?LB:x) for the clipping */
|
/external/quake/quake/src/QW/server/ |
world.c | 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 670 Handles selection or creation of a clipping hull, and offseting (and 687 // get the clipping hull 693 // trace a line through the apropriate clipping hull 732 SV_Error ("Trigger in clipping list"); 911 // get the clipping hull
|
/external/webkit/WebCore/platform/graphics/skia/ |
SkiaUtils.cpp | 156 // rect and the clipping region (which may be non-square) overlap. 175 // Translate into the canvas' coordinate space. This is where the clipping
|
/frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/ |
vlc_dequant.cpp | 45 Added pre IDCT clipping, new ACDC prediction structure, ACDC prediction clipping, 189 { /* ACDC clipping 03/26/01 */ 238 { /* ACDC clipping 03/26/01 */ 278 dcac_row[0] = datablock[1]; /* ACDC, no need for clipping */ 379 clean up, added clipping, 16-bit int case, new ACDC prediction 498 clean up, added clipping, 16-bit int case, removed multiple zigzaging 1062 clean up, added clipping, 16-bit int case [all...] |
mp4def.h | 47 /* You don't want to use ((x>UB)?UB:(x<LB)?LB:x) for the clipping */
|
/frameworks/base/opengl/java/android/opengl/ |
GLU.java | 106 * @param zNear specifies the distance from the viewer to the near clipping 108 * @param zFar specifies the distance from the viewer to the far clipping
|
/external/skia/src/core/ |
SkScan_Antihair.cpp | 146 // the clipping blitters might edit runs, but should not affect us 155 // the clipping blitters might edit runs, but should not affect us 205 // the clipping blitters might edit runs, but should not affect us 432 /* We perform integral clipping later on, but we do a scalar clip first 633 /* We repeat the clipping logic of AntiFillXRect because the float rect might 635 repeat the clipping logic, but I don't see how to share the code/logic.
|
/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/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
|
/frameworks/base/opengl/libagl/ |
vertex.cpp | 81 // frustum clipping and W-divide 108 // frustum clipping, user clipping and W-divide
|
/external/webkit/WebCore/rendering/ |
RenderLayerCompositor.cpp | 298 // See if we need content or clipping layers. Methods called here should assume 620 // this can affect the answer to needsToBeComposited() when clipping, 685 // Make the layer compositing if necessary, and set up clipping and content layers. [all...] |
RenderLayerCompositor.h | 97 // Whether layer's backing needs a graphics layer to do clipping by an ancestor (non-stacking-context parent with overflow).
|
/external/webkit/WebKit/mac/ |
ChangeLog | 143 (-[WebHostedNetscapePluginView updateAndSetWindow]): When clipping out NPDrawingModelCoreAnimation plug-ins, provide a zero'd out clipRect. 149 (-[WebNetscapePluginView saveAndSetNewPortStateForUpdate:]): When clipping out NPDrawingModelCoreAnimation plug-ins, provide a zero'd out clipRect.
|
/frameworks/base/awt/org/apache/harmony/awt/gl/render/ |
JavaTextRenderer.java | 113 // TODO: implement complex clipping 192 // TODO: implement complex clipping
|
JavaBlitter.java | 244 int cx = clipRects[i]; // Clipping left top X 245 int cy = clipRects[i + 1]; // Clipping left top Y 246 int cx2 = clipRects[i + 2]; // Clipping right bottom X 247 int cy2 = clipRects[i + 3]; // Clipping right bottom Y
|
JavaLineRasterizer.java | 656 * Common clipping method 677 * Clipping along X axis 684 * Clipping along Y axis 696 * @param clip - the MultiRectArea object of clipping area
|
/bionic/libm/src/ |
k_cos.c | 53 * under FreeBSD, so don't pessimize things by forcibly clipping
|
/external/opencore/codecs_v2/utilities/colorconvert/src/ |
ccyuv420toyuv420semi.cpp | 139 //this conversion will cause problems when do src clipping. However, if they want, they must give more info
|
/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/qemu/distrib/sdl-1.2.12/include/ |
SDL_video.h | 99 /* clipping information */ 589 * Sets the clipping rectangle for the destination surface in a blit. 591 * If the clip rectangle is NULL, clipping will be disabled. 595 * the intersection of the surface area and the clipping rectangle. 603 * Gets the clipping rectangle for the destination surface in a blit. 629 * in 'srcrect' and 'dstrect' after all clipping is performed. 696 rectangle validation and clipping before passing it to SDL_LowerBlit() [all...] |
/prebuilt/darwin-x86/sdl/include/SDL/ |
SDL_video.h | 99 /* clipping information */ 589 * Sets the clipping rectangle for the destination surface in a blit. 591 * If the clip rectangle is NULL, clipping will be disabled. 595 * the intersection of the surface area and the clipping rectangle. 603 * Gets the clipping rectangle for the destination surface in a blit. 629 * in 'srcrect' and 'dstrect' after all clipping is performed. 696 rectangle validation and clipping before passing it to SDL_LowerBlit() [all...] |
/prebuilt/linux-x86/sdl/include/SDL/ |
SDL_video.h | 99 /* clipping information */ 589 * Sets the clipping rectangle for the destination surface in a blit. 591 * If the clip rectangle is NULL, clipping will be disabled. 595 * the intersection of the surface area and the clipping rectangle. 603 * Gets the clipping rectangle for the destination surface in a blit. 629 * in 'srcrect' and 'dstrect' after all clipping is performed. 696 rectangle validation and clipping before passing it to SDL_LowerBlit() [all...] |
/prebuilt/windows/sdl/host/include/SDL/ |
SDL_video.h | 111 /* clipping information */ 591 * Sets the clipping rectangle for the destination surface in a blit. 593 * If the clip rectangle is NULL, clipping will be disabled. 597 * the intersection of the surface area and the clipping rectangle. 605 * Gets the clipping rectangle for the destination surface in a blit. 631 * in 'srcrect' and 'dstrect' after all clipping is performed. 698 rectangle validation and clipping before passing it to SDL_LowerBlit() [all...] |
/prebuilt/windows/sdl/include/SDL/ |
SDL_video.h | 99 /* clipping information */ 589 * Sets the clipping rectangle for the destination surface in a blit. 591 * If the clip rectangle is NULL, clipping will be disabled. 595 * the intersection of the surface area and the clipping rectangle. 603 * Gets the clipping rectangle for the destination surface in a blit. 629 * in 'srcrect' and 'dstrect' after all clipping is performed. 696 rectangle validation and clipping before passing it to SDL_LowerBlit() [all...] |