/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/gm/ |
typeface.cpp | 91 static void applyKerning(SkPoint pos[], const int32_t adjustments[], int count, 97 globalAdj += adjustments[i] * scale; 118 int32_t* adjustments = adjustmentStorage.get(); local 119 if (!face->getKerningPairAdjustments(glyphs, glyphCount, adjustments)) { 131 applyKerning(pos, adjustments, glyphCount, glyphPaint);
|
/external/skia/src/ports/ |
SkFontHost_FreeType_common.h | 68 int32_t adjustments[]) const override;
|
SkFontHost_FreeType.cpp | 731 int count, int32_t adjustments[]) const { 745 adjustments[i] = delta.x; [all...] |
/external/skia/src/core/ |
SkTypeface.cpp | 245 int32_t adjustments[]) const { 250 if (NULL == glyphs || NULL == adjustments) { 253 SkASSERT(NULL == adjustments); 255 return this->onGetKerningPairAdjustments(glyphs, count, adjustments); 296 int32_t adjustments[]) const {
|
/external/skia/include/core/ |
SkTypeface.h | 231 * Given a run of glyphs, return the associated horizontal adjustments. 232 * Adjustments are in "design units", which are integers relative to the 243 * [count] valid glyph IDs, and the adjustments parameter must be 245 * [count-1] entries in the adjustments array will be set. If the method 246 * returns false, then no kerning should be applied, and the adjustments 251 int32_t adjustments[]) const; 297 * will not take into account any hinting or other size-specific adjustments. 348 int32_t adjustments[]) const;
|
/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/trace-viewer/tracing/third_party/vinn/third_party/parse5/lib/common/ |
foreign_content.js | 202 //Token adjustments
|
/external/libvpx/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
|
/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
|
/external/libvpx/libvpx/vp8/common/ppc/ |
loopfilter_filters_altivec.asm | 572 ;# outer tap adjustments [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...] |
/build/tools/droiddoc/templates-ds/assets/js/ |
docs.js | 357 // from a scrollable div and so there's no need to make adjustments to our layout [all...] |
/build/tools/droiddoc/templates-sac/assets/js/ |
docs.js | 431 // from a scrollable div and so there's no need to make adjustments to our layout [all...] |
/build/tools/droiddoc/templates-ndk/assets/js/ |
docs.js | [all...] |
/build/tools/droiddoc/templates-sdk-dev/assets/js/ |
docs.js | [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
docs.js | [all...] |
/external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/ |
parse5.js | 339 //Token adjustments [all...] |
/external/v8/test/mjsunit/ |
unicode-test.js | [all...] |