/external/skia/gm/ |
D | samplerstress.cpp | 48 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()
|
D | bitmaprect.cpp | 92 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()
|
D | anisotropic.cpp | 53 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/ |
D | ConstrainedConjGrad.h | 115 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/ |
D | reflowedpage.cpp | 151 …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()
|
D | reflowedpage.h | 172 …void GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_…
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page.cpp | 974 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/ |
D | reflowengine.h | 25 …ayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, F…
|
/external/pdfium/core/include/fpdfapi/ |
D | fpdf_page.h | 154 int xSize, int ySize, int iRotate) const;
|
/external/wpa_supplicant_8/hs20/server/ca/ |
D | openssl.cnf | 167 xSize=INTEGER:128
|
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 303 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/ |
D | teglImageFormatTests.cpp | 774 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/ |
D | sqlite3.h | 1468 int (*xSize)(void*); /* Return the size of an allocation */ member
|
D | sqlite3.c | 1675 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/ |
D | sqlite3.h | 1468 int (*xSize)(void*); /* Return the size of an allocation */ member
|
D | sqlite3.c | 1675 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);
|