Home
last modified time | relevance | path

Searched refs:xSize (Results 1 – 16 of 16) sorted by relevance

/external/skia/gm/
Dsamplerstress.cpp48 static const int xSize = 16; in createTexture() local
51 fTexture.allocN32Pixels(xSize, ySize); in createTexture()
55 for (int x = 0; x < xSize; ++x) { in createTexture()
56 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorBLACK); in createTexture()
59 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorRED); in createTexture()
62 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorGREEN); in createTexture()
Dbitmaprect.cpp92 const int xSize = 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()
106 for (int x = 0; x < xSize; x++) { 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/eigen/unsupported/Eigen/src/IterativeSolvers/
DConstrainedConjGrad.h115 Index xSize = x.size(); in constrained_cg() local
116 TmpVec p(xSize), q(xSize), q2(xSize), in constrained_cg()
117 r(xSize), old_z(xSize), z(xSize), in constrained_cg()
118 memox(xSize); in constrained_cg()
/external/pdfium/core/src/reflow/
Dreflowedpage.cpp151 …ayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, F… in GetDisplayMatrix() argument
166 x2 = xPos + xSize; in GetDisplayMatrix()
172 x1 = xPos + xSize; in GetDisplayMatrix()
178 x0 = xSize + xPos; in GetDisplayMatrix()
180 x1 = xSize + xPos ; in GetDisplayMatrix()
186 x0 = xPos + xSize; in GetDisplayMatrix()
190 x2 = xPos + xSize; in GetDisplayMatrix()
Dreflowedpage.h172 …void GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_…
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp974 int xSize, int ySize, int iRotate) const in GetDisplayMatrix() argument
988 x2 = xPos + xSize; in GetDisplayMatrix()
994 x1 = xPos + xSize; in GetDisplayMatrix()
1000 x0 = xPos + xSize; in GetDisplayMatrix()
1002 x1 = xPos + xSize; in GetDisplayMatrix()
1008 x0 = xPos + xSize; in GetDisplayMatrix()
1012 x2 = xPos + xSize; in GetDisplayMatrix()
/external/pdfium/core/include/reflow/
Dreflowengine.h25 …ayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, F…
/external/pdfium/core/include/fpdfapi/
Dfpdf_page.h154 int xSize, int ySize, int iRotate) const;
/external/wpa_supplicant_8/hs20/server/ca/
Dopenssl.cnf167 xSize=INTEGER:128
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c303 ASN1_INTEGER *xSize; member
376 ASN1_SIMPLE(LogotypeImageInfo, xSize, ASN1_INTEGER),
621 val = ASN1_INTEGER_get(info->xSize); in i2r_LogotypeImageInfo()
/external/deqp/modules/egl/
DteglImageFormatTests.cpp774 const int xSize = de::clamp(16, 0, reference.getWidth() - xOffset); 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()
/external/sqlite/dist/orig/
Dsqlite3.h1468 int (*xSize)(void*); /* Return the size of an allocation */ member
Dsqlite3.c1675 int (*xSize)(void*); /* Return the size of an allocation */ member
20975 return sqlite3GlobalConfig.m.xSize(p);
20989 return sqlite3GlobalConfig.m.xSize(p);
20996 return (sqlite3_uint64)sqlite3GlobalConfig.m.xSize(p);
/external/sqlite/dist/
Dsqlite3.h1468 int (*xSize)(void*); /* Return the size of an allocation */ member
Dsqlite3.c1675 int (*xSize)(void*); /* Return the size of an allocation */ member
20975 return sqlite3GlobalConfig.m.xSize(p);
20989 return sqlite3GlobalConfig.m.xSize(p);
20996 return (sqlite3_uint64)sqlite3GlobalConfig.m.xSize(p);