Home
last modified time | relevance | path

Searched refs:posY (Results 1 – 10 of 10) sorted by relevance

/external/skia/gm/
Dimageblurtiled.cpp54 int posY = 0; in onDraw() local
56 posY += 100; in onDraw()
58 SkIntToScalar(posY), textPaint); in onDraw()
Dimageresizetiled.cpp59 int posY = 0; in onDraw() local
61 posY += 100; in onDraw()
63 SkIntToScalar(posY), textPaint); in onDraw()
/external/chromium_org/third_party/skia/gm/
Dimageblurtiled.cpp55 int posY = 0; in onDraw() local
57 posY += 100; in onDraw()
59 SkIntToScalar(posY), textPaint); in onDraw()
Dimageresizetiled.cpp62 int posY = 0; in onDraw() local
64 posY += 100; in onDraw()
66 SkIntToScalar(posY), textPaint); in onDraw()
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp615 const float posY = (float)y / ((float)DE_LENGTH_OF_ARRAY(s_specialFloats) - 1.0f) * 2.0f - 1.0f; in iterate() local
617 gridVertices[x * DE_LENGTH_OF_ARRAY(s_specialFloats) + y] = tcu::Vec4(posX, posY, 0.0f, 1.0f); in iterate()
835 const float posY = (float)y / (float)DE_LENGTH_OF_ARRAY(s_specialFloats) * 2.0f - 1.0f; in iterate() local
837 gridVertices[x * (DE_LENGTH_OF_ARRAY(s_specialFloats)+1) + y] = tcu::Vec4(posX, posY, 0.0f, 1.0f); in iterate()
1139 const float posY = (float)y / ((float)DE_LENGTH_OF_ARRAY(s_specialFloats) - 1.0f) * 2.0f - 1.0f; in iterate() local
1141 gridVertices[x * DE_LENGTH_OF_ARRAY(s_specialFloats) + y] = tcu::Vec4(posX, posY, 0.0f, 1.0f); in iterate()
1327 …const float posY = (float)y / (float)DE_LENGTH_OF_ARRAY(s_specialFloats) * 2.0f - 1.0f; // map fro… in testFBO() local
1329 gridVertices[y * 2 + 0] = tcu::Vec4(-1.0, posY, 0.0f, 1.0f); in testFBO()
1330 gridVertices[y * 2 + 1] = tcu::Vec4( 1.0, posY, 0.0f, 1.0f); in testFBO()
1523 const float posY = (float)y / (float)numBlendFuncs * 2.0f - 1.0f; in testFBO() local
[all …]
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp627 const float posY = (float)y / ((float)DE_LENGTH_OF_ARRAY(s_specialFloats) - 1.0f) * 2.0f - 1.0f; in iterate() local
629 gridVertices[x * DE_LENGTH_OF_ARRAY(s_specialFloats) + y] = tcu::Vec4(posX, posY, 0.0f, 1.0f); in iterate()
850 const float posY = (float)y / (float)DE_LENGTH_OF_ARRAY(s_specialFloats) * 2.0f - 1.0f; in iterate() local
852 gridVertices[x * (DE_LENGTH_OF_ARRAY(s_specialFloats)+1) + y] = tcu::Vec4(posX, posY, 0.0f, 1.0f); in iterate()
1177 const float posY = (float)y / ((float)gridSize - 1.0f) * 2.0f - 1.0f; in iterate() local
1181 gridVertices[x * gridSize + y] = tcu::Vec4(posX, posY, 0.0f, 1.0f); in iterate()
1494 const float posY = (float)y / ((float)DE_LENGTH_OF_ARRAY(s_specialFloats) - 1.0f) * 2.0f - 1.0f; in iterate() local
1496 gridVertices[x * DE_LENGTH_OF_ARRAY(s_specialFloats) + y] = tcu::Vec4(posX, posY, 0.0f, 1.0f); in iterate()
1690 …const float posY = (float)y / (float)DE_LENGTH_OF_ARRAY(s_specialFloats) * 2.0f - 1.0f; // map fro… in testFBO() local
1692 gridVertices[y * 2 + 0] = tcu::Vec4(-1.0, posY, 0.0f, 1.0f); in testFBO()
[all …]
/external/pdfium/core/src/reflow/
Dlayoutprocessor_reflow.cpp82 FX_FLOAT posY; in FitPageMode() local
83 posY = pData->m_PosY; in FitPageMode()
84 if(FXSYS_fabs(posY) > tempPageHeight && in FitPageMode()
85 FXSYS_fabs(posY + pData->m_Height) < tempPageHeight) { in FitPageMode()
91 FX_FLOAT spaceh = screenCount * fitPageHeight + posY + pData->m_Height; in FitPageMode()
105 } else if(FXSYS_fabs(posY + pData->m_Height) > tempPageHeight) { in FitPageMode()
111 FX_FLOAT posY; in FitPageMode() local
112 posY = pData->m_PosY; in FitPageMode()
113 if(FXSYS_fabs(posY) > tempPageHeight ) { in FitPageMode()
/external/deqp/modules/glshared/
DglsTextureBufferCase.cpp123 const size_t posY = (size_t(index) * 2) + 1; in genRandomCoords() local
128 if (posY >= offset && posY < offset+size) in genRandomCoords()
129 coords[posY - offset] = ((i / 2) == 1 ? extend2BitsToByte(0x3u) : extend2BitsToByte(0x0u)); in genRandomCoords()
/external/deqp/modules/gles31/functional/
Des31fDrawTests.cpp1416 const float posY = (y / (float)m_gridSize) * 2.0f - 1.0f; in createDrawData() local
1420 buffer[((y * m_gridSize + x) * 6 + 0) * 2 + 0] = tcu::Vec4(posX, posY, 0.0f, 1.0f); in createDrawData()
1421 buffer[((y * m_gridSize + x) * 6 + 1) * 2 + 0] = tcu::Vec4(posX + cellSize, posY, 0.0f, 1.0f); in createDrawData()
1422 …buffer[((y * m_gridSize + x) * 6 + 2) * 2 + 0] = tcu::Vec4(posX + cellSize, posY + cellSize, 0.0f,… in createDrawData()
1423 buffer[((y * m_gridSize + x) * 6 + 3) * 2 + 0] = tcu::Vec4(posX, posY, 0.0f, 1.0f); in createDrawData()
1424 …buffer[((y * m_gridSize + x) * 6 + 4) * 2 + 0] = tcu::Vec4(posX + cellSize, posY + cellSize, 0.0f,… in createDrawData()
1425 buffer[((y * m_gridSize + x) * 6 + 5) * 2 + 0] = tcu::Vec4(posX, posY + cellSize, 0.0f, 1.0f); in createDrawData()
1450 const float posY = (y / (float)m_gridSize) * 2.0f - 1.0f; in createDrawData() local
1452 buffer[(y * (m_gridSize+1) + x) * 4 + 0] = tcu::Vec4(posX, posY, 0.0f, 1.0f); in createDrawData()
1454 buffer[(y * (m_gridSize+1) + x) * 4 + 2] = tcu::Vec4(posX, posY, 0.0f, 1.0f); in createDrawData()
/external/chromium_org/third_party/decklink/mac/include/
DDeckLinkAPIStreaming.h258 …virtual HRESULT SetSourceRect (/* in */ uint32_t posX, /* in */ uint32_t posY, /* in */ uint32_t w…