Home
last modified time | relevance | path

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

1234

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_batch_gather_ops.py106 adjustments = ragged_util.repeat(params_starts, num_indices, axis=0)
108 indices.values, dtypes.int64) + adjustments
118 adjustments = array_ops.expand_dims(params.row_starts(), 1)
119 adjusted_indices = math_ops.cast(indices, dtypes.int64) + adjustments
/external/skia/gm/
Dtypeface.cpp33 static void applyKerning(SkPoint pos[], const int32_t adjustments[], int count, in applyKerning() argument
39 globalAdj += adjustments[i] * scale; in applyKerning()
60 int32_t* adjustments = adjustmentStorage.get(); in drawKernText() local
61 if (!face->getKerningPairAdjustments(glyphs, glyphCount, adjustments)) { in drawKernText()
71 applyKerning(rec.points(), adjustments, glyphCount, font); in drawKernText()
/external/skqp/gm/
Dtypeface.cpp33 static void applyKerning(SkPoint pos[], const int32_t adjustments[], int count, in applyKerning() argument
39 globalAdj += adjustments[i] * scale; in applyKerning()
60 int32_t* adjustments = adjustmentStorage.get(); in drawKernText() local
61 if (!face->getKerningPairAdjustments(glyphs, glyphCount, adjustments)) { in drawKernText()
71 applyKerning(rec.points(), adjustments, glyphCount, font); in drawKernText()
/external/skia/src/core/
DSkTypeface.cpp317 int32_t adjustments[]) const { in getKerningPairAdjustments()
322 if (nullptr == glyphs || nullptr == adjustments) { in getKerningPairAdjustments()
325 SkASSERT(nullptr == adjustments); in getKerningPairAdjustments()
327 return this->onGetKerningPairAdjustments(glyphs, count, adjustments); in getKerningPairAdjustments()
365 int32_t adjustments[]) const { in onGetKerningPairAdjustments()
/external/skqp/src/core/
DSkTypeface.cpp317 int32_t adjustments[]) const { in getKerningPairAdjustments()
322 if (nullptr == glyphs || nullptr == adjustments) { in getKerningPairAdjustments()
325 SkASSERT(nullptr == adjustments); in getKerningPairAdjustments()
327 return this->onGetKerningPairAdjustments(glyphs, count, adjustments); in getKerningPairAdjustments()
365 int32_t adjustments[]) const { in onGetKerningPairAdjustments()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dhuge-stack-offset2.ll9 ; For stack frames between 2GB and 16GB, do multiple adjustments.
34 ; of adjustments.
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…
Dmingw-comdats-xdata.ll5 ; symbol attached, which requires a bit of adjustments for the assembler output.
/external/skqp/include/core/
DSkTypeface.h284 int32_t adjustments[]) const;
402 int32_t adjustments[]) const;
/external/skia/include/core/
DSkTypeface.h284 int32_t adjustments[]) const;
402 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…
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/
Dnoreturn-csr-skip.mir53 # other stack adjustments in the prologue are still necessary.
/external/skia/src/ports/
DSkFontHost_FreeType_common.h104 int32_t adjustments[]) const override;
/external/skqp/src/ports/
DSkFontHost_FreeType_common.h104 int32_t adjustments[]) const override;
/external/google-fonts/arbutus-slab/
DFONTLOG.txt26 hinting adjustments corresponding to the TTF file
/external/swiftshader/third_party/llvm-7.0/llvm/
Dllvm.spec.in64 - Minor adjustments for the 1.5 release
/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/curl/m4/
Dcurl-reentrant.m4512 dnl care of making adjustments necessary to ensure
572 dnl care of making adjustments necessary to ensure
/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/Inline/
Dbyval.ll141 ; adjustments inside the inlined function since the address space attribute of
/external/libvpx/config/arm-neon/vpx_dsp/arm/
Dloopfilter_4_neon.asm.S246 @ outer tap adjustments
547 @ outer tap adjustments
/external/libvpx/libvpx/vpx_dsp/arm/
Dloopfilter_4_neon.asm234 ; outer tap adjustments
532 ; outer tap adjustments

1234