/external/freetype/src/base/ |
ftadvanc.c | 5 /* Quick computation of advance widths (body). */
|
/external/icu/icu4c/source/common/unicode/ |
ptypes.h | 22 * \brief C API: Definitions of integer types of various widths
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
ftadvanc.c | 5 /* Quick computation of advance widths (body). */
|
/external/libvncserver/examples/ |
pnmshow.c | 61 /* vncviewers have problems with widths which are no multiple of 4. */
|
/external/pdfium/third_party/freetype/src/base/ |
ftadvanc.c | 5 /* Quick computation of advance widths (body). */
|
/external/skia/gm/ |
nonclosedpaths.cpp | 71 // Stroke widths are:
|
hairlines.cpp | 245 const SkScalar widths[] = { 0, 0.999f, 1, 1.001f }; local 249 for (auto width : widths) {
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
InputConfiguration.java | 85 * <p>Two input configurations are equal if and only if they have the same widths, heights, and
|
/frameworks/base/core/tests/coretests/src/android/widget/focus/ |
HorizontalFocusSearchTest.java | 32 * various widths and vertical placements.
|
VerticalFocusSearchTest.java | 31 * various widths and horizontal placements.
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
KeyboardLayout.java | 89 * The widths of the keys which are smaller than the true hit-area due to the gaps
|
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
unsafe.go | 120 // compute struct widths
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
unsafe.go | 117 // compute struct widths
|
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/ |
unsafe.go | 120 // compute struct widths
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
unsafe.go | 117 // compute struct widths
|
/external/icu/icu4c/source/i18n/unicode/ |
measfmt.h | 27 * Constants for various widths. 28 * There are 4 widths: Wide, Short, Narrow, Numeric.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
TableLayoutRule.java | 202 // Children of a table layout cannot set their widths (it is controlled by column 205 if (horizontalEdge == null) { // Widths are edited by vertical edges.
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/ |
TerminalBridge.java | 416 float[] widths = new float[1]; local 417 defaultPaint.getTextWidths("X", widths); 418 charWidth = (int) Math.ceil(widths[0]); 722 float[] widths = new float[1]; local 723 defaultPaint.getTextWidths("X", widths); 724 int termWidth = (int) widths[0] * cols;
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/ |
afcjk.c | 78 "cjk standard widths computation (style `%s')\n" 203 axis->widths[num_widths++].org = dist; 207 /* this also replaces multiple almost identical stem widths */ 209 af_sort_and_quantize_widths( &num_widths, axis->widths, 221 stdw = ( axis->width_count > 0 ) ? axis->widths[0].org 234 FT_TRACE5(( "%s widths:\n", 240 FT_TRACE5(( " %d", axis->widths[i].org )); 580 /* Adjust scaling value, then scale and shift widths */ [all...] |
aflatin2.c | 138 axis->widths[num_widths++].org = dist; 142 af_sort_widths( num_widths, axis->widths ); 154 ? axis->widths[0].org 614 /* scale the standard widths */ 617 AF_Width width = axis->widths + nn; [all...] |
/external/skia/src/core/ |
SkPaint.cpp | 1026 SkScalar widths[], SkRect bounds[]) const { 1033 if (nullptr == widths && nullptr == bounds) { 1051 // we adjust the widths returned here through auto-kerning 1058 if (widths) { 1063 *widths++ = SkScalarMul(w, scale); 1072 if (count > 0 && widths) { 1073 *widths = SkScalarMul(SkFixedToScalar(prevWidth), scale); 1078 if (widths) { 1082 *widths++ = SkFixedToScalar(prevWidth + adjust); 1091 if (count > 0 && widths) { [all...] |
/external/freetype/src/autofit/ |
aflatin2.c | 138 axis->widths[num_widths++].org = dist; 142 af_sort_widths( num_widths, axis->widths ); 154 ? axis->widths[0].org 614 /* scale the standard widths */ 617 AF_Width width = axis->widths + nn; [all...] |
/external/clang/lib/Headers/ |
stdint.h | 86 * and 64-bit widths regardless of whether there are corresponding exact-width 93 * descending widths. 100 * wide enough to represent all of the required widths (8-, 16-, 32-, 64-bit). 466 * 16, 32, 64) bit widths when they don't have exact representations. It is 468 * widths.
|
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
CountingTimerView.java | 114 float widths[] = new float[allDigits.length()]; local 115 int ll = mPaint.getTextWidths(allDigits, widths); 118 if (widths[ii] > widths[largest]) { 123 mEm = widths[largest];
|
/prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/ |
stdint.h | 86 * and 64-bit widths regardless of whether there are corresponding exact-width 93 * descending widths. 100 * wide enough to represent all of the required widths (8-, 16-, 32-, 64-bit). 466 * 16, 32, 64) bit widths when they don't have exact representations. It is 468 * widths.
|