Searched defs:posY (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dimageresizetiled.cpp62 int posY = 0; variable
64 posY += 100;
66 SkIntToScalar(posY), textPaint);
H A Dimageblurtiled.cpp55 int posY = 0; local
57 posY += 100;
59 SkIntToScalar(posY), textPaint);
/external/skia/gm/
H A Dimageresizetiled.cpp59 int posY = 0; variable
61 posY += 100;
63 SkIntToScalar(posY), textPaint);
H A Dimageblurtiled.cpp54 int posY = 0; local
56 posY += 100;
58 SkIntToScalar(posY), textPaint);
/external/deqp/modules/glshared/
H A DglsTextureBufferCase.cpp123 const size_t posY = (size_t(index) * 2) + 1; local
128 if (posY >= offset && posY < offset+size)
129 coords[posY - offset] = ((i / 2) == 1 ? extend2BitsToByte(0x3u) : extend2BitsToByte(0x0u));
/external/pdfium/core/src/reflow/
H A Dlayoutprocessor_reflow.cpp82 FX_FLOAT posY; local
83 posY = pData->m_PosY;
84 if(FXSYS_fabs(posY) > tempPageHeight &&
85 FXSYS_fabs(posY + pData->m_Height) < tempPageHeight) {
91 FX_FLOAT spaceh = screenCount * fitPageHeight + posY + pData->m_Height;
105 } else if(FXSYS_fabs(posY + pData->m_Height) > tempPageHeight) {
111 FX_FLOAT posY; local
112 posY = pData->m_PosY;
113 if(FXSYS_fabs(posY) > tempPageHeight ) {
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...

Completed in 1520 milliseconds