Home
last modified time | relevance | path

Searched refs:divy (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/core/
DSkMatrixPriv.h150 static bool PostIDiv(SkMatrix* matrix, int divx, int divy) { in PostIDiv() argument
151 return matrix->postIDiv(divx, divy); in PostIDiv()
DSkMatrix.cpp389 bool SkMatrix::postIDiv(int divx, int divy) { in postIDiv() argument
390 if (divx == 0 || divy == 0) { in postIDiv()
395 const float invY = 1.f / divy; in postIDiv()
/external/skqp/docs/
DSkMatrix_Reference.bmh1721 #Method bool postIDiv(int divx, int divy)
1725 Sets Matrix to Matrix constructed from scaling by (1/divx, 1/divy),
1728 Returns false if either divx or divy is zero.
1735 Matrix = | M N O |, I(divx, divy) = | 0 sy 0 |
1744 sy = 1 / divy
1752 I(divx, divy) * Matrix = | 0 sy 0 | | M N O | = | sy*M sy*N sy*O |
1757 #Param divy integer divisor for inverse scale on y-axis ##
/external/arm-trusted-firmware/drivers/st/clk/
Dstm32mp1_clk.c811 uint32_t cfgr2, divy; in stm32mp1_read_pll_freq() local
818 divy = (cfgr2 >> pllncfgr2[div_id]) & RCC_PLLNCFGR2_DIVX_MASK; in stm32mp1_read_pll_freq()
820 dfout = stm32mp1_pll_get_fvco(pll) / (divy + 1U); in stm32mp1_read_pll_freq()
/external/skqp/include/core/
DSkMatrix.h949 bool postIDiv(int divx, int divy);
/external/skia/include/core/
DSkMatrix.h1979 bool postIDiv(int divx, int divy);
/external/skqp/src/core/
DSkMatrix.cpp407 bool SkMatrix::postIDiv(int divx, int divy) { in postIDiv() argument
408 if (divx == 0 || divy == 0) { in postIDiv()
413 const float invY = 1.f / divy; in postIDiv()
/external/skqp/site/user/api/
DSkMatrix_Reference.md89 bool <a href='#SkMatrix_postIDiv'>postIDiv</a>(int divx, int divy);
2570 bool <a href='#SkMatrix_postIDiv'>postIDiv</a>(int divx, int divy)
2573 …ng by (1/<a href='#SkMatrix_postIDiv_divx'>divx</a>, 1/<a href='#SkMatrix_postIDiv_divy'>divy</a>),
2576 …r <a href='#SkMatrix_postIDiv_divx'>divx</a> or <a href='#SkMatrix_postIDiv_divy'>divy</a> is zero.
2582 Matrix = | M N O |, I(divx, divy) = | 0 sy 0 |
2590 sy = 1 / divy
2597 I(divx, divy) * Matrix = | 0 sy 0 | | M N O | = | sy*M sy*N sy*O |
2606 <tr> <td><a name='SkMatrix_postIDiv_divy'><code><strong>divy</strong></code></a></td>
/external/skia/tools/fiddle/
Ddocumumentation_examples_map.txt1559 | sx 0 0 | | J K L | | sx*J sx*K sx*L | I(divx, divy) * Matrix = | 0 sy 0 | | M N O | = | sy*M sy*N…