/external/boringssl/src/include/openssl/ |
ec.h | 134 * |*out_p| to the order of the coordinate field and |*out_a| and |*out_b| to 248 * the given |x| coordinate and the y coordinate specified by |y_bit| (see
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/ |
MaterialContext.java | 280 * This method returns the projection array that indicates where the current coordinate factor X, Y or Z (represented 282 * For example the configuration: [1,2,3] means that X - coordinate will be used as X, Y as Y and Z as Z. 283 * The configuration [2,1,0] means that Z will be used instead of X coordinate, Y will be used as Y and
|
/external/mesa3d/docs/ |
relnotes-8.0.3.html | 101 <li>r200: fix fog coordinate emit</li> 102 <li>radeon: fix fog coordinate emit</li> 178 <li>i965/fs: Move GL_CLAMP handling to coordinate setup.</li>
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_format_yuv.c | 52 * @param i is a <n x i32> vector with the x pixel coordinate (0 or 1) 120 * @param i is a <n x i32> vector with the x pixel coordinate (0 or 1) 441 * @param i is a <n x i32> vector with the x pixel coordinate (0 or 1)
|
/external/mesa3d/src/glsl/builtins/tools/ |
texture_builtins.py | 34 # Get the coordinate dimension for a given sampler type. 35 # Array samplers also get +1 here since the layer is really an extra coordinate 91 # Coordinate
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_blorp_blit.cpp | 62 * scissoring the X coordinate; the exact same logic applies for Y 345 * coordinate transformations used by the hardware to store surfaces in 374 * embeds the sample number into bits 1 and 2 of the X coordinate and bit 1 of 375 * the Y coordinate: 546 /* X coordinates. We have two of them so that we can perform coordinate 551 /* Y coordinates. We have two of them so that we can perform coordinate 810 * MOVs to transfor (Xp, Yp) to (X, Y) after a coordinate transformation. 828 /* R1.2[15:0] = X coordinate of upper left pixel of subspan 0 (pixel 0) 829 * R1.3[15:0] = X coordinate of upper left pixel of subspan 1 (pixel 4) 830 * R1.4[15:0] = X coordinate of upper left pixel of subspan 2 (pixel 8 [all...] |
/external/skia/src/core/ |
SkConvolver.cpp | 59 // at the y coordinate placed into |*firstRowIndex| and will continue in 71 // The "next" row is also the first (lowest) coordinate. This computation 104 // The y coordinate of the |fNextRow|. This is incremented each time a
|
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/ |
mp4lib_int.h | 132 Int mb_x; /* X coordinate */ 133 Int mb_y; /* Y coordinate */ 414 Int ind_x, ind_y; /* So far MB coordinate */
|
/frameworks/base/core/tests/inputmethodtests/src/android/os/ |
CursorAnchorInfoTest.java | 408 // Should succeed as coordinate transformation matrix is not required if no 418 // Coordinate transformation matrix is required if no positional information is 427 // Should succeed as coordinate transformation matrix is required.
|
/frameworks/base/graphics/java/android/graphics/ |
SurfaceTexture.java | 47 * This matrix transforms traditional 2D OpenGL ES texture coordinate column vectors of the form (s, 291 * Retrieve the 4x4 texture coordinate transform matrix associated with the texture image set by 295 * and t in the inclusive range [0, 1] to the texture coordinate that should be used to sample
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/geometry/ |
Quad.java | 35 * the top-left corner is actually at the top-left of coordinate space. 70 * @param x the top left x coordinate 71 * @param y the top left y coordinate
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/helper/ |
ItemTouchHelperTest.java | 579 * @param fromX X coordinate of the initial touch, in screen coordinates 581 * @param fromY X coordinate of the initial touch, in screen coordinates 582 * @param toY Y coordinate of the drag destination, in screen coordinates
|
/external/wpa_supplicant_8/src/crypto/ |
crypto.h | 701 * @x: Buffer for writing the binary data for x coordinate or %NULL if not used 702 * @y: Buffer for writing the binary data for y coordinate or %NULL if not used 758 * crypto_ec_point_solve_y_coord - Solve y coordinate for an x coordinate 761 * @x: x coordinate 772 * @x: x coordinate
|
/frameworks/base/test-runner/src/android/test/ |
TouchUtils.java | 725 * @param fromX X coordinate of the initial touch, in screen coordinates 727 * @param fromY X coordinate of the initial touch, in screen coordinates 728 * @param toY Y coordinate of the drag destination, in screen coordinates 745 * @param fromX X coordinate of the initial touch, in screen coordinates 747 * @param fromY X coordinate of the initial touch, in screen coordinates 748 * @param toY Y coordinate of the drag destination, in screen coordinates
|
/packages/apps/Calendar/src/com/android/calendar/ |
CalendarController.java | 166 public int x; // x coordinate in the activity space 167 public int y; // y coordinate in the activity space 337 * @param x x coordinate in the activity space 338 * @param y y coordinate in the activity space 357 * @param x x coordinate in the activity space 358 * @param y y coordinate in the activity space [all...] |
/developers/build/prebuilts/gradle/BasicAccessibility/Application/src/main/java/com/example/android/basicaccessibility/ |
DialView.java | 227 * @return 2-element array. Element 0 is X-coordinate, element 1 is Y-coordinate.
|
/developers/samples/android/ui/accessibility/BasicAccessibility/Application/src/main/java/com/example/android/basicaccessibility/ |
DialView.java | 227 * @return 2-element array. Element 0 is X-coordinate, element 1 is Y-coordinate.
|
/development/samples/browseable/BasicAccessibility/src/com.example.android.basicaccessibility/ |
DialView.java | 227 * @return 2-element array. Element 0 is X-coordinate, element 1 is Y-coordinate.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/analysis/interpolation/ |
TricubicSplineInterpolatingFunction.java | 121 * @param x Sample values of the x-coordinate, in increasing order. 122 * @param y Sample values of the y-coordinate, in increasing order. 123 * @param z Sample values of the y-coordinate, in increasing order. 331 * @param c Coordinate. 332 * @param val Coordinate samples. 444 * @param x x-coordinate of the interpolation point. 445 * @param y y-coordinate of the interpolation point. 446 * @param z z-coordinate of the interpolation point.
|
/external/deqp/framework/common/ |
tcuTexLookupVerifier.hpp | 45 IVec3 coordBits; //!< Bits per coordinate component before any transformations. Assumed to be floating-point. 61 IVec3 coordBits; //!< Bits per coordinate component before any transformations. Assumed to be floating-point.
|
/external/eigen/unsupported/Eigen/src/SparseExtra/ |
DynamicSparseMatrix.h | 291 * 2 - this the coefficient with greater inner coordinate for the given outer coordinate.
|
/external/freetype/include/ |
fttypes.h | 350 /* x :: Horizontal coordinate. */ 352 /* y :: Vertical coordinate. */ [all...] |
/external/jmonkeyengine/engine/src/desktop/jme3tools/navigation/ |
MapModel3D.java | 161 * Converts a latitude/longitude position into a WU coordinate. 164 * @return The <code>Point</code> a pixel coordinate.
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/ |
GeoMap.java | 97 * @param x the X coordinate 98 * @param y the Y coordinate
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/geomipmap/ |
LODGeomap.java | [all...] |