Searched defs:yscale (Results 1 - 10 of 10) sorted by relevance

/external/pdfium/core/fpdfapi/font/
H A Dcpdf_type3font.cpp47 FX_FLOAT xscale = 1.0f, yscale = 1.0f; local
51 yscale = m_FontMatrix.d;
56 m_FontBBox.bottom = (int32_t)(pBBox->GetNumberAt(1) * yscale * 1000);
58 m_FontBBox.top = (int32_t)(pBBox->GetNumberAt(3) * yscale * 1000);
/external/webp/src/dsp/
H A Drescaler.c132 const uint32_t yscale = wrk->fy_scale * (-wrk->y_accum); local
136 if (yscale) {
138 const uint32_t frac = (uint32_t)MULT_FIX(frow[x_out], yscale);
H A Drescaler_mips32.c215 const int yscale = wrk->fy_scale * (-wrk->y_accum); local
224 if (yscale) {
233 "maddu %[temp0], %[yscale] \n\t"
248 : [temp2]"r"(temp2), [yscale]"r"(yscale), [temp6]"r"(temp6)
H A Drescaler_mips_dsp_r2.c33 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);
H A Drescaler_neon.c122 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);
H A Drescaler_msa.c267 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);
265 ExportRowShrink_0(const uint32_t* frow, uint32_t* irow, uint8_t* dst, int length, const uint32_t yscale, WebPRescaler* const wrk) argument
H A Drescaler_sse2.c295 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);
/external/harfbuzz_ng/src/
H A Dhb-graphite2.cc376 float yscale = font->y_scale / font->x_scale; local
387 pPos->y_offset = gr_slot_origin_Y (is) * yscale - curradvy;
395 pPos->y_advance = gr_slot_advance_Y (is, grface, grfont) * yscale;
415 pPos->y_advance = gr_slot_advance_Y (is, grface, grfont) * yscale;
418 pPos->y_offset = gr_slot_origin_Y (is) * yscale - curradvy;
/external/libdrm/exynos/
H A Dexynos_fimg2d.h273 unsigned int yscale; member in struct:g2d_image
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_context.h263 float yscale; /* R300_VAP_VPORT_YSCALE: 0x20a0 */ member in struct:r300_viewport_state

Completed in 241 milliseconds