Searched refs:xSize (Results 1 - 21 of 21) sorted by relevance

/external/chromium_org/third_party/skia/gm/
H A Dsamplerstress.cpp51 static const int xSize = 16; local
54 fTexture.allocN32Pixels(xSize, ySize);
58 for (int x = 0; x < xSize; ++x) {
59 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorBLACK);
62 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorRED);
65 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorGREEN);
/external/skia/gm/
H A Dsamplerstress.cpp51 static const int xSize = 16; local
54 fTexture.allocN32Pixels(xSize, ySize);
58 for (int x = 0; x < xSize; ++x) {
59 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorBLACK);
62 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorRED);
65 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorGREEN);
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
H A DConstrainedConjGrad.h115 Index xSize = x.size(); local
116 TmpVec p(xSize), q(xSize), q2(xSize),
117 r(xSize), old_z(xSize), z(xSize),
118 memox(xSize);
/external/pdfium/core/include/reflow/
H A Dreflowengine.h23 virtual void GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_AffineMatrix* pPageMatrix) = 0;
/external/pdfium/core/src/reflow/
H A Dreflowedpage.cpp154 void CPDF_ReflowedPage::GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_AffineMatrix* pPageMatrix) argument
169 x2 = xPos + xSize;
175 x1 = xPos + xSize;
181 x0 = xSize + xPos;
183 x1 = xSize + xPos ;
189 x0 = xPos + xSize;
193 x2 = xPos + xSize;
H A Dreflowedpage.h171 void GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_AffineMatrix* pPageMatrix);
/external/pdfium/core/include/fpdfapi/
H A Dfpdf_page.h158 int xSize, int ySize, int iRotate) const;
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp991 int xSize, int ySize, int iRotate) const
1005 x2 = xPos + xSize;
1011 x1 = xPos + xSize;
1017 x0 = xPos + xSize;
1019 x1 = xPos + xSize;
1025 x0 = xPos + xSize;
1029 x2 = xPos + xSize;
990 GetDisplayMatrix(CFX_AffineMatrix& matrix, int xPos, int yPos, int xSize, int ySize, int iRotate) const argument
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest_init.c64 static int wrMemSize(void *p) {return wrapped.mem.xSize(p);}
H A Dmalloc.c448 return sqlite3GlobalConfig.m.xSize(p);
458 return sqlite3GlobalConfig.m.xSize(p);
H A Dsqlite.h.in1177 ** xSize should return the allocated size of a memory allocation
1215 int (*xSize)(void*); /* Return the size of an allocation */
5462 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
H A Dtest_malloc.c100 ** xSize
109 return memfault.m.xSize(p);
189 faultsimSize, /* xSize */
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp_curl.c303 ASN1_INTEGER *xSize; member in struct:__anon32879
376 ASN1_SIMPLE(LogotypeImageInfo, xSize, ASN1_INTEGER),
621 val = ASN1_INTEGER_get(info->xSize);
/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c303 ASN1_INTEGER *xSize; member in struct:__anon33132
376 ASN1_SIMPLE(LogotypeImageInfo, xSize, ASN1_INTEGER),
621 val = ASN1_INTEGER_get(info->xSize);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp_curl.c303 ASN1_INTEGER *xSize; member in struct:__anon33383
376 ASN1_SIMPLE(LogotypeImageInfo, xSize, ASN1_INTEGER),
621 val = ASN1_INTEGER_get(info->xSize);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h1182 ** xSize should return the allocated size of a memory allocation
1220 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
5467 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
H A Dsqlite3.c1725 ** xSize should return the allocated size of a memory allocation
1763 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
6010 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
18153 return sqlite3GlobalConfig.m.xSize(p);
18163 return sqlite3GlobalConfig.m.xSize(p);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h1404 ** xSize should return the allocated size of a memory allocation
1442 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
6218 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
H A Dsqlite3.c1519 ** xSize should return the allocated size of a memory allocation
1557 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
6333 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
20192 return sqlite3GlobalConfig.m.xSize(p);
20203 return sqlite3GlobalConfig.m.xSize(p);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1404 ** xSize should return the allocated size of a memory allocation
1442 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
6218 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
H A Dsqlite3.c1519 ** xSize should return the allocated size of a memory allocation
1557 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
6333 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
20192 return sqlite3GlobalConfig.m.xSize(p);
20203 return sqlite3GlobalConfig.m.xSize(p);
[all...]

Completed in 1697 milliseconds