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

/external/chromium_org/third_party/libwebp/utils/
H A Drescaler.c77 const int yscale = wrk->fy_scale * (-wrk->y_accum); local
80 const int frac = (int)MULT_FIX(frow[x_out], yscale);
197 const int yscale = wrk->fy_scale * (-wrk->y_accum); local
220 "madd %[temp0], %[yscale] \n\t"
244 : [temp2]"r"(temp2), [yscale]"r"(yscale), [temp8]"r"(temp8)
/external/webp/src/utils/
H A Drescaler.c77 const int yscale = wrk->fy_scale * (-wrk->y_accum); local
80 const int frac = (int)MULT_FIX(frow[x_out], yscale);
197 const int yscale = wrk->fy_scale * (-wrk->y_accum); local
220 "madd %[temp0], %[yscale] \n\t"
244 : [temp2]"r"(temp2), [yscale]"r"(yscale), [temp8]"r"(temp8)
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper_unittest.cc504 float yscale = static_cast<float>(input->height()) / output->height(); local
506 float clamped_yscale = yscale < 1.0 ? 1.0 : 1.0 / yscale;
511 float dst_y_in_src = (dst_y + 0.5f) * yscale;
557 (dst_y * ymag + y + 0.5) * yscale / ymag,
626 float yscale = static_cast<float>(output->height()) / input->height(); local
627 if ((xscale == 1.0f && yscale == 1.0f) ||
628 (xscale == 0.5f && yscale == 1.0f) ||
629 (xscale == 1.0f && yscale == 0.5f) ||
630 (xscale >= 1.0f && yscale
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp1634 FX_FLOAT xscale = 1.0f, yscale = 1.0f; local
1638 yscale = m_FontMatrix.d;
1643 m_FontBBox.bottom = (FX_INT32)(FXSYS_Mul(pBBox->GetNumber(1), yscale) * 1000);
1645 m_FontBBox.top = (FX_INT32)(FXSYS_Mul(pBBox->GetNumber(3), yscale) * 1000);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_context.h263 float yscale; /* R300_VAP_VPORT_YSCALE: 0x20a0 */ member in struct:r300_viewport_state
/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 247 milliseconds