/external/skia/third_party/glu/libtess/ |
alg-outline | 13 initially project all data into a plane; our goal is to robustly 34 2. Project the vertex data onto a plane. It does not need to be 35 perpendicular to the normal, eg. we can project onto the plane 38 3. Using a line-sweep algorithm, partition the plane into x-monotone 53 We fit a plane to the vertex data, ignoring how they are connected 69 We project the vertices onto a plane perpendicular to one of the three 181 ie. there is *some* way to embed it in the plane.
|
normal.h | 48 * and project vertices onto the plane of the polygon.
|
/external/webkit/Source/WebCore/platform/graphics/transforms/ |
TransformationMatrix.h | 129 // Note that this ignores the z component, effectively projecting the point into the z=0 plane. 139 // dropped, effectively projecting the rect into the z=0 plane 147 // dropped, effectively projecting the quad into the z=0 plane 150 // Map a point on the z=0 plane into a point on 151 // the plane with with the transform applied, by extending 152 // a ray perpendicular to the source plane and computing 154 // with the destination plane.
|
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
BoundingSphere.java | 436 * <code>whichSide</code> takes a plane (typically provided by a view
439 * @param plane
440 * the plane to check against.
443 public Plane.Side whichSide(Plane plane) {
444 float distance = plane.pseudoDistance(center);
447 return Plane.Side.Negative;
449 return Plane.Side.Positive;
451 return Plane.Side.None; [all...] |
/external/webp/include/webp/ |
decode.h | 96 // into pre-allocated luma/chroma plane buffers. This function requires the 97 // strides to be passed: one for the luma plane and one for each of the 98 // chroma ones. The size of each plane buffer is passed as 'luma_size', 100 // Pointer to the luma plane ('*luma') is returned or NULL if an error occurred 133 int y_size; // luma plane size 135 int a_size; // alpha-plane size 227 // plane is specified by its pointer 'luma', its size 'luma_size' and its stride 228 // 'luma_stride'. Similarly, the chroma-u plane is specified by the 'u', 229 // 'u_size' and 'u_stride' parameters, and the chroma-v plane by 'v', 'v_size' 264 // Same as above function to get YUV image. Returns pointer to the luma plane [all...] |
/sdk/emulator/opengl/system/GLESv1_enc/ |
gl.attrib | 5 #void glClipPlanef(GLenum plane, GLfloat *equation) 80 #void glClipPlanex(GLenum plane, GLfixed *eqn) 381 #glClipPlanexOES(GLenum plane, const GLfixed * equation) 386 #glClipPlanexIMG(GLenum plane, const GLfixed * equation) 530 #void glClipPlanefOES(GLenum plane, GLfloat *equation) 535 #void glClipPlanefIMG(GLenum plane, GLfloat *equation)
|
/external/quake/quake/src/QW/client/ |
r_efrag.c | 138 splitplane = node->plane; 143 // split on this plane 179 splitplane = node->plane;
|
/external/quake/quake/src/WinQuake/ |
r_efrag.cpp | 138 splitplane = node->plane;
143 // split on this plane
179 splitplane = node->plane;
|
/frameworks/av/libvideoeditor/vss/inc/ |
M4VSS3GPP_Extended_API.h | 39 * its size. It must build the output RGB image plane containing the text. 133 /**< Text plane width. Used only if VideoEffectType == text */ 135 /**< Text plane height. Used only if VideoEffectType == text */
|
/frameworks/av/libvideoeditor/vss/video_filters/src/ |
M4VIFI_ResizeRGB565toRGB565.c | 36 * @brief Resizes RGB565 Planar plane. 38 * @param pPlaneIn: (IN) Pointer to RGB565 (Planar) plane buffer 39 * @param pPlaneOut: (OUT) Pointer to RGB565 (Planar) plane
|
/frameworks/base/docs/html/reference/renderscript/ |
rs__math_8rsh.html | 329 <tr><td class="paramname">left</td><td>plane </td></tr> 330 <tr><td class="paramname">right</td><td>plane </td></tr> 331 <tr><td class="paramname">top</td><td>plane </td></tr> 332 <tr><td class="paramname">bottom</td><td>plane </td></tr> 333 <tr><td class="paramname">near</td><td>plane </td></tr> 334 <tr><td class="paramname">far</td><td>plane </td></tr> 419 <tr><td class="paramname">left</td><td>plane </td></tr> 420 <tr><td class="paramname">right</td><td>plane </td></tr> 421 <tr><td class="paramname">top</td><td>plane </td></tr> 422 <tr><td class="paramname">bottom</td><td>plane </td></tr [all...] |
/frameworks/native/opengl/libs/ |
debug.in | 19 TRACE_GL_VOID(glClipPlanef, (GLenum plane, const GLfloat *equation), (plane, equation), 2, "GLenum", plane, "const GLfloat *", equation) 21 TRACE_GL_VOID(glClipPlanefOES, (GLenum plane, const GLfloat *equation), (plane, equation), 2, "GLenum", plane, "const GLfloat *", equation) 22 TRACE_GL_VOID(glClipPlanex, (GLenum plane, const GLfixed *equation), (plane, equation), 2, "GLenum", plane, "const GLfixed *", equation) 24 TRACE_GL_VOID(glClipPlanexOES, (GLenum plane, const GLfixed *equation), (plane, equation), 2, "GLenum", plane, "const GLfixed *", equation [all...] |
/external/bluetooth/glib/tests/ |
utf8.txt | 297 # Mixed plane 0 and higher planes
|
/external/jmonkeyengine/engine/src/test/jme3test/asset/ |
TestOnlineJar.java | 57 // create a simple plane/quad
|
/external/libvpx/examples/ |
decoder_tmpl.c | 90 unsigned int plane, y; local
|
/external/libyuv/files/include/libyuv/ |
scale.h | 53 // Same, but specified src terms of each plane location and stride.
|
/external/mesa3d/docs/ |
relnotes-7.0.4.html | 42 <li>ARB program "state.clip[n].plane" didn't parse correctly
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
VideoLayerChromium.h | 76 static IntSize computeVisibleSize(const VideoFrameChromium*, unsigned plane);
|
/external/webp/src/dec/ |
alpha.c | 8 // Alpha-plane decompression.
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
omxVC.h | 154 * source frame should be stored in a plane buffer with sufficient space 156 * the plane buffer center. This function executes the pixel expansion by 158 * locations (expansion region) between the source frame edge and the plane 171 * in the plane buffer; must be larger than or equal to 177 * top-left corner of the plane); must be aligned on an 8-byte 287 * pSrc - pointer to the source plane; must be aligned on an 8-byte 289 * srcStep - step of the source plane 329 * pSrc - pointer to the source plane. This should be aligned on an 8-byte 331 * srcStep - step of the source plane 799 * pSrcRefBuf - pointer to the reference Y plane; points to the reference [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
omxVC.h | 154 * source frame should be stored in a plane buffer with sufficient space 156 * the plane buffer center. This function executes the pixel expansion by 158 * locations (expansion region) between the source frame edge and the plane 171 * in the plane buffer; must be larger than or equal to 177 * top-left corner of the plane); must be aligned on an 8-byte 287 * pSrc - pointer to the source plane; must be aligned on an 8-byte 289 * srcStep - step of the source plane 329 * pSrc - pointer to the source plane. This should be aligned on an 8-byte 331 * srcStep - step of the source plane 799 * pSrcRefBuf - pointer to the reference Y plane; points to the reference [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
omxVC.h | 154 * source frame should be stored in a plane buffer with sufficient space 156 * the plane buffer center. This function executes the pixel expansion by 158 * locations (expansion region) between the source frame edge and the plane 171 * in the plane buffer; must be larger than or equal to 177 * top-left corner of the plane); must be aligned on an 8-byte 287 * pSrc - pointer to the source plane; must be aligned on an 8-byte 289 * srcStep - step of the source plane 329 * pSrc - pointer to the source plane. This should be aligned on an 8-byte 331 * srcStep - step of the source plane 799 * pSrcRefBuf - pointer to the reference Y plane; points to the reference [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
armVCM4P10_InterpolateHalfDiag_Luma.c | 34 * in the reconstructed frame plane
|
armVCM4P10_Interpolate_Chroma.c | 30 * interpolate in the reconstructed frame plane
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL11.java | 167 int plane, 173 int plane, 178 int plane, 184 int plane,
|