HomeSort by relevance Sort by last modified time
    Searched defs:corner (Results 1 - 25 of 44) sorted by null

1 2

  /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...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_box.cpp 142 CXFA_Corner* corner; local
144 corner =
145 JSObject()->GetOrCreateProperty<CXFA_Corner>(i, XFA_Element::Corner);
147 corner = JSObject()->GetProperty<CXFA_Corner>(i, XFA_Element::Corner);
151 // with a null corner in the first position.
152 if (corner || i == 0) {
153 strokes[j] = corner;
  /external/skia/gm/
patheffects.cpp 20 sk_sp<SkPathEffect> corner = SkCornerPathEffect::Make(25); local
23 compose = SkPathEffect::MakeCompose(sk_ref_sp(pe), corner);
25 compose = corner;
  /external/skia/src/gpu/ccpr/
GrCCCoverageProcessor_GSImpl.cpp 132 // the corner it will begin with as the top.
149 // sharp the corner is. For more details on conservative raster, see:
153 // The top corner will have three conservative raster vertices. Emit the
158 // Second conservative raster vertex for the top corner.
170 // sk_InvocationID=1: Remaining two conservative raster vertices for the third corner.
202 // we can identify the points by their corresponding corner.
205 // the hull in two independent invocations. Each invocation designates the corner it will
224 // how sharp the corner is. For more details on conservative raster, see:
228 // The top-left corner will have three conservative raster vertices.
233 // Second conservative raster vertex for the top-left corner
317 const char* corner = vars.fCornerVars.fPoint; variable
318 SkASSERT(corner); variable
    [all...]
  /external/skqp/gm/
patheffects.cpp 20 sk_sp<SkPathEffect> corner = SkCornerPathEffect::Make(25); local
23 compose = SkPathEffect::MakeCompose(sk_ref_sp(pe), corner);
25 compose = corner;
  /external/skqp/src/gpu/ccpr/
GrCCCoverageProcessor_GSImpl.cpp 123 // the corner it will begin with as the top.
140 // sharp the corner is. For more details on conservative raster, see:
144 // The top corner will have three conservative raster vertices. Emit the
149 // Second conservative raster vertex for the top corner.
161 // sk_InvocationID=1: Remaining two conservative raster vertices for the third corner.
193 // we can identify the points by their corresponding corner.
196 // the hull in two independent invocations. Each invocation designates the corner it will
215 // how sharp the corner is. For more details on conservative raster, see:
219 // The top-left corner will have three conservative raster vertices.
224 // Second conservative raster vertex for the top-left corner
308 const char* corner = vars.fCornerVars.fPoint; variable
309 SkASSERT(corner); variable
    [all...]
  /external/eigen/Eigen/src/Geometry/
AlignedBox.h 50 /** Identifier for 2D corner @{ */
55 /** Identifier for 3D corner @{ */
105 /** \returns the minimal corner */
107 /** \returns a non const reference to the minimal corner */
109 /** \returns the maximal corner */
111 /** \returns a non const reference to the maximal corner */
137 /** \returns the vertex of the bounding box at the corner defined by
138 * the corner-id corner. It works only for a 1D, 2D or 3D bounding box.
146 EIGEN_DEVICE_FUNC inline VectorType corner(CornerType corner) cons function in class:Eigen::AlignedBox
    [all...]
  /external/skia/samplecode/
SampleSVGPong.cpp 230 const SkPoint corner = pos - SkPoint::Make(size.width() / 2, size.height() / 2); local
231 update_pos(objectNode, corner);
236 const SkPoint shadowCorner = corner + shadowOffset;
SampleSlides.cpp 34 sk_sp<SkPathEffect> corner = SkCornerPathEffect::Make(25); local
37 compose = SkPathEffect::MakeCompose(sk_ref_sp(pe), corner);
39 compose = corner;
  /external/skqp/samplecode/
SampleSVGPong.cpp 230 const SkPoint corner = pos - SkPoint::Make(size.width() / 2, size.height() / 2); local
231 update_pos(objectNode, corner);
236 const SkPoint shadowCorner = corner + shadowOffset;
SampleSlides.cpp 34 sk_sp<SkPathEffect> corner = SkCornerPathEffect::Make(25); local
37 compose = SkPathEffect::MakeCompose(sk_ref_sp(pe), corner);
39 compose = corner;
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
GridModel.java 51 // Enum values used to determine the corner at which the origin is located within the
161 * Resizes the selection by adjusting the pointer (i.e., the corner of the selection
368 * lower-right corner, whether it is possible that the position is the nearest to the
373 int corner = computeCornerNearestOrigin(); local
374 switch (corner) {
389 throw new RuntimeException("Invalid corner type.");
640 * Computes the corner of the selection nearest the origin.
  /external/python/cpython2/Mac/Modules/snd/
_Sndmodule.c 710 Point corner; local
714 PyMac_GetPoint, &corner,
718 corner,
1024 PyDoc_STR("(Point corner, OSType quality) -> (SndListHandle sndHandle)")},
    [all...]
  /external/skia/tests/
PathOpsAngleIdeas.cpp 263 SkDVector corner[4] = { local
270 for (unsigned index = 0; index < SK_ARRAY_COUNT(corner); ++index) {
271 max = SkTMax(max, corner[index].length());
    [all...]
  /external/skqp/tests/
PathOpsAngleIdeas.cpp 263 SkDVector corner[4] = { local
270 for (unsigned index = 0; index < SK_ARRAY_COUNT(corner); ++index) {
271 max = SkTMax(max, corner[index].length());
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonRipple.java 113 final float corner = horizontal ? cy : cx; local
117 corner, corner, p);
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
GridModel.java 52 // Enum values used to determine the corner at which the origin is located within the
161 * Resizes the selection by adjusting the pointer (i.e., the corner of the selection
371 * lower-right corner, whether it is possible that the position is the nearest to the
376 int corner = computeCornerNearestOrigin(); local
377 switch (corner) {
392 throw new RuntimeException("Invalid corner type.");
660 * Computes the corner of the selection nearest the origin.
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 1245 const tcu::Vec3 corner; member in struct:deqp::gles2::Functional::__anon18297::ClipPlaneVisit
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 1249 const tcu::Vec3 corner; member in struct:deqp::gles3::Functional::__anon18426::ClipPlaneVisit
    [all...]
  /external/opencv/cv/src/
cvcalibinit.cpp 43 This is improved variant of chessboard corner detection algorithm that
97 /// Corner info structure
98 /** This structure stores information about the chessboard corner.*/
101 CvPoint2D32f pt; // Coordinates of the corner
118 // neighbors and corners are synced, i.e., neighbor 0 shares corner 0
151 static void icvOrderQuad(CvCBQuad *quad, CvCBCorner *corner, int common);
488 // for each corner c lying between end points in the same row/column it checks that
535 // can add quads, so we need to have quad/corner arrays passed in
578 // 0,1,2,3) are in the at the same relative corner (e.g., lower right).
808 CvCBCorner* corner; local
1719 CvCBCorner* corner = &(*out_corners)[quad_count*4 + i]; local
1945 CvCBCorner* corner = &(*out_corners)[quad_count*4 + i]; local
    [all...]
  /external/skia/src/utils/
SkLua.cpp 1582 int corner = SkToInt(lua_tointeger(L, 2)); local
    [all...]
  /external/skqp/src/utils/
SkLua.cpp 1582 int corner = SkToInt(lua_tointeger(L, 2)); local
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.4.0-beta6/
traceview-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/traceview/24.5.0/
traceview-24.5.0.jar 

Completed in 633 milliseconds

1 2