Home
last modified time | relevance | path

Searched refs:adjustments (Results 1 – 25 of 38) sorted by relevance

12

/external/skia/gm/
Dtypeface.cpp31 static void applyKerning(SkPoint pos[], const int32_t adjustments[], int count, in applyKerning() argument
37 globalAdj += adjustments[i] * scale; in applyKerning()
58 int32_t* adjustments = adjustmentStorage.get(); in drawKernText() local
59 if (!face->getKerningPairAdjustments(glyphs, glyphCount, adjustments)) { in drawKernText()
71 applyKerning(pos, adjustments, glyphCount, glyphPaint); in drawKernText()
/external/skia/src/core/
DSkTypeface.cpp277 int32_t adjustments[]) const { in getKerningPairAdjustments()
282 if (nullptr == glyphs || nullptr == adjustments) { in getKerningPairAdjustments()
285 SkASSERT(nullptr == adjustments); in getKerningPairAdjustments()
287 return this->onGetKerningPairAdjustments(glyphs, count, adjustments); in getKerningPairAdjustments()
322 int32_t adjustments[]) const { in onGetKerningPairAdjustments()
/external/skia/include/core/
DSkTypeface.h260 int32_t adjustments[]) const;
371 int32_t adjustments[]) const;
/external/llvm/test/CodeGen/X86/
Dinline-asm-stack-realign2.ll7 ; CHECK: Stack realignment in presence of dynamic stack adjustments is not supported with inline as…
Dinline-asm-stack-realign.ll7 ; CHECK: Stack realignment in presence of dynamic stack adjustments is not supported with inline as…
Dmovtopush.ll365 ; Make sure to fold adjacent stack adjustments.
/external/skia/src/ports/
DSkFontHost_FreeType_common.h87 int32_t adjustments[]) const override;
DSkFontHost_FreeType.cpp757 int count, int32_t adjustments[]) const { in onGetKerningPairAdjustments()
771 adjustments[i] = delta.x; in onGetKerningPairAdjustments()
/external/llvm/
Dllvm.spec.in64 - Minor adjustments for the 1.5 release
/external/swiftshader/third_party/LLVM/
Dllvm.spec.in64 - Minor adjustments for the 1.5 release
/external/libvorbis/doc/
DVorbis_I_spec.tex35 % well as tons of other neat stuff (line numbers, formatting adjustments, ...)
Da1-encapsulation-ogg.tex165 adjustments before needing to return any PCM data from synthesis,
/external/curl/m4/
Dcurl-reentrant.m4512 dnl care of making adjustments necessary to ensure
572 dnl care of making adjustments necessary to ensure
/external/bison/data/m4sugar/
Dm4sugar.m4401 # Please keep foreach.m4 in sync with any adjustments made here.
426 # Please keep foreach.m4 in sync with any adjustments made here.
503 # Please keep foreach.m4 in sync with any adjustments made here.
540 # Please keep foreach.m4 in sync with any adjustments made here.
729 # Please keep foreach.m4 in sync with any adjustments made here.
847 # Please keep foreach.m4 in sync with any adjustments made here.
864 # Please keep foreach.m4 in sync with any adjustments made here.
990 # Please keep foreach.m4 in sync with any adjustments made here.
1165 # Please keep foreach.m4 in sync with any adjustments made here.
1262 # Please keep foreach.m4 in sync with any adjustments made here.
[all …]
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-docs.css309 /* adjustments for in/direct subclasses tables */
325 /* adjustments for the expando table-in-table */
609 /* API reference: adjustments to
/external/libvpx/libvpx/vpx_dsp/arm/
Dloopfilter_4_neon.asm234 ; outer tap adjustments
532 ; outer tap adjustments
Dloopfilter_8_neon.asm345 ; outer tap adjustments: ++filter1 >> 1
Dloopfilter_16_neon.asm487 ; outer tap adjustments: ++filter1 >> 1
/external/curl/docs/
DHISTORY18 a few minor adjustments, it did just what he needed.
/external/skia/site/dev/contrib/
Dsubmit.md193 adjustments at his/her discretion). If so, you can mark your change as
/external/c-ares/
DCHANGES131 adjustments when recompiled using c-ares 1.7.0.
141 instead of arrays, and merging the ares_free_data() adjustments.
488 of making adjustments necessary to ensure that it is defined equally for the
975 adjustments. The first little steps towards IPv6 support!
/external/clang/test/SemaObjCXX/
Darc-templates.mm22 // adjustments.
/external/doclava/res/assets/templates-sdk/assets/
Dandroid-developer-docs.css1498 /* adjustments for in/direct subclasses tables */
1514 /* adjustments for the expando table-in-table */
1825 /* API reference: adjustments to
/external/libvpx/libvpx/vp8/common/x86/
Dloopfilter_block_sse2_x86_64.asm111 ; outer tap adjustments
/external/google-breakpad/src/client/mac/sender/
Dcrash_report_sender.m286 // Swap in localized values, making size adjustments to impacted elements as

12