Searched refs:adjustments (Results 1 – 25 of 38) sorted by relevance
12
/external/skia/gm/ |
D | typeface.cpp | 31 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/ |
D | SkTypeface.cpp | 277 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/ |
D | SkTypeface.h | 260 int32_t adjustments[]) const; 371 int32_t adjustments[]) const;
|
/external/llvm/test/CodeGen/X86/ |
D | inline-asm-stack-realign2.ll | 7 ; CHECK: Stack realignment in presence of dynamic stack adjustments is not supported with inline as…
|
D | inline-asm-stack-realign.ll | 7 ; CHECK: Stack realignment in presence of dynamic stack adjustments is not supported with inline as…
|
D | movtopush.ll | 365 ; Make sure to fold adjacent stack adjustments.
|
/external/skia/src/ports/ |
D | SkFontHost_FreeType_common.h | 87 int32_t adjustments[]) const override;
|
D | SkFontHost_FreeType.cpp | 757 int count, int32_t adjustments[]) const { in onGetKerningPairAdjustments() 771 adjustments[i] = delta.x; in onGetKerningPairAdjustments()
|
/external/llvm/ |
D | llvm.spec.in | 64 - Minor adjustments for the 1.5 release
|
/external/swiftshader/third_party/LLVM/ |
D | llvm.spec.in | 64 - Minor adjustments for the 1.5 release
|
/external/libvorbis/doc/ |
D | Vorbis_I_spec.tex | 35 % well as tons of other neat stuff (line numbers, formatting adjustments, ...)
|
D | a1-encapsulation-ogg.tex | 165 adjustments before needing to return any PCM data from synthesis,
|
/external/curl/m4/ |
D | curl-reentrant.m4 | 512 dnl care of making adjustments necessary to ensure 572 dnl care of making adjustments necessary to ensure
|
/external/bison/data/m4sugar/ |
D | m4sugar.m4 | 401 # 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/ |
D | doclava-developer-docs.css | 309 /* 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/ |
D | loopfilter_4_neon.asm | 234 ; outer tap adjustments 532 ; outer tap adjustments
|
D | loopfilter_8_neon.asm | 345 ; outer tap adjustments: ++filter1 >> 1
|
D | loopfilter_16_neon.asm | 487 ; outer tap adjustments: ++filter1 >> 1
|
/external/curl/docs/ |
D | HISTORY | 18 a few minor adjustments, it did just what he needed.
|
/external/skia/site/dev/contrib/ |
D | submit.md | 193 adjustments at his/her discretion). If so, you can mark your change as
|
/external/c-ares/ |
D | CHANGES | 131 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/ |
D | arc-templates.mm | 22 // adjustments.
|
/external/doclava/res/assets/templates-sdk/assets/ |
D | android-developer-docs.css | 1498 /* 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/ |
D | loopfilter_block_sse2_x86_64.asm | 111 ; outer tap adjustments
|
/external/google-breakpad/src/client/mac/sender/ |
D | crash_report_sender.m | 286 // Swap in localized values, making size adjustments to impacted elements as
|
12