Home
last modified time | relevance | path

Searched defs:yscale (Results 1 – 14 of 14) sorted by relevance

/external/angle/src/compiler/translator/tree_util/
DSpecializationConstant.cpp129 TIntermAggregate *CreateVec2(Vec2EnumMap vec2Values, float yscale, vk::SurfaceRotation rotation) in CreateVec2()
142 float yscale, in CreateVec2ArrayWithIndex()
/external/pdfium/core/fpdfapi/font/
Dcpdf_type3font.cpp61 float yscale = 1.0f; in Load() local
/external/mesa3d/src/gallium/drivers/etnaviv/
Detnaviv_translate.h426 int xscale, yscale; in translate_samples_to_xyscale() local
/external/webp/src/dsp/
Drescaler.c133 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in WebPRescalerExportRowShrink_C() local
Drescaler_neon.c124 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in RescalerExportRowShrink_NEON() local
Drescaler_sse2.c292 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); in RescalerExportRowShrink_SSE2() local
/external/harfbuzz_ng/src/
Dhb-graphite2.cc309 float yscale = (float) font->y_scale / upem; in _hb_graphite2_shape() local
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c73 int xoffset, int yoffset, float yscale) in hud_draw_colored_prims()
300 unsigned xoffset, unsigned yoffset, float yscale) in hud_draw_graph_line_strip()
Dhud_private.h130 float yscale; member
/external/libdrm/exynos/
Dexynos_fimg2d.h286 unsigned int yscale; member
/external/python/cpython2/Lib/lib-tk/
DCanvas.py84 def scale(self, xorigin, yorigin, xscale, yscale): argument
/external/blktrace/iowatcher/
Dplot.c793 double yscale = ((double)gld->max) / graph_height; in svg_line_graph() local
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.h255 float yscale; /* R300_VAP_VPORT_YSCALE: 0x20a0 */ member
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp3853 const float yscale = ((float)m_srcImageHeight) / (float)m_imageHeight; in verify() local