Searched refs:strength (Results 101 - 125 of 144) sorted by relevance

123456

/external/chromium_org/third_party/skia/src/ports/
H A DSkFontHost_FreeType.cpp1515 FT_Pos strength; local
1516 strength = FT_MulFix(face->units_per_EM, face->size->metrics.y_scale) / 24;
1517 FT_Outline_Embolden(&glyph->outline, strength);
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp1536 // hand-tuned value to reduce outline embolden strength
1563 FT_Pos strength; local
1564 strength = FT_MulFix(face->units_per_EM, face->size->metrics.y_scale)
1566 FT_Outline_Embolden(&glyph->outline, strength);
/external/svox/pico/lib/
H A Dpicoacph.c52 /* boundary strength state */
71 index for content, plus two fields for boundary strength/type)
114 -> headx further extended with boundary strength and type info to
134 picoos_uint8 boundStrengthState; /* boundary strength state */
398 BOUND strength state is needed */
502 PICODBG_WARN(("problem determining subphrase boundary strength"));
561 PICODBG_WARN(("invalid boundary strength, not set"));
565 /* set boundary strength state */
575 PICODBG_WARN(("invalid boundary strength state, not changed"));
968 const picoos_uint8 strength,
966 acphPutBoundItem(register picodata_ProcessingUnit this, register acph_subobj_t *acph, const picoos_uint8 strength, const picoos_uint8 type, picoos_uint8 *dopuoutfull, picoos_uint16 *numBytesOutput) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DTextIterator.cpp2006 UCollationStrength strength = m_options & CaseInsensitive ? UCOL_PRIMARY : UCOL_TERTIARY; local
2007 if (ucol_getStrength(collator) != strength) {
2008 ucol_setStrength(collator, strength);
/external/chromium_org/third_party/libvpx/source/config/mac/ia32/
H A Dvp9_rtcd.h675 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
676 void vp9_temporal_filter_apply_sse2(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
677 RTCD_EXTERN void (*vp9_temporal_filter_apply)(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
/external/chromium_org/third_party/tlslite/tlslite/
H A Dtlsconnection.py97 strength = 160 variable in class:DHE_RSAKeyExchange
101 # of the strength of the curve.
102 self.dh_Xs = bytesToNumber(getRandomBytes(self.strength * 2 / 8))
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-raytrace.js206 return Math.pow((intensity - distance) / strength, 0.2);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-raytrace.js206 return Math.pow((intensity - distance) / strength, 0.2);
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_sit.cpp304 /* 06 STRENGTH */ {strengthArg, _processCollatorOption, UCOL_STRENGTH }, // strength 1, 2, 3, 4, I, D
703 case UCOL_STRENGTH: /* attribute for strength */
704 return coll->strengthisDefault?UCOL_DEFAULT:coll->strength;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dusrchdat.c30 UCollationStrength strength; member in struct:SearchData
/external/icu/icu4c/source/test/cintltst/
H A Dusrchdat.c30 UCollationStrength strength; member in struct:SearchData
/external/chromium_org/v8/src/
H A Di18n.js923 strength: {writable: true},
/external/openssl/include/openssl/
H A Dssl.h402 unsigned long algo_strength; /* strength and export flags */
747 int strength; member in struct:srp_ctx_st
1973 int SSL_CTX_set_srp_strength(SSL_CTX *ctx, int strength);
/external/openssl/ssl/
H A Dssl.h402 unsigned long algo_strength; /* strength and export flags */
747 int strength; member in struct:srp_ctx_st
1973 int SSL_CTX_set_srp_strength(SSL_CTX *ctx, int strength);
/external/chromium_org/third_party/libvpx/source/config/linux/arm/
H A Dvp9_rtcd.h602 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
/external/chromium_org/third_party/libvpx/source/config/linux/arm64/
H A Dvp9_rtcd.h615 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
/external/chromium_org/third_party/libvpx/source/config/linux/generic/
H A Dvp9_rtcd.h602 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
/external/chromium_org/third_party/libvpx/source/config/linux/mips64el/
H A Dvp9_rtcd.h602 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
/external/chromium_org/third_party/libvpx/source/config/linux/mipsel/
H A Dvp9_rtcd.h602 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
/external/chromium_org/third_party/libvpx/source/config/nacl/
H A Dvp9_rtcd.h602 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
/external/libvpx/armv7a/
H A Dvp9_rtcd.h599 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
/external/libvpx/generic/
H A Dvp9_rtcd.h599 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
/external/libvpx/mips/
H A Dvp9_rtcd.h599 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_size, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
/external/chromium_org/third_party/libvpx/source/config/linux/ia32/
H A Dvp9_rtcd.h788 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
789 void vp9_temporal_filter_apply_sse2(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
790 RTCD_EXTERN void (*vp9_temporal_filter_apply)(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
/external/chromium_org/third_party/libvpx/source/config/win/ia32/
H A Dvp9_rtcd.h788 void vp9_temporal_filter_apply_c(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
789 void vp9_temporal_filter_apply_sse2(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);
790 RTCD_EXTERN void (*vp9_temporal_filter_apply)(uint8_t *frame1, unsigned int stride, uint8_t *frame2, unsigned int block_width, unsigned int block_height, int strength, int filter_weight, unsigned int *accumulator, uint16_t *count);

Completed in 2336 milliseconds

123456