/external/syslinux/gpxe/src/hci/mucurses/ |
edging.c | 21 chtype corner = '+' | win->attrs; /* default corner character */ local 23 corner, corner, corner, corner ); 35 * @v tl top left corner 36 * @v tr top right corner 37 * @v bl bottom left corner 38 * @v br bottom right corner [all...] |
/prebuilts/go/darwin-x86/test/ |
closure3.go | 7 // Check correctness of various closure corner cases that
|
/prebuilts/go/linux-x86/test/ |
closure3.go | 7 // Check correctness of various closure corner cases that
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/basic/ |
copr.s | 3 ; We could/should test some of the corner cases for register and
|
fp_misc.s | 5 ; We could/should test some of the corner cases for register and
|
immed.s | 5 ; We could/should test some of the corner cases for register and
|
purge2.s | 6 ; We could/should test some of the corner cases for register and
|
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/hppa/parse/ |
linesepbug.s | 6 ; We could/should test some of the corner cases for register and
|
/external/skia/src/gpu/ccpr/ |
GrCCTriangleShader.cpp | 38 s->codeAppendf("float2 corner = %s[%s];", pts, repetitionID); 39 vars->fCornerVars.fPoint = "corner"; 41 s->codeAppendf("float2x2 vectors = float2x2(corner - %s[0 != %s ? %s - 1 : 2], " 42 "corner - %s[2 != %s ? %s + 1 : 0]);", 64 // will tell the fragment shader where the corner is located within each edge's AA box. 69 // The X component runs parallel to the edge (i.e. distance to the corner). 74 s->codeAppendf( "%s[i][0] = -dot(n, corner) + .5;", fAABoxTranslates.c_str()); 79 s->codeAppendf( "%s[i][1] = -dot(n, corner) + .5;", fAABoxTranslates.c_str()); 121 // This generally works, but it is a problem for corner pixels. There is a region within 122 // corner pixels that is outside both edges at the same time. This means the region has bee [all...] |
/external/skqp/src/gpu/ccpr/ |
GrCCTriangleShader.cpp | 37 s->codeAppendf("float2 corner = %s[%s];", pts, repetitionID); 38 vars->fCornerVars.fPoint = "corner"; 40 s->codeAppendf("float2x2 vectors = float2x2(corner - %s[0 != %s ? %s - 1 : 2], " 41 "corner - %s[2 != %s ? %s + 1 : 0]);", 63 // will tell the fragment shader where the corner is located within each edge's AA box. 68 // The X component runs parallel to the edge (i.e. distance to the corner). 73 s->codeAppendf( "%s[i][0] = -dot(n, corner) + .5;", fAABoxTranslates.c_str()); 78 s->codeAppendf( "%s[i][1] = -dot(n, corner) + .5;", fAABoxTranslates.c_str()); 119 // This generally works, but it is a problem for corner pixels. There is a region within 120 // corner pixels that is outside both edges at the same time. This means the region has bee [all...] |
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/ui/ |
AnchorPosition.java | 21 * 8 possible anchor positions representing each corner of the Widget and the point exactly between each corner.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
api_def_QuantizedResizeBilinear.pbtxt | 26 If true, the centers of the 4 corner pixels of the input and output tensors are 27 aligned, preserving the values at the corner pixels. Defaults to false.
|
api_def_ResizeBicubic.pbtxt | 26 If true, the centers of the 4 corner pixels of the input and output tensors are 27 aligned, preserving the values at the corner pixels. Defaults to false.
|
api_def_ResizeBilinear.pbtxt | 26 If true, the centers of the 4 corner pixels of the input and output tensors are 27 aligned, preserving the values at the corner pixels. Defaults to false.
|
api_def_ResizeNearestNeighbor.pbtxt | 26 If true, the centers of the 4 corner pixels of the input and output tensors are 27 aligned, preserving the values at the corner pixels. Defaults to false.
|
/external/python/cpython2/Demo/tkinter/matt/ |
placer-simple.py | 18 # place it so the upper left hand corner of 19 # the frame is in the upper left corner of 26 # and place it so that the nw corner is
|
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
db_feature_detection.h | 35 * \brief Harris corner detector for float images. 37 * This class performs Harris corner extraction on *float* images managed 68 * \param x_coord corner locations 69 * \param y_coord corner locations 93 * \brief Harris corner detector for byte images. 95 * This class performs Harris corner extraction on *byte* images managed 131 * Specifying image mask will restrict corner output to foreground regions. 135 * \param x_coord corner locations 136 * \param y_coord corner locations 156 \param x_coord corner location [all...] |
/external/skia/include/core/ |
SkRRect.h | 39 radii for each corner. It does not have a constructor so must be 45 If either of a corner's radii are 0 the corner will be square. 47 If the corner curves overlap they will be proportionally reduced to fit. 66 //!< at each corner is zero) 81 //!< because the centers of the corner ellipses form an axis aligned 83 //!< an interior patch, four edge patches, and four corner patches. 87 //!< different from the others and there must be one corner where 116 * corner's radii as representative of all corners. If the RRect is kComplex, then 117 * this still returns that corner's radii, but it is not indicative of the other corners [all...] |
/external/proguard/src/proguard/gui/splash/ |
RectangleSprite.java | 46 * @param x the variable x-ordinate of the upper-left corner of the rectangle. 47 * @param y the variable y-ordinate of the upper-left corner of the rectangle. 66 * @param x the variable x-ordinate of the upper-left corner of the rectangle. 67 * @param y the variable y-ordinate of the upper-left corner of the rectangle. 70 * @param arcWidth the variable width of the corner arcs. 71 * @param arcHeight the variable height of the corner arcs.
|
TextSprite.java | 41 * @param x the variable x-coordinate of the lower-left corner of the text. 42 * @param y the variable y-coordinate of the lower-left corner of the text. 56 * @param x the variable x-coordinate of the lower-left corner of the 58 * @param y the variable y-coordinate of the lower-left corner of the
|
/external/libvterm/src/encoding/ |
DECdrawing.tbl | 11 6/10 = U+2518 # BOX DRAWINGS LIGHT UP AND LEFT (bottom-right corner) 12 6/11 = U+2510 # BOX DRAWINGS LIGHT DOWN AND LEFT (top-right corner) 13 6/12 = U+250C # BOX DRAWINGS LIGHT DOWN AND RIGHT (top-left corner) 14 6/13 = U+2514 # BOX DRAWINGS LIGHT UP AND RIGHT (bottom-left corner)
|
/external/libxcam/xcore/base/ |
xcam_3a_types.h | 122 int32_t x_start; /*!< X of start point (left-upper corner) */ 123 int32_t y_start; /*!< Y of start point (left-upper corner) */ 124 int32_t x_end; /*!< X of end point (right-bottom corner) */ 125 int32_t y_end; /*!< Y of start point (left-upper corner) */
|
/prebuilts/go/darwin-x86/src/bufio/ |
export_test.go | 26 // ErrOrEOF is like Err, but returns EOF. Used to test a corner case.
|
/prebuilts/go/linux-x86/src/bufio/ |
export_test.go | 26 // ErrOrEOF is like Err, but returns EOF. Used to test a corner case.
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_test_font.h | 47 * \param x The X coordinate of the upper left corner of the character. 48 * \param y The Y coordinate of the upper left corner of the character. 59 * \param x The X coordinate of the upper left corner of the string. 60 * \param y The Y coordinate of the upper left corner of the string.
|