Searched defs:yscale (Results 1 – 15 of 15) sorted by relevance
/external/pdfium/core/fpdfapi/font/ |
D | cpdf_type3font.cpp | 47 FX_FLOAT xscale = 1.0f, yscale = 1.0f; in Load() local
|
/external/webp/src/dsp/ |
D | rescaler_mips_dsp_r2.c | 33 const int yscale = wrk->fy_scale * (-wrk->y_accum); in ExportRowShrink() local
|
D | rescaler.c | 132 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in WebPRescalerExportRowShrinkC() local
|
D | rescaler_mips32.c | 215 const int yscale = wrk->fy_scale * (-wrk->y_accum); in ExportRowShrink() local
|
D | rescaler_neon.c | 122 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in RescalerExportRowShrink() local
|
D | rescaler_msa.c | 267 const uint32_t yscale, in ExportRowShrink_0() 419 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in RescalerExportRowShrink() local
|
D | rescaler_sse2.c | 295 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in RescalerExportRowShrinkSSE2() local
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_translate.h | 482 int xscale, yscale; in translate_samples_to_xyscale() local
|
/external/mesa3d/src/gallium/auxiliary/hud/ |
D | hud_private.h | 64 float yscale; member
|
D | hud_context.c | 118 int xoffset, int yoffset, float yscale) in hud_draw_colored_prims() 337 unsigned xoffset, unsigned yoffset, float yscale) in hud_draw_graph_line_strip()
|
/external/harfbuzz_ng/src/ |
D | hb-graphite2.cc | 376 float yscale = font->y_scale / font->x_scale; in _hb_graphite2_shape() local
|
/external/libdrm/exynos/ |
D | exynos_fimg2d.h | 273 unsigned int yscale; member
|
/external/python/cpython2/Lib/lib-tk/ |
D | Canvas.py | 84 def scale(self, xorigin, yorigin, xscale, yscale): argument
|
/external/mesa3d/src/gallium/drivers/r300/ |
D | r300_context.h | 255 float yscale; /* R300_VAP_VPORT_YSCALE: 0x20a0 */ member
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryPipelineBarrierTests.cpp | 3867 const float yscale = ((float)m_srcImageHeight) / (float)m_imageHeight; in verify() local
|