Home
last modified time | relevance | path

Searched refs:xscale (Results 1 – 25 of 71) sorted by relevance

123

/external/harfbuzz_ng/src/
Dhb-graphite2.cc308 float xscale = (float) font->x_scale / upem; in _hb_graphite2_shape() local
310 yscale *= yscale / xscale; in _hb_graphite2_shape()
314 curradv = gr_slot_origin_X(gr_seg_first_slot(seg)) * xscale; in _hb_graphite2_shape()
315 clusters[0].advance = gr_seg_advance_X(seg) * xscale - curradv; in _hb_graphite2_shape()
343 c->advance = curradv - gr_slot_origin_X(is) * xscale; in _hb_graphite2_shape()
349 clusters[ci].advance += gr_slot_origin_X(is) * xscale - curradv; in _hb_graphite2_shape()
363 clusters[ci].advance += gr_seg_advance_X(seg) * xscale - curradv; in _hb_graphite2_shape()
387 pPos->x_offset = gr_slot_origin_X (is) * xscale - curradvx; in _hb_graphite2_shape()
402 curradvx = gr_seg_advance_X(seg) * xscale; in _hb_graphite2_shape()
415 pPos->x_offset = gr_slot_origin_X (is) * xscale - info->var1.i32 - curradvx + pPos->x_advance; in _hb_graphite2_shape()
/external/pdfium/core/fpdfapi/font/
Dcpdf_type3font.cpp60 float xscale = 1.0f; in Load() local
64 xscale = m_FontMatrix.a; in Load()
71 pBBox->GetNumberAt(0) * xscale, pBBox->GetNumberAt(1) * yscale, in Load()
72 pBBox->GetNumberAt(2) * xscale, pBBox->GetNumberAt(3) * yscale); in Load()
87 pWidthArray->GetNumberAt(i) * xscale)); in Load()
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h426 int xscale, yscale; in translate_samples_to_xyscale() local
431 xscale = 1; in translate_samples_to_xyscale()
435 xscale = 2; in translate_samples_to_xyscale()
439 xscale = 2; in translate_samples_to_xyscale()
447 *xscale_out = xscale; in translate_samples_to_xyscale()
/external/apache-commons-math/src/main/java/org/apache/commons/math/distribution/
DWeibullDistributionImpl.java137 final double xscale = x / scale; in density() local
138 final double xscalepow = FastMath.pow(xscale, shape - 1); in density()
145 final double xscalepowshape = xscalepow * xscale; in density()
/external/llvm-project/llvm/test/MC/ARM/
Ddirective-arch_extension-unsupported.s15 .arch_extension xscale
16 CHECK: error: unsupported architectural extension: xscale
/external/python/cpython3/Lib/
Dturtle.py493 self.xscale = self.yscale = 1.0
513 cl.append(x * self.xscale)
544 cl.append(x * self.xscale)
594 x = x * self.xscale
616 x, y = (self.cv.canvasx(event.x)/self.xscale,
634 x, y = (self.cv.canvasx(event.x)/self.xscale,
654 x, y = (self.cv.canvasx(event.x)/self.xscale,
674 x, y = (self.cv.canvasx(event.x)/self.xscale,
731 self.cv.coords(item, (x * self.xscale, -y * self.yscale))
1066 self.xscale = self.yscale = 1.0
[all …]
/external/python/cpython2/Lib/lib-tk/
Dturtle.py516 self.xscale = self.yscale = 1.0
536 cl.append(x * self.xscale)
567 cl.append(x * self.xscale)
617 x = x * self.xscale
639 x, y = (self.cv.canvasx(event.x)/self.xscale,
657 x, y = (self.cv.canvasx(event.x)/self.xscale,
677 x, y = (self.cv.canvasx(event.x)/self.xscale,
697 x, y = (self.cv.canvasx(event.x)/self.xscale,
736 self.cv.coords(item, (x * self.xscale, -y * self.yscale))
1012 self.xscale = self.yscale = 1.0
[all …]
DCanvas.py84 def scale(self, xorigin, yorigin, xscale, yscale): argument
85 self.canvas.scale(self.id, xorigin, yorigin, xscale, yscale)
/external/llvm/include/llvm/Support/
DARMTargetParser.def106 ARM_ARCH("xscale", AK_XSCALE, "xscale", "v5e", ARMBuildAttrs::CPUArch::v5TE,
135 ARM_ARCH_EXT_NAME("xscale", ARM::AEK_XSCALE, nullptr, nullptr)
237 ARM_CPU_NAME("xscale", AK_XSCALE, FK_NONE, true, ARM::AEK_NONE)
/external/kotlinx.coroutines/benchmarks/scripts/
Dgenerate_plots_flow_flatten_merge.py35 plt.xscale('log', basex=2)
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DARMTargetParser.def110 ARM_ARCH("xscale", AK_XSCALE, "xscale", "v5e", ARMBuildAttrs::CPUArch::v5TE,
139 ARM_ARCH_EXT_NAME("xscale", ARM::AEK_XSCALE, nullptr, nullptr)
244 ARM_CPU_NAME("xscale", AK_XSCALE, FK_NONE, true, ARM::AEK_NONE)
/external/python/cpython2/Modules/
Dimgfile.c216 xscale(IMAGE *image, int xsize, int ysize, int zsize, in xscale() function
335 xscale(image, xsize, ysize, zsize, in imgfile_readscaled()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DARMTargetParser.def130 ARM_ARCH("xscale", XSCALE, "xscale", "v5e", ARMBuildAttrs::CPUArch::v5TE,
165 ARM_ARCH_EXT_NAME("xscale", ARM::AEK_XSCALE, nullptr, nullptr)
288 ARM_CPU_NAME("xscale", XSCALE, FK_NONE, true, ARM::AEK_NONE)
/external/libdrm/exynos/
Dexynos_fimg2d.h285 unsigned int xscale; member
/external/iperf3/config/
Dconfig.sub338 strongarm | thumb | xscale)
1230 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
/external/python/cpython2/Modules/_ctypes/libffi/
Dconfig.sub337 strongarm | thumb | xscale)
1228 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
/external/speex/
Dconfig.sub339 strongarm | thumb | xscale)
1234 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
/external/libnfnetlink/build-aux/
Dconfig.sub341 strongarm | thumb | xscale)
1222 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
/external/llvm-project/polly/lib/External/ppcg/
Dconfig.sub338 strongarm | thumb | xscale)
1215 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
/external/libcups/
Dconfig.sub338 strongarm | thumb | xscale)
1230 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
/external/libcap-ng/libcap-ng-0.7/
Dconfig.sub332 strongarm | thumb | xscale)
1209 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
/external/libnetfilter_conntrack/build-aux/
Dconfig.sub340 strongarm | thumb | xscale)
1239 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
/external/stressapptest/
Dconfig.sub342 strongarm | thumb | xscale)
1269 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
/external/google-breakpad/autotools/
Dconfig.sub345 strongarm | thumb | xscale)
1265 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`
/external/jemalloc_new/build-aux/
Dconfig.sub345 strongarm | thumb | xscale)
1262 basic_machine=`echo $basic_machine | sed 's/^xscale/arm/'`

123