/external/skia/gm/ |
typeface.cpp | 28 static void applyKerning(SkPoint pos[], const int32_t adjustments[], int count, 34 globalAdj += adjustments[i] * scale; 55 int32_t* adjustments = adjustmentStorage.get(); local 56 if (!face->getKerningPairAdjustments(glyphs, glyphCount, adjustments)) { 68 applyKerning(pos, adjustments, glyphCount, glyphPaint);
|
/external/icu/icu4c/source/layout/ |
OpenTypeLayoutEngine.cpp | 463 GlyphPositionAdjustments *adjustments = new GlyphPositionAdjustments(glyphCount); local 466 if (adjustments == NULL) { 473 // the adjustments array w/ new... 475 adjustments->setXPlacement(i, 0); 476 adjustments->setYPlacement(i, 0); 478 adjustments->setXAdvance(i, 0); 479 adjustments->setYAdvance(i, 0); 481 adjustments->setBaseOffset(i, -1); 488 fGPOSTable->process(fGPOSTable, glyphStorage, adjustments, reverse, fScriptTagV2, fLangSysTag, 492 fGPOSTable->process(fGPOSTable, glyphStorage, adjustments, reverse, fScriptTag, fLangSysTag, [all...] |
/external/skia/src/core/ |
SkTypeface.cpp | 262 int32_t adjustments[]) const { 267 if (nullptr == glyphs || nullptr == adjustments) { 270 SkASSERT(nullptr == adjustments); 272 return this->onGetKerningPairAdjustments(glyphs, count, adjustments); 313 int32_t adjustments[]) const {
|
/external/skia/include/core/ |
SkTypeface.h | 232 * Given a run of glyphs, return the associated horizontal adjustments. 233 * Adjustments are in "design units", which are integers relative to the 244 * [count] valid glyph IDs, and the adjustments parameter must be 246 * [count-1] entries in the adjustments array will be set. If the method 247 * returns false, then no kerning should be applied, and the adjustments 252 int32_t adjustments[]) const; 304 * will not take into account any hinting or other size-specific adjustments. 358 int32_t adjustments[]) const;
|
/external/skia/src/ports/ |
SkFontHost_FreeType_common.h | 85 int32_t adjustments[]) const override;
|
SkFontHost_FreeType.cpp | 728 int count, int32_t adjustments[]) const { 742 adjustments[i] = delta.x; [all...] |
/frameworks/base/packages/ExtServices/src/android/ext/services/notification/ |
Ranker.java | 189 List<Adjustment> adjustments = new ArrayList<>(); local 191 adjustments.add(createBundlingAdjustment(packageName, key, bundle, user)); 195 adjustNotifications(adjustments); 197 Slog.e(TAG, "Adjustments failed", e);
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/ec2/autoscale/ |
test_connection.py | 90 adjustments = c.get_all_adjustment_types() 91 for adjustment in adjustments:
|
/frameworks/base/core/java/android/service/notification/ |
NotificationRankerService.java | 205 * Updates existing notifications. Re-ranking won't occur until all adjustments are applied. 209 * @param adjustments a list of adjustments with explanations 211 public final void adjustNotifications(List<Adjustment> adjustments) { 214 getNotificationInterface().applyAdjustmentsFromRankerService(mWrapper, adjustments);
|
/frameworks/base/core/java/android/app/ |
INotificationManager.aidl | 85 void applyAdjustmentsFromRankerService(in INotificationListener token, in List<Adjustment> adjustments);
|
/external/libvorbis/doc/ |
Vorbis_I_spec.tex | 35 % well as tons of other neat stuff (line numbers, formatting adjustments, ...)
|
a1-encapsulation-ogg.tex | 165 adjustments before needing to return any PCM data from synthesis,
|
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/common/ |
foreign_content.js | 202 //Token adjustments
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
loopfilter_4_neon.asm | 260 ; outer tap adjustments
|
loopfilter_8_neon.asm | 305 ; outer tap adjustments: ++filter1 >> 1
|
loopfilter_mb_neon.asm | 427 ; outer tap adjustments: ++filter1 >> 1
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
vp9_loopfilter_neon.asm | 262 ; outer tap adjustments 562 ; outer tap adjustments: ++filter1 >> 1
|
vp9_mb_lpf_neon.asm | 427 ; outer tap adjustments: ++filter1 >> 1
|
/external/libvpx/libvpx/vp8/common/x86/ |
loopfilter_block_sse2_x86_64.asm | 111 ; outer tap adjustments
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
loopfilter_block_sse2.asm | 111 ; outer tap adjustments
|
/prebuilts/go/darwin-x86/src/os/exec/ |
exec.go | 7 // adjustments.
|
/prebuilts/go/linux-x86/src/os/exec/ |
exec.go | 7 // adjustments.
|
/frameworks/base/services/core/java/com/android/server/notification/ |
NotificationManagerService.java | [all...] |
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
loopfilter_filters_altivec.asm | 572 ;# outer tap adjustments [all...] |
/external/bison/ |
maint.mk | [all...] |