Searched refs:adjustments (Results 1 - 15 of 15) sorted by relevance

/external/skia/gm/
H A Dtypeface.cpp32 static void applyKerning(SkPoint pos[], const int32_t adjustments[], int count, argument
38 globalAdj += adjustments[i] * scale;
59 int32_t* adjustments = adjustmentStorage.get(); local
60 if (!face->getKerningPairAdjustments(glyphs, glyphCount, adjustments)) {
72 applyKerning(pos, adjustments, glyphCount, glyphPaint);
/external/skqp/gm/
H A Dtypeface.cpp32 static void applyKerning(SkPoint pos[], const int32_t adjustments[], int count, argument
38 globalAdj += adjustments[i] * scale;
59 int32_t* adjustments = adjustmentStorage.get(); local
60 if (!face->getKerningPairAdjustments(glyphs, glyphCount, adjustments)) {
72 applyKerning(pos, adjustments, glyphCount, glyphPaint);
/external/skia/src/core/
H A DSkTypeface.cpp272 int32_t adjustments[]) const {
277 if (nullptr == glyphs || nullptr == adjustments) {
280 SkASSERT(nullptr == adjustments);
282 return this->onGetKerningPairAdjustments(glyphs, count, adjustments);
313 int32_t adjustments[]) const {
/external/skqp/src/core/
H A DSkTypeface.cpp272 int32_t adjustments[]) const {
277 if (nullptr == glyphs || nullptr == adjustments) {
280 SkASSERT(nullptr == adjustments);
282 return this->onGetKerningPairAdjustments(glyphs, count, adjustments);
313 int32_t adjustments[]) const {
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.h97 int32_t adjustments[]) const override;
H A DSkFontHost_FreeType.cpp700 int count, int32_t adjustments[]) const {
714 adjustments[i] = delta.x;
/external/skqp/src/ports/
H A DSkFontHost_FreeType_common.h97 int32_t adjustments[]) const override;
H A DSkFontHost_FreeType.cpp700 int count, int32_t adjustments[]) const {
714 adjustments[i] = delta.x;
/external/skia/include/core/
H A DSkTypeface.h210 * Given a run of glyphs, return the associated horizontal adjustments.
222 * [count] valid glyph IDs, and the adjustments parameter must be
224 * [count-1] entries in the adjustments array will be set. If the method
225 * returns false, then no kerning should be applied, and the adjustments
230 int32_t adjustments[]) const;
282 * will not take into account any hinting or other size-specific adjustments.
333 int32_t adjustments[]) const;
/external/skqp/include/core/
H A DSkTypeface.h210 * Given a run of glyphs, return the associated horizontal adjustments.
222 * [count] valid glyph IDs, and the adjustments parameter must be
224 * [count-1] entries in the adjustments array will be set. If the method
225 * returns false, then no kerning should be applied, and the adjustments
230 int32_t adjustments[]) const;
282 * will not take into account any hinting or other size-specific adjustments.
333 int32_t adjustments[]) const;
/external/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_block_sse2_x86_64.asm111 ; outer tap adjustments
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dloopfilter_8_neon.asm345 ; outer tap adjustments: ++filter1 >> 1
H A Dloopfilter_16_neon.asm487 ; outer tap adjustments: ++filter1 >> 1
/external/dtc/Documentation/
H A Ddtc-paper.tex429 necessary adjustments to the tree that are necessary for the specified
/external/tensorflow/tensorflow/contrib/layers/python/layers/
H A Dlayers_test.py2762 adjustments = [array_ops.ones(shape[-1:]), array_ops.zeros(shape[-1:])]
2763 all_adjustments.extend(adjustments)
2764 return adjustments

Completed in 430 milliseconds