Searched defs:ySize (Results 1 - 17 of 17) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
H A DComboDialog.cpp42 bool CComboDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) argument
49 int y = ySize - my - by;
H A DBrowseDialog.cpp102 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
302 bool CBrowseDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) argument
323 int y = ySize - my - by;
H A DProgressDialog2.cpp411 bool CProgressDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) argument
438 int yPos = ySize - my - _buttonSizeY;
/external/opencv3/3rdparty/openexr/IlmImf/
H A DImfTileDescription.h72 unsigned int ySize; // size of a tile in the y dimension member in class:Imf::TileDescription
82 ySize (ys),
93 ySize == other.ySize &&
H A DImfCRgbaFile.cpp1027 int xSize, int ySize,
1035 xSize, ySize,
1024 ImfOpenTiledOutputFile(const char name[], const ImfHeader *hdr, int channels, int xSize, int ySize, int mode, int rmode) argument
/external/skia/gm/
H A Danisotropic.cpp53 void draw(SkCanvas* canvas, int x, int y, int xSize, int ySize) { argument
55 SkIntToScalar(xSize), SkIntToScalar(ySize));
H A Dsamplerstress.cpp50 static const int ySize = 16; local
52 fTexture.allocN32Pixels(xSize, ySize);
55 for (int y = 0; y < ySize; ++y) {
H A Dbitmaprect.cpp94 const int ySize = 3; local
96 const SkColor textureData[xSize][ySize] = {
102 bitmap->allocN32Pixels(xSize, ySize, true);
106 for (int y = 0; y < ySize; y++) {
/external/pdfium/fpdfsdk/src/fpdfxfa/
H A Dfpdfxfa_page.cpp230 int ySize,
242 rect.Set(xPos, yPos, xSize, ySize);
249 m_pPDFPage->GetDisplayMatrix(matrix, xPos, yPos, xSize, ySize, iRotate);
226 GetDisplayMatrix(CFX_Matrix& matrix, int xPos, int yPos, int xSize, int ySize, int iRotate) const argument
/external/lzma/CPP/Windows/Control/
H A DDialog.cpp87 bool IsDialogSizeOK(int xSize, int ySize) argument
100 ySize / 8 * y <= wy;
157 int ySize = RECT_SIZE_Y(workRect); local
162 bool needMove = (xSize2 > xSize || ySize2 > ySize);
169 if (ySize2 > ySize || (needMove && fullNormalize))
173 ySize2 = ySize;
/external/deqp/modules/egl/
H A DteglImageFormatTests.cpp776 const int ySize = de::clamp(16, 0, reference.getHeight() - yOffset); 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/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page.cpp958 int ySize,
969 y0 = yPos + ySize;
973 y2 = yPos + ySize;
981 y2 = yPos + ySize;
987 y1 = yPos + ySize;
993 y0 = yPos + ySize;
995 y1 = yPos + ySize;
954 GetDisplayMatrix(CFX_Matrix& matrix, int xPos, int yPos, int xSize, int ySize, int iRotate) const argument
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dhttp_curl.c307 ASN1_INTEGER *ySize; member in struct:__anon22157
380 ASN1_SIMPLE(LogotypeImageInfo, ySize, ASN1_INTEGER),
651 val = ASN1_INTEGER_get(info->ySize);
/external/wpa_supplicant_8/src/utils/
H A Dhttp_curl.c307 ASN1_INTEGER *ySize; member in struct:__anon22419
380 ASN1_SIMPLE(LogotypeImageInfo, ySize, ASN1_INTEGER),
651 val = ASN1_INTEGER_get(info->ySize);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dhttp_curl.c307 ASN1_INTEGER *ySize; member in struct:__anon22679
380 ASN1_SIMPLE(LogotypeImageInfo, ySize, ASN1_INTEGER),
651 val = ASN1_INTEGER_get(info->ySize);
/external/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-ios.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE com/ com/intel/ com/intel/moe/ com/intel/moe/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 331 milliseconds