/frameworks/base/core/java/com/android/internal/view/menu/ |
IconMenuView.java | 69 /** Height of the horizontal divider */ 71 /** Set of horizontal divider positions where the horizontal divider will be drawn */ 346 // Subtract the space needed for the horizontal dividers 395 // Add a horizontal divider to draw 448 // If we have a horizontal divider to draw, draw it at the remembered positions
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
omxVC.h | 160 * horizontal/vertical edges is controlled by the parameter iExpandPels. 168 * iExpandPels - number of pixels to be expanded in the horizontal and [all...] |
armVC.h | 191 * OMX_VIDEO_HORIZONTAL Horizontal prediction. 195 * Performs alternate-horizontal 242 * OMX_VIDEO_HORIZONTAL Horizontal prediction; 247 * alternate-horizontal 830 * This function performs interpolation for horizontal 1/2-pel positions [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
omxVC.h | 160 * horizontal/vertical edges is controlled by the parameter iExpandPels. 168 * iExpandPels - number of pixels to be expanded in the horizontal and [all...] |
armVC.h | 191 * OMX_VIDEO_HORIZONTAL Horizontal prediction. 195 * Performs alternate-horizontal 242 * OMX_VIDEO_HORIZONTAL Horizontal prediction; 247 * alternate-horizontal 830 * This function performs interpolation for horizontal 1/2-pel positions [all...] |
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
omxVC.h | 160 * horizontal/vertical edges is controlled by the parameter iExpandPels. 168 * iExpandPels - number of pixels to be expanded in the horizontal and [all...] |
armVC.h | 191 * OMX_VIDEO_HORIZONTAL Horizontal prediction. 195 * Performs alternate-horizontal 242 * OMX_VIDEO_HORIZONTAL Horizontal prediction; 247 * alternate-horizontal 830 * This function performs interpolation for horizontal 1/2-pel positions [all...] |
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
Blend.cpp | 261 if (m_wb.horizontal) 413 if(m_wb.horizontal) 682 if(m_wb.horizontal) [all...] |
/external/icu4c/common/ |
triedict.cpp | 513 // Horizontal node; do binary search 631 // Horizontal node 734 fprintf(stderr, "ERROR: horizontal link %d, logical node %d maps to physical node zero\n", 803 UBool horizontal = (node->low != NULL || node->high != NULL); local 804 if (horizontal) { 848 // Walk the set of peers at the same level, to build a horizontal node. [all...] |
/external/libvpx/ |
y4minput.c | 98 Conversions which require both horizontal and vertical filtering could 256 /*First do the horizontal re-sampling. 257 This is the same as the mpeg2 case, except that after the horizontal 290 This is the same as the horizontal filter.*/ 480 /*In reality, the horizontal and vertical steps could be pipelined, for 483 /*First do horizontal filtering (convert to 422jpeg)*/ 529 chroma plane's horizontal resolution) and five eighths of a pixel to the 558 /*In reality, the horizontal and vertical steps could be pipelined, for 561 /*First do horizontal filtering (convert to 422jpeg)*/
|
/frameworks/base/media/libstagefright/codecs/avc/enc/src/ |
block.cpp | 28 /* horizontal */ 94 /* horizontal */ 196 for (j = 4; j > 0; j--) /* horizontal */ 212 for (j = 4; j > 0; j--) /* vertical, has to be done after horizontal */ 280 for (j = 4; j > 0; j--) /* horizontal */ 296 for (j = 4; j > 0; j--) /* vertical, has to be done after horizontal */ 375 /* horizontal */ 753 /* horizontal */ [all...] |
/external/freetype/include/freetype/ |
tttables.h | 98 /* A structure used to model a TrueType horizontal header, the `hhea' */ 99 /* table, as well as the corresponding horizontal metrics table, */ 149 /* xMax_Extent :: The maximum horizontal extent (i.e., the */ 177 /* module is able to read both the horizontal and vertical */ 303 /* module is able to read both the horizontal and vertical */ [all...] |
/external/libvpx/vpx_scale/arm/armv4/ |
gen_scalers_armv4.asm | 44 ; * FUNCTION : Copies horizontal line of pixels from source to 220 ; * FUNCTION : Copies horizontal line of pixels from source to 344 ; * FUNCTION : Copies horizontal line of pixels from source to 514 ; * FUNCTION : Copies horizontal line of pixels from source to 667 ; * FUNCTION : Copies horizontal line of pixels from source to
|
/external/mesa3d/docs/ |
conform.html | 151 Horizontal and Vertical Line test passed. 264 Horizontal and Vertical Line test passed. 377 Horizontal and Vertical Line test passed. 490 Horizontal and Vertical Line test passed. 603 Horizontal and Vertical Line test passed.
|
/external/webkit/Source/WebCore/page/ |
SpatialNavigation.cpp | 181 // Horizontal Vertical Horizontal Vertical 192 // Horizontal Vertical Horizontal Vertical 223 // Horizontal Vertical
|
/frameworks/base/core/java/android/view/ |
WindowOrientationListener.java | 193 * - If the tilt angle is too close to horizontal (near 90 or -90 degrees), do nothing. 194 * The orientation angle is not meaningful when the device is nearly horizontal. 411 // -90 degrees: screen horizontal and facing the ground (overhead) 413 // 90 degrees: screen horizontal and facing the sky (on table) 417 // If the tilt angle is too close to horizontal then we cannot determine
|
/frameworks/base/core/java/com/android/internal/widget/ |
SlidingTab.java | 54 private static final int HORIZONTAL = 0; // as defined in attrs.xml 74 * Either {@link #HORIZONTAL} or {@link #VERTICAL}. 350 // horizontal 450 mOrientation = a.getInt(R.styleable.SlidingTab_orientation, HORIZONTAL); 712 return mOrientation == HORIZONTAL; [all...] |
/external/bison/tests/ |
torture.at | 158 # horizontal grammar. 229 ## Big horizontal. ## 232 AT_SETUP([Big horizontal])
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_bar_controller.h | 43 // Horizontal frame inset for buttons in the bookmark bar. 61 // This turns on horizontal scrolling which, although slight, is awkward. 118 // movement; the bookmark bar (horizontal menu, sort of) seems fine,
|
/external/chromium/chrome/browser/ui/cocoa/find_bar/ |
find_bar_cocoa_controller.mm | 46 // Returns the horizontal position the FindBar should use in order to avoid 50 // Adjusts the horizontal position if necessary to avoid overlapping with the 257 // Move to the correct horizontal position first, to prevent the FindBar
|
/external/freetype/include/freetype/internal/ |
sfnt.h | [all...] |
/external/libvpx/vp8/common/x86/ |
subpixel_mmx.asm | 253 ; get the first horizontal line done ; 408 ; get the first horizontal line done ; 563 ; get the first horizontal line done ;
|
/external/opencv/cvaux/src/ |
cvhmmobs.cpp | 60 // delta - dctBlocks are overlapped and this parameter specifies horizontal 121 /* dct transform matrices: horizontal and vertical */ 316 /* dct transform matrices: horizontal and vertical */
|
/external/proguard/src/proguard/gui/ |
ClassSpecificationDialog.java | 91 constraintsStretch.fill = GridBagConstraints.HORIZONTAL; 103 constraintsLastStretch.fill = GridBagConstraints.HORIZONTAL; 110 panelConstraints.fill = GridBagConstraints.HORIZONTAL;
|
MemberSpecificationDialog.java | 87 constraintsStretch.fill = GridBagConstraints.HORIZONTAL; 99 constraintsLastStretch.fill = GridBagConstraints.HORIZONTAL; 106 panelConstraints.fill = GridBagConstraints.HORIZONTAL;
|