Searched refs:adjust (Results 26 - 50 of 80) sorted by relevance

1234

/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dlist.js190 this.selectionModel.adjust(0, 0, dataModel.length);
558 this.selectionModel.adjust(e.index, e.removed.length, e.added.length);
577 * - adjust selection.
/external/libffi/src/arm/
H A Dsysv.S167 @ and adjust stack
/external/libvpx/libvpx/vpx_scale/arm/neon/
H A Dvp8_vpxyv12_copysrcframe_func_neon.asm42 sub r6, r6, r5 ;adjust stride
153 sub r6, r6, r5 ;adjust stride
/external/skia/legacy/src/views/
H A DSkTextBox.cpp44 w += autokern.adjust(glyph) + glyph.fAdvanceX;
/external/icu4c/i18n/
H A DdecNumber.c665 exponent-=(last-dotchar); /* adjust exponent */
2304 /* lhs is A, the number to adjust */
2393 /* lhs is A, the number to adjust */
2629 /* lhs is A, the number to adjust */
2663 res->exponent+=reqexp; /* adjust the exponent */
3054 approxset.emin-=exp/2; /* adjust to match a */
3068 approxset.emin-=exp/2; /* adjust to match a */
3076 /* Here, 0.1 <= a < 1 (still), so adjust back */
3704 if (eng && (e!=0)) { /* engineering: may need to adjust */
3899 Int adjust; /* wor local
3935 Int adjust; /* work */ local
5948 Int adjust=reqexp-lhs->exponent; /* digit adjustment needed */ local
7472 Int etiny, adjust; /* .. */ local
[all...]
H A Dusearch.cpp749 // this is to adjust for characters in the middle of the
751 int32_t adjust = pattern->CELength - patternceindex; local
752 if (adjust > 1 && shift >= adjust) {
753 shift -= adjust - 1;
1991 // this is to adjust for characters in the middle of the substring
1993 int32_t adjust = patternceindex; local
1994 if (adjust > 1 && shift > adjust) {
1995 shift -= adjust
[all...]
/external/libffi/src/mips/
H A Dn32.S502 .uleb128 SIZEOF_FRAME # adjust stack.by SIZEOF_FRAME
524 .uleb128 SIZEOF_FRAME2 # adjust stack.by SIZEOF_FRAME
H A Do32.S83 ADDU $sp, 4 * FFI_SIZEOF_ARG # adjust $sp to new args
/external/llvm/lib/Support/Windows/
H A DPath.inc90 // Look for a UNC path, and if found adjust our notion of the root slash.
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DFontQt.cpp141 clip.adjust(dx1, dx2, dy1, dy2);
142 clip.adjust(-ctxShadow->m_blurDistance, -ctxShadow->m_blurDistance, ctxShadow->m_blurDistance, ctxShadow->m_blurDistance);
/external/webkit/Source/WebCore/platform/qt/
H A DQtMobileWebStyle.cpp110 rect.adjust(border, border, -border, -border);
153 rect.adjust(1, 1, -1, -1);
/external/qemu/telephony/
H A Dsms.c501 int dlen, adjust = 0; local
525 adjust = 0;
535 adjust = 1;
543 address->len = 2*dlen + adjust;
/external/guava/guava/src/com/google/common/collect/
H A DSets.java1073 int adjust = size - 1;
1075 adjust *= 31;
1077 return axes.hashCode() + adjust;
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSets.java1061 int adjust = size - 1;
1063 adjust *= 31;
1065 return axes.hashCode() + adjust;
/external/skia/legacy/src/ports/
H A DSkFontHost_mac_coretext.cpp966 // advances, but not bounds, so use the default box and adjust it below.
1031 SkRect adjust; local
1033 adjust.set(gRect.fMinX, gRect.fMinY, gRect.fMaxX, gRect.fMaxY);
1034 fAdjustBadMatrix.mapRect(&adjust);
1035 theBounds.origin.x = SkScalarToFloat(adjust.fLeft) - 1;
1036 theBounds.origin.y = SkScalarToFloat(adjust.fTop) - 1;
/external/skia/src/ports/
H A DSkFontHost_mac_coretext.cpp936 // advances, but not bounds, so use the default box and adjust it below.
997 SkRect adjust; local
999 adjust.set(gRect.fMinX, gRect.fMinY, gRect.fMaxX, gRect.fMaxY);
1000 fFBoundingBoxesMatrix.mapRect(&adjust);
1001 bounds.origin.x = SkScalarToFloat(adjust.fLeft) - 1;
1002 bounds.origin.y = SkScalarToFloat(adjust.fTop) - 1;
/external/skia/legacy/src/core/
H A DSkPaint.cpp1217 // we adjust the widths returned here through auto-kerning
1225 SkFixed adjust = autokern.adjust(g);
1228 SkScalar w = SkFixedToScalar(prevWidth + adjust);
1245 SkFixed adjust = autokern.adjust(g);
1248 *widths++ = SkFixedToScalar(prevWidth + adjust);
2162 fXPos += SkScalarMul(SkFixedToScalar(fPrevAdvance + fAutoKern.adjust(glyph)), fScale);
/external/skia/src/core/
H A DSkPaint.cpp1320 // we adjust the widths returned here through auto-kerning
1328 SkFixed adjust = autokern.adjust(g);
1331 SkScalar w = SkFixedToScalar(prevWidth + adjust);
1348 SkFixed adjust = autokern.adjust(g);
1351 *widths++ = SkFixedToScalar(prevWidth + adjust);
2361 fXPos += SkScalarMul(SkFixedToScalar(fPrevAdvance + fAutoKern.adjust(glyph)), fScale);
/external/openssl/crypto/bn/asm/
H A Dppc-mont.pl149 addi $num,$num,-2 ; adjust $num for counter register
/external/srec/srec/crec/
H A Dget_fram.c446 fram[ii] = (imeldata) norm->adjust[ii]; /* TODO: review types */
/external/flac/libFLAC/ppc/as/
H A Dlpc_asm.s66 slwi r6,r6,2 ; adjust for word size
315 slwi r6,r6,2 ; adjust for word size
/external/flac/libFLAC/ppc/gas/
H A Dlpc_asm.s68 slwi r6,r6,2 # adjust for word size
317 slwi r6,r6,2 # adjust for word size
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Dsixtappredict8x4_v6.asm42 add r0, r0, #3 ;adjust src only for loading convinience
/external/webkit/Source/WebCore/css/
H A DCSSPropertyNames.in25 -webkit-text-size-adjust
/external/openssl/crypto/sha/asm/
H A Dsha1-ia64.pl258 add in2=-1,in2 // adjust num for ar.lc

Completed in 707 milliseconds

1234