Searched refs:xSize (Results 1 - 25 of 31) 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/skqp/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.cpp432 bool CProgressDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) argument
449 int xSizeClient = xSize - mx * 2;
461 ChangeSubWindowSizeX(GetItem(IDT_PROGRESS_STATUS), xSize - mx * 2);
462 ChangeSubWindowSizeX(GetItem(IDT_PROGRESS_FILE_NAME), xSize - mx * 2);
463 ChangeSubWindowSizeX(GetItem(IDC_PROGRESS1), xSize - mx * 2);
487 int xx = xSize - mx * 2;
499 int xPos = xSize - mx;
H A DProgressDialog2.h210 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
H A DBrowseDialog.cpp106 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
310 bool CBrowseDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) argument
321 int xLim = xSize - mx;
/external/pdfium/core/fpdfapi/page/
H A Dcpdf_page.cpp126 int xSize,
145 x2 = xPos + xSize;
151 x1 = xPos + xSize;
157 x0 = xPos + xSize;
159 x1 = xPos + xSize;
165 x0 = xPos + xSize;
169 x2 = xPos + xSize;
124 GetDisplayMatrix(int xPos, int yPos, int xSize, int ySize, int iRotate) const argument
H A Dcpdf_page.h38 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.cpp169 int xSize,
180 return m_pPDFPage->GetDisplayMatrix(xPos, yPos, xSize, ySize, iRotate);
184 CFX_Rect(xPos, yPos, xSize, ySize), iRotate);
167 GetDisplayMatrix(int xPos, int yPos, int xSize, int ySize, int iRotate) const argument
H A Dcpdfxfa_page.h62 int xSize,
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cSparseTexture2Tests.hpp54 GLint xSize; member in struct:gl4cts::PageSizeStruct
58 PageSizeStruct() : xSize(0), ySize(0), zSize(0)
61 PageSizeStruct(GLint x, GLint y, GLint z) : xSize(x), ySize(y), zSize(z)
/external/lzma/CPP/Windows/
H A DWindow.h136 bool ChangeSubWindowSizeX(HWND hwnd, int xSize) argument
144 return BOOLToBool(::MoveWindow(hwnd, p1.x, p1.y, xSize, rect.bottom - rect.top, TRUE));
/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:__anon31488
379 ASN1_SIMPLE(LogotypeImageInfo, xSize, ASN1_INTEGER),
648 val = ASN1_INTEGER_get(info->xSize);
/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c306 ASN1_INTEGER *xSize; member in struct:__anon31757
379 ASN1_SIMPLE(LogotypeImageInfo, xSize, ASN1_INTEGER),
648 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:__anon32038
379 ASN1_SIMPLE(LogotypeImageInfo, xSize, ASN1_INTEGER),
648 val = ASN1_INTEGER_get(info->xSize);

Completed in 1175 milliseconds

12