HomeSort by relevance Sort by last modified time
    Searched refs:yscale (Results 1 - 25 of 40) sorted by null

1 2

  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic_renderer/
SurfaceTextureRenderer.h 24 void SetScalingMatrix(float xscale, float yscale);
WarpRenderer.h 22 void SetScalingMatrix(float xscale, float yscale);
SurfaceTextureRenderer.cpp 64 void SurfaceTextureRenderer::SetScalingMatrix(float xscale, float yscale)
72 mScalingMatrix[5] = yscale;
WarpRenderer.cpp 62 void WarpRenderer::SetScalingMatrix(float xscale, float yscale)
70 mScalingMatrix[5] = yscale;
  /system/extras/tests/workloads/
capture.sh 49 yscale=1950;;
67 (0036) y=$(convert $value $ymax $yscale);;
  /external/pdfium/core/fpdfapi/font/
cpdf_type3font.cpp 48 float yscale = 1.0f; local
52 yscale = m_FontMatrix.d;
58 pBBox->GetNumberAt(0) * xscale, pBBox->GetNumberAt(1) * yscale,
59 pBBox->GetNumberAt(2) * xscale, pBBox->GetNumberAt(3) * yscale);
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_translate.h 482 int xscale, yscale; local
489 yscale = 1;
494 yscale = 1;
499 yscale = 2;
509 *yscale_out = yscale;
  /external/webp/src/dsp/
rescaler_mips_dsp_r2.c 33 const int yscale = wrk->fy_scale * (-wrk->y_accum); local
41 if (yscale) {
54 "maddu $ac0, %[temp0], %[yscale] \n\t"
56 "maddu $ac1, %[temp1], %[yscale] \n\t"
58 "maddu $ac2, %[temp2], %[yscale] \n\t"
60 "maddu $ac3, %[temp5], %[yscale] \n\t"
102 : [temp7]"r"(temp7), [yscale]"r"(yscale), [temp6]"r"(temp6)
108 const uint32_t frac = (uint32_t)MULT_FIX(*frow++, yscale);
rescaler_mips32.c 217 const int yscale = wrk->fy_scale * (-wrk->y_accum); local
226 if (yscale) {
235 "maddu %[temp0], %[yscale] \n\t"
250 : [temp2]"r"(temp2), [yscale]"r"(yscale), [temp6]"r"(temp6)
rescaler_neon.c 122 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); local
125 const int32x4_t yscale_half = MAKE_HALF_CST(yscale);
130 if (yscale) {
147 const uint32_t frac = (uint32_t)MULT_FIX_C(frow[x_out], yscale);
rescaler.c 134 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); local
138 if (yscale) {
140 const uint32_t frac = (uint32_t)MULT_FIX(frow[x_out], yscale);
rescaler_sse2.c 295 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); local
299 if (yscale) {
302 const __m128i mult_y = _mm_set_epi32(0, yscale, 0, yscale);
331 const uint32_t frac = (int)MULT_FIX(frow[x_out], yscale);
rescaler_msa.c 267 const uint32_t yscale,
269 const v4u32 y_scale = (v4u32)__msa_fill_w(yscale);
343 const uint32_t frac = (uint32_t)MULT_FIX(frow[x_out], yscale);
419 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); local
423 if (yscale) {
424 ExportRowShrink_0(frow, irow, dst, x_out_max, yscale, wrk);
  /external/harfbuzz_ng/src/
hb-graphite2.cc 371 float yscale = (float) font->y_scale / upem; local
372 yscale *= yscale / xscale;
383 pPos->y_offset = gr_slot_origin_Y (is) * yscale - curradvy;
391 pPos->y_advance = gr_slot_advance_Y (is, grface, nullptr) * yscale;
408 pPos->y_advance = gr_slot_advance_Y (is, grface, nullptr) * yscale;
411 pPos->y_offset = gr_slot_origin_Y (is) * yscale - curradvy;
  /external/mesa3d/src/gallium/auxiliary/hud/
hud_private.h 64 float yscale; member in struct:hud_pane
hud_context.c 118 int xoffset, int yoffset, float yscale)
130 hud->constants.scale[1] = yscale;
337 unsigned xoffset, unsigned yoffset, float yscale)
348 yoffset, yscale);
357 xoffset - gr->index*2 - 1, yoffset, yscale);
423 pane->yscale + pane->inner_y2);
455 hud_draw_graph_line_strip(hud, gr, pane->inner_x1, pane->inner_y2, pane->yscale);
759 pane->yscale = -(int)pane->inner_height / (float)pane->max_value;
    [all...]
  /external/libdrm/exynos/
exynos_fimg2d.h 273 unsigned int yscale; member in struct:g2d_image
  /external/python/cpython2/Lib/lib-tk/
Canvas.py 84 def scale(self, xorigin, yorigin, xscale, yscale):
85 self.canvas.scale(self.id, xorigin, yorigin, xscale, yscale)
185 def scale(self, xOrigin, yOrigin, xScale, yScale):
186 self._do('scale', xOrigin, yOrigin, xScale, yScale)
turtle.py 516 self.xscale = self.yscale = 1.0
537 cl.append(-y * self.yscale)
568 cl.append(-y * self.yscale)
618 y = y * self.yscale
640 -self.cv.canvasy(event.y)/self.yscale)
658 -self.cv.canvasy(event.y)/self.yscale)
678 -self.cv.canvasy(event.y)/self.yscale)
698 -self.cv.canvasy(event.y)/self.yscale)
736 self.cv.coords(item, (x * self.xscale, -y * self.yscale))
    [all...]
  /external/python/cpython3/Lib/
turtle.py 492 self.xscale = self.yscale = 1.0
513 cl.append(-y * self.yscale)
544 cl.append(-y * self.yscale)
594 y = y * self.yscale
616 -self.cv.canvasy(event.y)/self.yscale)
634 -self.cv.canvasy(event.y)/self.yscale)
654 -self.cv.canvasy(event.y)/self.yscale)
674 -self.cv.canvasy(event.y)/self.yscale)
730 self.cv.coords(item, (x * self.xscale, -y * self.yscale))
    [all...]
  /frameworks/av/media/libaudioprocessing/
AudioResamplerFirGen.h 721 const double yscale = atten * L / (I0(beta) * M_PI); local
741 // y = I0(beta * sqrt(1.0 - sqr(x * xfrac))) * yscale * sg.valueAdvance() / x;
742 y = I0SqrRat(sqrbeta * (1.0 - sqr(x * xfrac)), yscale * sg.valueAdvance(), x);
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Canvas.py 84 def scale(self, xorigin, yorigin, xscale, yscale):
85 self.canvas.scale(self.id, xorigin, yorigin, xscale, yscale)
185 def scale(self, xOrigin, yOrigin, xScale, yScale):
186 self._do('scale', xOrigin, yOrigin, xScale, yScale)
turtle.py 516 self.xscale = self.yscale = 1.0
537 cl.append(-y * self.yscale)
568 cl.append(-y * self.yscale)
618 y = y * self.yscale
640 -self.cv.canvasy(event.y)/self.yscale)
658 -self.cv.canvasy(event.y)/self.yscale)
678 -self.cv.canvasy(event.y)/self.yscale)
698 -self.cv.canvasy(event.y)/self.yscale)
735 self.cv.coords(item, (x * self.xscale, -y * self.yscale))
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Canvas.py 84 def scale(self, xorigin, yorigin, xscale, yscale):
85 self.canvas.scale(self.id, xorigin, yorigin, xscale, yscale)
185 def scale(self, xOrigin, yOrigin, xScale, yScale):
186 self._do('scale', xOrigin, yOrigin, xScale, yScale)
turtle.py 516 self.xscale = self.yscale = 1.0
537 cl.append(-y * self.yscale)
568 cl.append(-y * self.yscale)
618 y = y * self.yscale
640 -self.cv.canvasy(event.y)/self.yscale)
658 -self.cv.canvasy(event.y)/self.yscale)
678 -self.cv.canvasy(event.y)/self.yscale)
698 -self.cv.canvasy(event.y)/self.yscale)
735 self.cv.coords(item, (x * self.xscale, -y * self.yscale))
    [all...]

Completed in 2203 milliseconds

1 2