HomeSort by relevance Sort by last modified time
    Searched defs:Center (Results 1 - 9 of 9) sorted by null

  /external/opencv/cvaux/src/
_cvvectrack.h 139 CvPoint Center(const CvRect& r)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
cursslk.h 47 typedef enum { Left=0, Center=1, Right=2 } Justification;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
cursslk.h 47 typedef enum { Left=0, Center=1, Right=2 } Justification;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
cursslk.h 47 typedef enum { Left=0, Center=1, Right=2 } Justification;
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapFont.java 58 * Align text in the center of the text block
60 Center,
80 * Align text in the center of the text block
82 Center,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DataGrid.js 160 Center: "center",
    [all...]
  /external/harfbuzz/src/
harfbuzz-arabic.c 61 Center,
245 return Center;
257 Each unicode char has a joining class (right, dual (left&right), center (joincausing) or transparent).
260 Right join-causing: dual + center
261 Left join-causing: dual + right + center
301 JCausing, /* Center */
438 /* ### Center should probably be treated as transparent when it comes to justification. */
439 case Center:
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-arabic.c 61 Center,
245 return Center;
257 Each unicode char has a joining class (right, dual (left&right), center (joincausing) or transparent).
260 Right join-causing: dual + center
261 Left join-causing: dual + right + center
301 JCausing, /* Center */
438 /* ### Center should probably be treated as transparent when it comes to justification. */
439 case Center:
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyleConstants.h 185 enum EBoxPack { Start, Center, End, Justify };
346 LEFT, RIGHT, CENTER, JUSTIFY, WEBKIT_LEFT, WEBKIT_RIGHT, WEBKIT_CENTER, TASTART, TAEND,

Completed in 712 milliseconds