/frameworks/base/graphics/java/android/graphics/drawable/ |
Ripple.java | 130 final float halfWidth = mBounds.width() / 2.0f; 132 mOuterRadius = (float) Math.sqrt(halfWidth * halfWidth + halfHeight * halfHeight); 165 final float halfWidth = mBounds.width() / 2.0f; 167 mOuterRadius = (float) Math.sqrt(halfWidth * halfWidth + halfHeight * halfHeight);
|
/frameworks/base/libs/hwui/font/ |
Font.cpp | 245 const float halfWidth = glyph->mBitmapWidth * 0.5f; 251 bool ok = measure.getPosTan(x + hOffset + glyph->mBitmapLeft + halfWidth, position, tangent); 257 destination[0].set(-tangent->fX * halfWidth - tangent->fY * vOffset, 258 -tangent->fY * halfWidth + tangent->fX * vOffset); 259 destination[1].set(tangent->fX * halfWidth - tangent->fY * vOffset, 260 tangent->fY * halfWidth + tangent->fX * vOffset);
|
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_aalinetemp.h | 122 line.halfWidth = 0.5F * CLAMP(ctx->Line.Width, 132 line.xAdj = line.dx / line.len * line.halfWidth; 133 line.yAdj = line.dy / line.len * line.halfWidth;
|
/external/mesa3d/src/mesa/swrast/ |
s_aalinetemp.h | 122 line.halfWidth = 0.5F * CLAMP(ctx->Line.Width, 132 line.xAdj = line.dx / line.len * line.halfWidth; 133 line.yAdj = line.dy / line.len * line.halfWidth;
|
/external/replicaisland/src/com/replica/replicaisland/ |
InputGameInterface.java | 99 final float halfWidth = ButtonConstants.MOVEMENT_SLIDER_BAR_WIDTH / 2.0f; 100 final float center = ButtonConstants.MOVEMENT_SLIDER_X + halfWidth; 102 float magnitudeRamp = Math.abs(offset) > halfWidth ? 1.0f : (Math.abs(offset) / halfWidth);
|
GameRenderer.java | 214 final float halfWidth = mHalfWidth; 222 x = (x - mCameraX) + halfWidth;
|
/libcore/luni/src/main/java/java/net/ |
IDN.java | 54 * U+FF0E (fullwidth full stop), and U+FF61 (halfwidth ideographic full stop). 86 * U+FF0E (fullwidth full stop), and U+FF61 (halfwidth ideographic full stop).
|
/external/chromium_org/third_party/icu/source/data/unidata/norm2/ |
uts46.txt | [all...] |
/external/icu/icu4c/source/data/unidata/norm2/ |
uts46.txt | [all...] |
/external/chromium_org/third_party/skia/src/gpu/ |
GrOvalRenderer.cpp | 530 SkScalar halfWidth = 0; 533 halfWidth = SK_ScalarHalf; 535 halfWidth = SkScalarHalf(strokeWidth); 538 outerRadius += halfWidth; 540 innerRadius = radius - halfWidth; [all...] |
/external/skia/src/gpu/ |
GrOvalRenderer.cpp | 530 SkScalar halfWidth = 0; 533 halfWidth = SK_ScalarHalf; 535 halfWidth = SkScalarHalf(strokeWidth); 538 outerRadius += halfWidth; 540 innerRadius = radius - halfWidth; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderCombineText.cpp | 117 static const FontWidthVariant widthVariants[] = { HalfWidth, ThirdWidth, QuarterWidth };
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
cpdtrtst.cpp | 193 CompoundTransliterator *ct1=new CompoundTransliterator("Halfwidth-Fullwidth;Fullwidth-Halfwidth", parseError, status); 261 UnicodeString ID2("Hex-Any;Any-Hex;Latin-Cyrillic;Cyrillic-Latin;Halfwidth-Fullwidth;Fullwidth-Halfwidth");
|
/external/icu/icu4c/source/test/intltest/ |
cpdtrtst.cpp | 193 CompoundTransliterator *ct1=new CompoundTransliterator("Halfwidth-Fullwidth;Fullwidth-Halfwidth", parseError, status); 261 UnicodeString ID2("Hex-Any;Any-Hex;Latin-Cyrillic;Cyrillic-Latin;Halfwidth-Fullwidth;Fullwidth-Halfwidth");
|
/external/llvm/include/llvm/Support/ |
Unicode.h | 59 /// * 2 for each CJK character excluding halfwidth forms;
|
/external/chromium_org/third_party/libyuv/source/ |
rotate.cc | 1163 int halfwidth = (width + 1) >> 1; local 1239 int halfwidth = (width + 1) >> 1; local [all...] |
/external/libyuv/files/source/ |
rotate.cc | 1052 int halfwidth = (width + 1) >> 1; local 1128 int halfwidth = (width + 1) >> 1; local [all...] |
/frameworks/base/docs/html/training/displaying-bitmaps/ |
load-bitmap.jd | 114 final int halfWidth = width / 2; 119 && (halfWidth / inSampleSize) > reqWidth) {
|
/developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
ImageResizer.java | 242 final int halfWidth = width / 2; 247 && (halfWidth / inSampleSize) > reqWidth) {
|
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
ImageResizer.java | 242 final int halfWidth = width / 2; 247 && (halfWidth / inSampleSize) > reqWidth) {
|
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
ImageResizer.java | 242 final int halfWidth = width / 2; 247 && (halfWidth / inSampleSize) > reqWidth) {
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/mathmaps/symbols/ |
math_arrows.json | [all...] |
math_delimiters.json | 1499 "default": "halfwidth left corner bracket", 1500 "alternative": "halfwidth opening corner bracket" 1508 "default": "halfwidth right corner bracket", 1509 "alternative": "halfwidth closing corner bracket"
|
/cts/tests/tests/text/src/android/text/cts/ |
AndroidCharacterTest.java | 57 // HALFWIDTH KATAKANA LETTER NI (U+FF86)
|
/external/freetype/src/autofit/ |
afranges.c | 197 AF_UNIRANGE_REC( 0xFF00UL, 0xFFEFUL ), /* Halfwidth and Fullwidth Forms */
|