HomeSort by relevance Sort by last modified time
    Searched full:halfwidth (Results 51 - 75 of 131) sorted by null

1 23 4 5 6

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_ucn.py 110 self.checkletter("HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK", u"\uFF9F")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_ucn.py 110 self.checkletter("HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK", u"\uFF9F")
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGradientValue.cpp 624 float halfWidth = size.width() / 2;
627 endCorner.set(halfWidth, halfHeight);
629 endCorner.set(halfWidth, -halfHeight);
631 endCorner.set(-halfWidth, -halfHeight);
633 endCorner.set(-halfWidth, halfHeight);
642 secondPoint.set(halfWidth + endX, halfHeight - endY);
644 firstPoint.set(halfWidth - endX, halfHeight + endY);
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
ScreenRotationAnimation.java 481 final int halfWidth = (finalWidth + mOriginalWidth) / 2;
486 halfWidth, halfHeight);
487 mStartExitAnimation.initialize(halfWidth, halfHeight,
490 halfWidth, halfHeight);
491 mFinishExitAnimation.initialize(halfWidth, halfHeight,
    [all...]
  /external/chromium_org/third_party/icu/source/data/unidata/
DerivedBidiClass.txt     [all...]
DerivedAge.txt 346 FF61..FFBE ; 1.1 # [94] HALFWIDTH IDEOGRAPHIC FULL STOP..HALFWIDTH HANGUL LETTER HIEUH
347 FFC2..FFC7 ; 1.1 # [6] HALFWIDTH HANGUL LETTER A..HALFWIDTH HANGUL LETTER E
348 FFCA..FFCF ; 1.1 # [6] HALFWIDTH HANGUL LETTER YEO..HALFWIDTH HANGUL LETTER OE
349 FFD2..FFD7 ; 1.1 # [6] HALFWIDTH HANGUL LETTER YO..HALFWIDTH HANGUL LETTER YU
350 FFDA..FFDC ; 1.1 # [3] HALFWIDTH HANGUL LETTER EU..HALFWIDTH HANGUL LETTER
    [all...]
Blocks.txt 181 FF00..FFEF; Halfwidth and Fullwidth Forms
  /external/chromium_org/third_party/skia/third_party/harfbuzz/contrib/tables/
DerivedCombiningClass.txt     [all...]
Scripts.txt 471 FF61 ; Common # Po HALFWIDTH IDEOGRAPHIC FULL STOP
472 FF62 ; Common # Ps HALFWIDTH LEFT CORNER BRACKET
473 FF63 ; Common # Pe HALFWIDTH RIGHT CORNER BRACKET
474 FF64..FF65 ; Common # Po [2] HALFWIDTH IDEOGRAPHIC COMMA..HALFWIDTH KATAKANA MIDDLE DOT
475 FF70 ; Common # Lm HALFWIDTH KATAKANA-HIRAGANA PROLONGED SOUND MARK
476 FF9E..FF9F ; Common # Lm [2] HALFWIDTH KATAKANA VOICED SOUND MARK..HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK
482 FFE8 ; Common # So HALFWIDTH FORMS LIGHT VERTICAL
483 FFE9..FFEC ; Common # Sm [4] HALFWIDTH LEFTWARDS ARROW..HALFWIDTH DOWNWARDS ARRO
    [all...]
DerivedGeneralCategory.txt     [all...]
  /external/chromium_org/third_party/libyuv/source/
planar_functions.cc 134 int halfwidth = (width + 1) >> 1; local
151 CopyPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, height);
152 CopyPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, height);
453 int halfwidth = (width + 1) >> 1; local
474 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
475 MirrorPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
1105 int halfwidth = (width + 1) >> 1; local
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
EncodeDecodeTest.java     [all...]
  /external/libyuv/files/source/
planar_functions.cc 257 int halfwidth = (width + 1) >> 1; local
262 MirrorPlane(src_u, src_stride_u, dst_u, dst_stride_u, halfwidth, halfheight);
263 MirrorPlane(src_v, src_stride_v, dst_v, dst_stride_v, halfwidth, halfheight);
963 int halfwidth = (width + 1) >> 1; local
970 SetPlane(start_u, dst_stride_u, halfwidth, halfheight, value_u);
971 SetPlane(start_v, dst_stride_v, halfwidth, halfheight, value_v);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/cocoa/
FontPlatformDataCocoa.mm 177 case HalfWidth:
  /external/chromium_org/third_party/icu/source/test/intltest/
transapi.cpp 152 "Halfwidth-Fullwidth",
153 "Fullwidth-Halfwidth",
220 "Halfwidth-Fullwidth" ,"Halfwidth to Fullwidth" ,
    [all...]
  /external/icu/icu4c/source/test/intltest/
transapi.cpp 152 "Halfwidth-Fullwidth",
153 "Fullwidth-Halfwidth",
220 "Halfwidth-Fullwidth" ,"Halfwidth to Fullwidth" ,
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 475 final int halfWidth = (outerRadius - innerRadius) / 2;
476 final int middleRadius = innerRadius + halfWidth;
489 return middleRadius - triangleY + halfWidth;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java     [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewTest.java 579 int halfWidth = display.getWidth() / 2;
583 new LinearLayout.LayoutParams(halfWidth, halfHeight);
593 assertEquals(rect.left + halfWidth, rect.right);
633 int halfWidth = display.getWidth() / 2;
637 new LinearLayout.LayoutParams(halfWidth, halfHeight);
647 assertEquals(rect.left + halfWidth, rect.right);
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-unicode-private.hh 165 * #FFA0 ;HALFWIDTH HANGUL FILLER
  /external/harfbuzz_ng/src/
hb-unicode-private.hh 156 * FFA0 # Lo HALFWIDTH HANGUL FILLER
  /system/core/libpixelflinger/
trap.cpp 361 GGLcoord halfWidth = TRI_ROUND(width) >> 1;
362 if (halfWidth == 0)
363 halfWidth = TRI_HALF;
365 ((dx > dy) ? ny : nx) = halfWidth;
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
utransts.c 252 "Halfwidth-Fullwidth",
253 "Fullwidth-Halfwidth",
  /external/clang/include/clang/Basic/
TargetInfo.h 61 unsigned char HalfWidth, HalfAlign;
315 unsigned getHalfWidth() const { return HalfWidth; }
  /external/clang/lib/Basic/
TargetInfo.cpp 40 HalfWidth = 16;
262 HalfWidth = HalfAlign = 16;

Completed in 994 milliseconds

1 23 4 5 6