HomeSort by relevance Sort by last modified time
    Searched refs:widths (Results 101 - 125 of 202) sorted by null

1 2 3 45 6 7 8 9

  /external/skqp/fuzz/
FuzzCanvas.cpp     [all...]
  /frameworks/base/media/java/android/media/
MediaCodecInfo.java 1751 Range<Integer> counts = null, widths = null, heights = null; local
    [all...]
  /external/autotest/client/cros/chameleon/
chameleon.py 628 def fire_mixed_hpd_pulses(self, widths):
629 """Fires one or more HPD pulses, starting at low, of mixed widths.
631 One must specify a list of segment widths in the widths argument where
632 widths[0] is the width of the first low segment, widths[1] is that of
633 the first high segment, widths[2] is that of the second low segment...
634 etc. The HPD line stops at low if even number of segment widths are
637 @param widths: list of pulse segment widths in usec
    [all...]
  /frameworks/base/core/java/android/text/
MeasuredParagraph.java 43 * character widths. However retrieving character widths is slower than identifying text directions.
49 * Compute text direction and all character widths.
51 * This is bit special. StaticLayout also needs to know text direction and character widths for
56 * In addition to the character widths, some additional information is computed for each purposes,
118 // Individual characters' widths.
288 final float[] widths = mWidths.getRawArray(); local
291 r += widths[i];
SpannableStringBuilder.java     [all...]
TextUtils.java 1468 float[] widths = mt.getWidths().getRawArray(); local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
align.go 13 // to calculate Types' widths and alignments. See dowidth.
354 // compute their widths as side-effect.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
align.go 13 // to calculate Types' widths and alignments. See dowidth.
354 // compute their widths as side-effect.
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorResult.java 270 final float[] widths = new float[allDigits.length()]; local
271 paint.getTextWidths(allDigits, widths);
273 for (float x : widths) {
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripLayoutHelper.java 631 final float[] widths = new float[length]; local
636 count = paint.getTextWidths(text, 0, length, widths);
642 width += Math.round(widths[i] + 0.5f);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/unicode/
makeunicodedata.py 868 widths = [None] * 0x110000
882 widths[char] = s[1]
885 table[i].append(widths[i])
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cCopyImageTests.cpp 3101 GLuint widths[FUNCTIONAL_TEST_N_LEVELS]; local
3161 GLuint widths[FUNCTIONAL_TEST_N_LEVELS]; local
3411 GLuint widths[FUNCTIONAL_TEST_N_LEVELS]; local
    [all...]
  /external/python/cpython2/Tools/unicode/
makeunicodedata.py 868 widths = [None] * 0x110000
882 widths[char] = s[1]
885 table[i].append(widths[i])
    [all...]
  /external/python/cpython3/Tools/unicode/
makeunicodedata.py     [all...]
  /bionic/libc/stdio/
vfprintf.cpp 203 * They don't exclude field widths read from args.
vfwprintf.cpp 192 * They don't exclude field widths read from args.
  /external/skia/include/core/
SkPaint.h     [all...]
  /external/skqp/include/core/
SkPaint.h     [all...]
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.cpp 891 texrec->dims->widths[curr_level] = curr_width;
909 texrec->dims->widths[level] = width;
    [all...]
  /cts/tests/tests/media/src/android/media/cts/
VideoEncoderTest.java     [all...]
  /external/deqp/modules/gles31/functional/
es31fPrimitiveBoundingBoxTests.cpp     [all...]
  /external/freetype/src/pshinter/
pshalgo.c 352 FT_Pos delta = len - dim->stdw.widths[0].cur;
360 len = dim->stdw.widths[0].cur;
533 /* Stem adjustment tries to snap stem widths to standard
    [all...]
  /external/valgrind/
Android.mk 38 -Wno-asm-operand-widths \
  /prebuilts/go/darwin-x86/src/image/png/
writer.go 530 // Obviously, negative widths and heights are invalid. Furthermore, the PNG
  /prebuilts/go/linux-x86/src/image/png/
writer.go 530 // Obviously, negative widths and heights are invalid. Furthermore, the PNG

Completed in 876 milliseconds

1 2 3 45 6 7 8 9