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

12

/external/skia/gm/
H A Dsamplerstress.cpp46 constexpr int xSize = 16; local
49 fTexture.allocN32Pixels(xSize, ySize);
53 for (int x = 0; x < xSize; ++x) {
54 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorBLACK);
57 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorRED);
60 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorGREEN);
H A Dbitmaprect.cpp94 const int xSize = 3; local
97 const SkColor textureData[xSize][ySize] = {
103 bitmap->allocN32Pixels(xSize, ySize, true);
108 for (int x = 0; x < xSize; x++) {
H A Danisotropic.cpp54 void draw(SkCanvas* canvas, int x, int y, int xSize, int ySize) { argument
56 SkIntToScalar(xSize), SkIntToScalar(ySize));
/external/lzma/CPP/7zip/UI/FileManager/
H A DComboDialog.h16 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
H A DComboDialog.cpp42 bool CComboDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) argument
50 int x = xSize - mx - bx1;
56 ChangeSubWindowSizeX(_comboBox, xSize - mx * 2);
H A DProgressDialog2.cpp411 bool CProgressDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) argument
428 int xSizeClient = xSize - mx * 2;
440 ChangeSubWindowSizeX(GetItem(IDT_PROGRESS_STATUS), xSize - mx * 2);
441 ChangeSubWindowSizeX(GetItem(IDT_PROGRESS_FILE_NAME), xSize - mx * 2);
442 ChangeSubWindowSizeX(GetItem(IDC_PROGRESS1), xSize - mx * 2);
466 int xx = xSize - mx * 2;
478 int xPos = xSize - mx;
H A DProgressDialog2.h209 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
H A DBrowseDialog.cpp102 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
302 bool CBrowseDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) argument
313 int xLim = xSize - mx;
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_page.cpp125 int xSize,
144 x2 = xPos + xSize;
150 x1 = xPos + xSize;
156 x0 = xPos + xSize;
158 x1 = xPos + xSize;
164 x0 = xPos + xSize;
168 x2 = xPos + xSize;
123 GetDisplayMatrix(int xPos, int yPos, int xSize, int ySize, int iRotate) const argument
H A Dcpdf_page.h50 int xSize,
/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/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
H A DMediaRecorderFacade.java97 int xSize;
101 xSize = 160;
105 xSize = 320;
109 xSize = 352;
113 xSize = 640;
117 xSize = 800;
121 xSize = 320;
131 mMediaRecorder.setVideoSize(xSize, ySize);
136 mMediaRecorder.setVideoSize(xSize, ySize);
142 mMediaRecorder.setVideoSize(xSize, ySiz
[all...]
/external/lzma/CPP/Windows/Control/
H A DDialog.cpp87 bool IsDialogSizeOK(int xSize, int ySize) argument
99 xSize / 4 * x <= wx &&
156 int xSize = RECT_SIZE_X(workRect); local
162 bool needMove = (xSize2 > xSize || ySize2 > ySize);
163 if (xSize2 > xSize || (needMove && fullNormalize))
167 xSize2 = xSize;
H A DDialog.h94 virtual bool OnSize(WPARAM /* wParam */, int /* xSize */, int /* ySize */) { return false; }
163 bool IsDialogSizeOK(int xSize, int ySize);
/external/pdfium/fpdfsdk/fpdfxfa/
H A Dcpdfxfa_page.cpp192 int xSize,
203 CFX_Rect(xPos, yPos, xSize, ySize), iRotate);
210 return m_pPDFPage->GetDisplayMatrix(xPos, yPos, xSize, ySize, iRotate);
190 GetDisplayMatrix(int xPos, int yPos, int xSize, int ySize, int iRotate) const argument
H A Dcpdfxfa_page.h65 int xSize,
/external/lzma/CPP/Windows/
H A DWindow.h135 bool ChangeSubWindowSizeX(HWND hwnd, int xSize) argument
143 return BOOLToBool(::MoveWindow(hwnd, p1.x, p1.y, xSize, rect.bottom - rect.top, TRUE));
/external/swiftshader/src/Renderer/
H A DSurface.hpp441 static void decodeASTC(Buffer &internal, const Buffer &external, int xSize, int ySize, int zSize, bool isSRGB);
/external/deqp/modules/egl/
H A DteglImageFormatTests.cpp775 const int xSize = de::clamp(16, 0, reference.getWidth() - xOffset); local
777 tcu::Texture2D src (glu::mapGLTransferFormat(m_format, m_type), xSize, ySize); local
790 tcu::copy(tcu::getSubregion(reference.getLevel(0), xOffset, yOffset, 0, xSize, ySize, 1), src.getLevel(0));
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp_curl.c306 ASN1_INTEGER *xSize; member in struct:__anon25271
379 ASN1_SIMPLE(LogotypeImageInfo, xSize, ASN1_INTEGER),
649 val = ASN1_INTEGER_get(info->xSize);
/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c306 ASN1_INTEGER *xSize; member in struct:__anon25534
379 ASN1_SIMPLE(LogotypeImageInfo, xSize, ASN1_INTEGER),
649 val = ASN1_INTEGER_get(info->xSize);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp_curl.c306 ASN1_INTEGER *xSize; member in struct:__anon25801
379 ASN1_SIMPLE(LogotypeImageInfo, xSize, ASN1_INTEGER),
649 val = ASN1_INTEGER_get(info->xSize);
/external/sqlite/dist/orig/
H A Dsqlite3.h1497 ** xSize should return the allocated size of a memory allocation
1535 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
6847 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
H A Dsqlite3.c1774 ** xSize should return the allocated size of a memory allocation
1812 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
7124 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^
24610 return sqlite3GlobalConfig.m.xSize(p);
24624 return sqlite3GlobalConfig.m.xSize(p);
24633 return p ? sqlite3GlobalConfig.m.xSize(p) : 0;
[all...]
/external/sqlite/dist/
H A Dsqlite3.h1497 ** xSize should return the allocated size of a memory allocation
1535 int (*xSize)(void*); /* Return the size of an allocation */ member in struct:sqlite3_mem_methods
6847 ** sizes as reported by the xSize method in [sqlite3_mem_methods].</dd>)^

Completed in 2280 milliseconds

12