Home
last modified time | relevance | path

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

/external/skia/gm/
Dsamplerstress.cpp52 static const int ySize = 16; in createTexture() local
54 fTexture.allocN32Pixels(xSize, ySize); in createTexture()
57 for (int y = 0; y < ySize; ++y) { in createTexture()
/external/chromium_org/third_party/skia/gm/
Dsamplerstress.cpp52 static const int ySize = 16; in createTexture() local
54 fTexture.allocN32Pixels(xSize, ySize); in createTexture()
57 for (int y = 0; y < ySize; ++y) { in createTexture()
/external/pdfium/core/src/reflow/
Dreflowedpage.cpp154 …ineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate,… in GetDisplayMatrix() argument
168 y1 = yPos + ySize; in GetDisplayMatrix()
174 y0 = ySize + yPos; in GetDisplayMatrix()
176 y1 = yPos + ySize; in GetDisplayMatrix()
182 y0 = ySize + yPos; in GetDisplayMatrix()
186 y2 = ySize + yPos; in GetDisplayMatrix()
194 y2 = yPos + ySize; in GetDisplayMatrix()
Dreflowedpage.h171 …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.cpp991 int xSize, int ySize, int iRotate) const in GetDisplayMatrix() argument
1002 y0 = yPos + ySize; in GetDisplayMatrix()
1006 y2 = yPos + ySize; in GetDisplayMatrix()
1014 y2 = yPos + ySize; in GetDisplayMatrix()
1020 y1 = yPos + ySize; in GetDisplayMatrix()
1026 y0 = yPos + ySize; in GetDisplayMatrix()
1028 y1 = yPos + ySize; in GetDisplayMatrix()
/external/pdfium/core/include/reflow/
Dreflowengine.h23 …ineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate,…
/external/pdfium/core/include/fpdfapi/
Dfpdf_page.h158 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()