Home
last modified time | relevance | path

Searched refs:ySize (Results 1 – 11 of 11) sorted by relevance

/external/skia/gm/
Dsamplerstress.cpp49 static const int ySize = 16; in createTexture() local
51 fTexture.allocN32Pixels(xSize, ySize); in createTexture()
54 for (int y = 0; y < ySize; ++y) { in createTexture()
Dbitmaprect.cpp93 const int ySize = 3; in make_3x3_bitmap() local
95 const SkColor textureData[xSize][ySize] = { in make_3x3_bitmap()
101 bitmap->allocN32Pixels(xSize, ySize, true); in make_3x3_bitmap()
105 for (int y = 0; y < ySize; y++) { in make_3x3_bitmap()
Danisotropic.cpp53 void draw(SkCanvas* canvas, int x, int y, int xSize, int ySize) { in draw() argument
55 SkIntToScalar(xSize), SkIntToScalar(ySize)); in draw()
/external/pdfium/core/src/reflow/
Dreflowedpage.cpp151 …ineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate,… in GetDisplayMatrix() argument
165 y1 = yPos + ySize; in GetDisplayMatrix()
171 y0 = ySize + yPos; in GetDisplayMatrix()
173 y1 = yPos + ySize; in GetDisplayMatrix()
179 y0 = ySize + yPos; in GetDisplayMatrix()
183 y2 = ySize + yPos; in GetDisplayMatrix()
191 y2 = yPos + ySize; in GetDisplayMatrix()
Dreflowedpage.h172 …ineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate,…
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp974 int xSize, int ySize, int iRotate) const in GetDisplayMatrix() argument
985 y0 = yPos + ySize; in GetDisplayMatrix()
989 y2 = yPos + ySize; in GetDisplayMatrix()
997 y2 = yPos + ySize; in GetDisplayMatrix()
1003 y1 = yPos + ySize; in GetDisplayMatrix()
1009 y0 = yPos + ySize; in GetDisplayMatrix()
1011 y1 = yPos + ySize; in GetDisplayMatrix()
/external/pdfium/core/include/reflow/
Dreflowengine.h25 …ineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate,…
/external/pdfium/core/include/fpdfapi/
Dfpdf_page.h154 int xSize, int ySize, int iRotate) const;
/external/wpa_supplicant_8/hs20/server/ca/
Dopenssl.cnf168 ySize=INTEGER:80
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c304 ASN1_INTEGER *ySize; member
377 ASN1_SIMPLE(LogotypeImageInfo, ySize, ASN1_INTEGER),
623 val = ASN1_INTEGER_get(info->ySize); in i2r_LogotypeImageInfo()
/external/deqp/modules/egl/
DteglImageFormatTests.cpp775 const int ySize = de::clamp(16, 0, reference.getHeight() - yOffset); in invokeGLES2() local
776 tcu::Texture2D src (glu::mapGLTransferFormat(m_format, m_type), xSize, ySize); in invokeGLES2()
789 …tcu::copy(tcu::getSubregion(reference.getLevel(0), xOffset, yOffset, 0, xSize, ySize, 1), src.getL… in invokeGLES2()