Searched refs:ySize (Results 1 – 11 of 11) sorted by relevance
/external/skia/gm/ |
D | samplerstress.cpp | 49 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()
|
D | bitmaprect.cpp | 93 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()
|
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/pdfium/core/src/reflow/ |
D | reflowedpage.cpp | 151 …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()
|
D | reflowedpage.h | 172 …ineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate,…
|
/external/pdfium/core/src/fpdfapi/fpdf_page/ |
D | fpdf_page.cpp | 974 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/ |
D | reflowengine.h | 25 …ineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate,…
|
/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 | 168 ySize=INTEGER:80
|
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 304 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/ |
D | teglImageFormatTests.cpp | 775 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()
|