HomeSort by relevance Sort by last modified time
    Searched full:adjy (Results 1 - 9 of 9) sorted by null

  /external/icu4c/layout/
AnchorTables.cpp 97 le_int16 adjy = dty->getAdjustment((le_int16) fontInstance->getYPixelsPerEm()); local
99 pixels.fY += adjy;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_swtnl_state.c 52 float adjy = 0; local
57 adjy = SVGA_POINT_ADJ_Y;
67 adjy = SVGA_LINE_ADJ_Y - 0.175;
71 adjy = SVGA_LINE_ADJ_Y;
76 adjy += SVGA_TRIANGLE_ADJ_Y;
81 vp.translate[1] += adjy;
  /external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_state.c 52 float adjy = 0; local
57 adjy = SVGA_POINT_ADJ_Y;
67 adjy = SVGA_LINE_ADJ_Y - 0.175;
71 adjy = SVGA_LINE_ADJ_Y;
76 adjy += SVGA_TRIANGLE_ADJ_Y;
81 vp.translate[1] += adjy;
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_mesa_to_tgsi.c 778 GLfloat adjX, GLfloat adjY[2])
801 if (adjX || adjY[0] || adjY[1]) {
802 if (adjY[0] != adjY[1]) {
803 /* Adjust the y coordinate by adjY[1] or adjY[0] respectively
812 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f),
813 ureg_imm4f(ureg, adjX, adjY[1], 0.0f, 0.0f));
817 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f))
    [all...]
st_glsl_to_tgsi.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_tritemp.h 121 GLfloat adjy; /* adjust from v[0]->fy to fsy, scaled */ member in struct:__anon15299
256 eMaj.adjy = (GLfloat) (eMaj.fsy - vMin_fy); /* SCALED! */
258 eMaj.fsx = eMaj.fx0 + (GLfixed) (eMaj.adjy * eMaj.dxdy);
269 eTop.adjy = (GLfloat) (eTop.fsy - vMid_fy); /* SCALED! */
271 eTop.fsx = eTop.fx0 + (GLfixed) (eTop.adjy * eTop.dxdy);
279 eBot.adjy = (GLfloat) (eBot.fsy - vMin_fy); /* SCALED! */
281 eBot.fsx = eBot.fx0 + (GLfixed) (eBot.adjy * eBot.dxdy);
573 const GLfixed adjy = (GLfixed) eLeft->adjy; /* SCALED! */ local
590 (void) adjy;
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_mesa_to_tgsi.c 778 GLfloat adjX, GLfloat adjY[2])
801 if (adjX || adjY[0] || adjY[1]) {
802 if (adjY[0] != adjY[1]) {
803 /* Adjust the y coordinate by adjY[1] or adjY[0] respectively
812 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f),
813 ureg_imm4f(ureg, adjX, adjY[1], 0.0f, 0.0f));
817 ureg_imm4f(ureg, adjX, adjY[0], 0.0f, 0.0f))
    [all...]
st_glsl_to_tgsi.cpp     [all...]
  /external/mesa3d/src/mesa/swrast/
s_tritemp.h 121 GLfloat adjy; /* adjust from v[0]->fy to fsy, scaled */ member in struct:__anon25641
256 eMaj.adjy = (GLfloat) (eMaj.fsy - vMin_fy); /* SCALED! */
258 eMaj.fsx = eMaj.fx0 + (GLfixed) (eMaj.adjy * eMaj.dxdy);
269 eTop.adjy = (GLfloat) (eTop.fsy - vMid_fy); /* SCALED! */
271 eTop.fsx = eTop.fx0 + (GLfixed) (eTop.adjy * eTop.dxdy);
279 eBot.adjy = (GLfloat) (eBot.fsy - vMin_fy); /* SCALED! */
281 eBot.fsx = eBot.fx0 + (GLfixed) (eBot.adjy * eBot.dxdy);
573 const GLfixed adjy = (GLfixed) eLeft->adjy; /* SCALED! */ local
590 (void) adjy;
    [all...]

Completed in 1401 milliseconds