/external/webp/src/dsp/ |
D | rescaler_mips_dsp_r2.c | 33 const int yscale = wrk->fy_scale * (-wrk->y_accum); in ExportRowShrink() local 41 if (yscale) { in ExportRowShrink() 102 : [temp7]"r"(temp7), [yscale]"r"(yscale), [temp6]"r"(temp6) in ExportRowShrink() 108 const uint32_t frac = (uint32_t)MULT_FIX(*frow++, yscale); in ExportRowShrink()
|
D | rescaler_mips32.c | 215 const int yscale = wrk->fy_scale * (-wrk->y_accum); in ExportRowShrink() local 224 if (yscale) { in ExportRowShrink() 248 : [temp2]"r"(temp2), [yscale]"r"(yscale), [temp6]"r"(temp6) in ExportRowShrink()
|
D | rescaler_neon.c | 122 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in RescalerExportRowShrink() local 125 const int32x4_t yscale_half = MAKE_HALF_CST(yscale); in RescalerExportRowShrink() 130 if (yscale) { in RescalerExportRowShrink() 147 const uint32_t frac = (uint32_t)MULT_FIX_C(frow[x_out], yscale); in RescalerExportRowShrink()
|
D | rescaler.c | 132 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in WebPRescalerExportRowShrinkC() local 136 if (yscale) { in WebPRescalerExportRowShrinkC() 138 const uint32_t frac = (uint32_t)MULT_FIX(frow[x_out], yscale); in WebPRescalerExportRowShrinkC()
|
D | rescaler_msa.c | 267 const uint32_t yscale, in ExportRowShrink_0() argument 269 const v4u32 y_scale = (v4u32)__msa_fill_w(yscale); in ExportRowShrink_0() 343 const uint32_t frac = (uint32_t)MULT_FIX(frow[x_out], yscale); in ExportRowShrink_0() 419 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in RescalerExportRowShrink() local 423 if (yscale) { in RescalerExportRowShrink() 424 ExportRowShrink_0(frow, irow, dst, x_out_max, yscale, wrk); in RescalerExportRowShrink()
|
D | rescaler_sse2.c | 295 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in RescalerExportRowShrinkSSE2() local 299 if (yscale) { in RescalerExportRowShrinkSSE2() 302 const __m128i mult_y = _mm_set_epi32(0, yscale, 0, yscale); in RescalerExportRowShrinkSSE2() 331 const uint32_t frac = (int)MULT_FIX(frow[x_out], yscale); in RescalerExportRowShrinkSSE2()
|
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_type3font.cpp | 47 FX_FLOAT xscale = 1.0f, yscale = 1.0f; in Load() local 51 yscale = m_FontMatrix.d; in Load() 56 m_FontBBox.bottom = (int32_t)(pBBox->GetNumberAt(1) * yscale * 1000); in Load() 58 m_FontBBox.top = (int32_t)(pBBox->GetNumberAt(3) * yscale * 1000); in Load()
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_translate.h | 482 int xscale, yscale; in translate_samples_to_xyscale() local 489 yscale = 1; in translate_samples_to_xyscale() 494 yscale = 1; in translate_samples_to_xyscale() 499 yscale = 2; in translate_samples_to_xyscale() 509 *yscale_out = yscale; in translate_samples_to_xyscale()
|
/external/harfbuzz_ng/src/ |
D | hb-graphite2.cc | 376 float yscale = font->y_scale / font->x_scale; in _hb_graphite2_shape() local 387 pPos->y_offset = gr_slot_origin_Y (is) * yscale - curradvy; in _hb_graphite2_shape() 395 pPos->y_advance = gr_slot_advance_Y (is, grface, grfont) * yscale; in _hb_graphite2_shape() 415 pPos->y_advance = gr_slot_advance_Y (is, grface, grfont) * yscale; in _hb_graphite2_shape() 418 pPos->y_offset = gr_slot_origin_Y (is) * yscale - curradvy; in _hb_graphite2_shape()
|
/external/python/cpython2/Lib/lib-tk/ |
D | 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)) 1012 self.xscale = self.yscale = 1.0 [all …]
|
D | Canvas.py | 84 def scale(self, xorigin, yorigin, xscale, yscale): argument 85 self.canvas.scale(self.id, xorigin, yorigin, xscale, yscale)
|
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_context.c | 118 int xoffset, int yoffset, float yscale) in hud_draw_colored_prims() argument 130 hud->constants.scale[1] = yscale; in hud_draw_colored_prims() 337 unsigned xoffset, unsigned yoffset, float yscale) in hud_draw_graph_line_strip() argument 348 yoffset, yscale); in hud_draw_graph_line_strip() 357 xoffset - gr->index*2 - 1, yoffset, yscale); in hud_draw_graph_line_strip() 423 pane->yscale + pane->inner_y2); in hud_pane_accumulate_vertices() 455 hud_draw_graph_line_strip(hud, gr, pane->inner_x1, pane->inner_y2, pane->yscale); in hud_pane_draw_colored_objects() 759 pane->yscale = -(int)pane->inner_height / (float)pane->max_value; in hud_pane_set_max_value()
|
D | hud_private.h | 64 float yscale; member
|
/external/libdrm/exynos/ |
D | exynos_fimg2d.h | 273 unsigned int yscale; member
|
/external/fonttools/Lib/fontTools/ttLib/tables/ |
D | _g_l_y_f.py | 837 xscale, yscale = struct.unpack(">hh", data[:4]) 838 self.transform = [[fi2fl(xscale,14), 0], [0, fi2fl(yscale,14)]] # fixed 2.14 842 scale10, yscale) = struct.unpack(">hhhh", data[:8]) 844 [fi2fl(scale10,14), fi2fl(yscale,14)]] # fixed 2.14
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_context.h | 255 float yscale; /* R300_VAP_VPORT_YSCALE: 0x20a0 */ member
|
D | r300_state.c | 1713 viewport->yscale = state->scale[1]; in r300_set_viewport_states()
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 2001 …get, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint xscale, GLint yscale); 2002 …m target, GLenum attachment, GLuint texture, GLint level, GLint layer, GLint xscale, GLint yscale); 2004 …get, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint xscale, GLint yscale); 2005 …m target, GLenum attachment, GLuint texture, GLint level, GLint layer, GLint xscale, GLint yscale);
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 3867 const float yscale = ((float)m_srcImageHeight) / (float)m_imageHeight; in verify() local 3882 ….getAccess().getPixelUint(int((float(x) + 0.5f) * xscale), int((float(y) + 0.5f) * yscale)), x, y); in verify()
|