HomeSort by relevance Sort by last modified time
    Searched refs:widths (Results 26 - 50 of 72) sorted by null

12 3

  /frameworks/base/core/jni/android/graphics/
Paint.cpp 457 static int dotextwidths(JNIEnv* env, SkPaint* paint, const jchar text[], int count, jfloatArray widths,
462 if (count < 0 || !widths) {
469 size_t widthsLength = env->GetArrayLength(widths);
475 AutoJavaFloatArray autoWidths(env, widths, count);
485 int index, int count, jint bidiFlags, jfloatArray widths) {
487 count = dotextwidths(env, paint, textArray + index, count, widths, bidiFlags);
494 int start, int end, jint bidiFlags, jfloatArray widths) {
496 int count = dotextwidths(env, paint, textArray + start, end - start, widths, bidiFlags);
    [all...]
  /external/skia/legacy/src/core/
SkPaint.cpp     [all...]
  /external/skia/src/core/
SkPaint.cpp     [all...]
  /external/freetype/src/autofit/
aflatin.c 51 /* Find segments and links, compute all stem widths, and initialize */
137 axis->widths[num_widths++].org = dist;
141 af_sort_widths( num_widths, axis->widths );
153 ? axis->widths[0].org
519 /* Adjust scaling value, then scale and shift widths */
606 /* scale the widths */
609 AF_Width width = axis->widths + nn;
646 /* use discrete values for blue zone widths */
    [all...]
aflatin2.c 136 axis->widths[num_widths++].org = dist;
140 af_sort_widths( num_widths, axis->widths );
152 ? axis->widths[0].org
586 /* scale the standard widths */
589 AF_Width width = axis->widths + nn;
    [all...]
afcjk.c 149 axis->widths[num_widths++].org = dist;
153 af_sort_widths( num_widths, axis->widths );
164 stdw = ( axis->width_count > 0 ) ? axis->widths[0].org
    [all...]
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
VideoChatTestActivity.java 188 final int widths[] = new int[] {320, 640}; local
234 TestCamera(whichCamera, widths[whichResolution],
  /external/webkit/Source/WebCore/platform/graphics/android/fonts/
FontAndroid.cpp 359 SkScalar* widths = storage.get(); local
363 count = paint.getTextWidths(run.characters(), count << 1, widths);
370 if (x < SkScalarRound(pos + SkScalarHalf(widths[i])))
372 pos += widths[i];
474 // Get the advances (widths) for each glyph.
    [all...]
  /external/freetype/include/freetype/internal/
tttypes.h 322 /* A small structure used to model the pre-computed widths of a given */
330 /* widths :: An array of widths. Note: These are 8-bit bytes. */
336 FT_Byte* widths; member in struct:TT_HdmxEntryRec_
348 /* pre-computed widths for a set of given sizes/dimensions. */
    [all...]
  /frameworks/base/core/java/android/text/
SpannableStringBuilder.java     [all...]
TextUtils.java 1227 float[] widths = mt.mWidths; local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
SuggestionStripView.java 536 final float[] widths = new float[len]; local
537 final int count = paint.getTextWidths(text, 0, len, widths);
540 width += Math.round(widths[i] + 0.5f);
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 539 float[] widths = new float[1]; local
540 paint.getTextWidths(" ", widths);
542 calculateAvailableWidth() - deleteWidth - widths[0]);
582 float[] widths = new float[1]; local
583 paint.getTextWidths(" ", widths);
585 calculateAvailableWidth() - iconWidth - widths[0]);
829 // Check the widths of the associated chips.
    [all...]
  /external/skia/src/pdf/
SkPDFFont.cpp     [all...]
  /external/skia/include/core/
SkPaint.h     [all...]
  /external/skia/legacy/include/core/
SkPaint.h     [all...]
  /external/webkit/Source/WebKit/android/plugins/
android_npapi.h 589 If widths is not null, returns the array of advance widths for each
594 float widths[], ANPRectF bounds[]);
    [all...]
  /external/clang/lib/Lex/
LiteralSupport.cpp 340 "only character widths of 1, 2, or 4 bytes supported");
    [all...]
  /external/libvorbis/doc/
02-bitpacking.tex 195 four-bit integer, reading some other combination of bit-widths from the
  /external/freetype/src/pshinter/
pshalgo.c 355 FT_Pos delta = len - dim->stdw.widths[0].cur;
363 len = dim->stdw.widths[0].cur;
536 /* Stem adjustment tries to snap stem widths to standard
    [all...]
  /external/zxing/core/
core.jar 
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 50 ;# many of these transforms. They operate at three widths (8,16,32).
    [all...]
  /prebuilts/devtools/tools/lib/
traceview.jar 
  /frameworks/base/core/java/android/widget/
TextView.java     [all...]

Completed in 3758 milliseconds

12 3