/external/chromium_org/chrome/browser/ui/views/app_list/ |
app_list_dialog_container.cc | 28 // Margin of the close button from the top right-hand corner of the dialog. 88 // Place the close button in the top right-hand corner.
|
/external/chromium_org/ppapi/c/ |
pp_rect.h | 32 * This value represents the x and y coordinates of the upper-left corner of 47 * This value represents the x and y coordinates of the upper-left corner of
|
/external/chromium_org/third_party/polymer/components-chromium/paper-dialog/ |
paper-dialog.html | 13 Child elements that include a `dismissive` attribute are positioned in the lower left corner of the dialog. Elements that use the `affirmative` attribute are positioned in the lower right corner.
|
/external/chromium_org/third_party/skia/samplecode/ |
SamplePathUtils.cpp | 69 SkAutoTUnref<SkCornerPathEffect> corner(SkCornerPathEffect::Create(.25f)); 70 SkAutoTUnref<SkComposePathEffect> compose(SkComposePathEffect::Create(dash, corner));
|
/external/chromium_org/ui/android/java/src/org/chromium/ui/ |
DropdownPopupWindow.java | 77 * @param x X coordinate of the top left corner of the anchor view. 78 * @param y Y coordinate of the top left corner of the anchor view.
|
/external/eigen/doc/ |
A05_PortingFrom2To3.dox | 56 matrix.corner(TopLeft,r,c) 57 matrix.corner(TopRight,r,c) 58 matrix.corner(BottomLeft,r,c) 59 matrix.corner(BottomRight,r,c) 60 matrix.corner<r,c>(TopLeft) 61 matrix.corner<r,c>(TopRight) 62 matrix.corner<r,c>(BottomLeft) 63 matrix.corner<r,c>(BottomRight)
|
/external/skia/samplecode/ |
SamplePathUtils.cpp | 69 SkAutoTUnref<SkCornerPathEffect> corner(SkCornerPathEffect::Create(.25f)); 70 SkAutoTUnref<SkComposePathEffect> compose(SkComposePathEffect::Create(dash, corner));
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/comm/src/ |
omxVCCOMM_Average_16x.c | 49 * pPred0 - Pointer to the top-left corner of reference block 0 50 * pPred1 - Pointer to the top-left corner of reference block 1
|
omxVCCOMM_Average_8x.c | 49 * pPred0 - Pointer to the top-left corner of reference block 0 50 * pPred1 - Pointer to the top-left corner of reference block 1
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_Average_4x.c | 47 * pPred0 - Pointer to the top-left corner of reference block 0 48 * pPred1 - Pointer to the top-left corner of reference block 1
|
/frameworks/base/graphics/java/android/graphics/drawable/ |
PaintDrawable.java | 56 * Specify radii for each of the 4 corners. For each corner, the array 82 // now check of they have any per-corner radii
|
/frameworks/base/libs/hwui/ |
AmbientShadow.cpp | 20 * Extra vertices for the corner for smoother corner. 157 * as extra corner vertices to make the corner looks round and smoother. 206 // Corner: first figure out the extra vertices we need for the corner. 220 // Corner: fill the corner Vertex Buffer(VB) and Index Buffer(IB).
|
/cts/tools/signature-tools/templates/ |
ApiOverviewPage.st | 22 whose versions are specified in the upper-right corner of this page. It compares a
|
/external/chromium_org/chrome/browser/ui/tabs/ |
tab_resources.cc | 40 // Start in the lower-left corner.
|
/external/chromium_org/components/signin/core/common/ |
signin_switches.cc | 19 // Disables the new avatar menu, forcing the top-corner avatar button.
|
/external/chromium_org/third_party/protobuf/python/google/protobuf/internal/ |
more_extensions_dynamic.proto | 33 // This file is used to test a corner case in the CPP implementation where the
|
/external/chromium_org/third_party/skia/src/pathops/ |
SkPathOpsTriangle.cpp | 25 // original code doesn't handle degenerate input; isn't symmetric with inclusion of corner pts;
|
/external/chromium_org/ui/display/util/ |
display_util_unittest.cc | 48 // Corner case; slightly higher density but smaller screens. DPI ~= 165
|
/external/chromium_org/ui/views/bubble/ |
bubble_border.h | 46 // The corner radius of the bubble's rounded-rect interior area. 114 // Returns the radius of the corner of the border. 118 // side and corner images, because either may have been extended in various 192 // Returns the corner radius of the current image set.
|
/external/clang/test/CodeGen/ |
parameter-passing.c | 6 // corner cases.
|
/external/expat/doc/ |
style.css | 8 .corner {
|
/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/pathops/ |
SkPathOpsTriangle.cpp | 25 // original code doesn't handle degenerate input; isn't symmetric with inclusion of corner pts;
|
/external/skia/tests/ |
RecordTest.cpp | 36 // Scales out the bottom-right corner of any DrawRect command it sees by 2x.
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
complex_rep.S | 2 # I thought up a lot of corner-cases in the rep code. This tries
|