Home
last modified time | relevance | path

Searched refs:xSize (Results 1 – 25 of 36) sorted by relevance

12

/external/skia/gm/
Dsamplerstress.cpp49 static const int xSize = 16; in createTexture() local
52 fTexture.allocN32Pixels(xSize, ySize); in createTexture()
56 for (int x = 0; x < xSize; ++x) { in createTexture()
57 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorBLACK); in createTexture()
60 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorRED); in createTexture()
63 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorGREEN); in createTexture()
Dbitmaprect.cpp93 const int xSize = 3; in make_3x3_bitmap() local
96 const SkColor textureData[xSize][ySize] = { in make_3x3_bitmap()
102 bitmap->allocN32Pixels(xSize, ySize, true); in make_3x3_bitmap()
107 for (int x = 0; x < xSize; x++) { in make_3x3_bitmap()
Danisotropic.cpp53 void draw(SkCanvas* canvas, int x, int y, int xSize, int ySize) { in draw() argument
55 SkIntToScalar(xSize), SkIntToScalar(ySize)); in draw()
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DConstrainedConjGrad.h115 Index xSize = x.size(); in constrained_cg() local
116 TmpVec p(xSize), q(xSize), q2(xSize), in constrained_cg()
117 r(xSize), old_z(xSize), z(xSize), in constrained_cg()
118 memox(xSize); in constrained_cg()
/external/opencv3/3rdparty/openexr/IlmImf/
DImfTileDescription.h71 unsigned int xSize; // size of a tile in the x dimension
81 xSize (xs), in xSize() function
92 return xSize == other.xSize &&
DImfMisc.cpp531 size_t xSize) in skipChannel() argument
537 Xdr::skip <CharPtrIO> (readPtr, Xdr::size <unsigned int> () * xSize); in skipChannel()
542 Xdr::skip <CharPtrIO> (readPtr, Xdr::size <half> () * xSize); in skipChannel()
547 Xdr::skip <CharPtrIO> (readPtr, Xdr::size <float> () * xSize); in skipChannel()
705 size_t xSize) in fillChannelWithZeroes() argument
717 for (int j = 0; j < xSize; ++j) in fillChannelWithZeroes()
724 for (int j = 0; j < xSize; ++j) in fillChannelWithZeroes()
731 for (int j = 0; j < xSize; ++j) in fillChannelWithZeroes()
751 for (int j = 0; j < xSize; ++j) in fillChannelWithZeroes()
762 for (int j = 0; j < xSize; ++j) in fillChannelWithZeroes()
[all …]
DImfTileDescriptionAttribute.cpp60 Xdr::write <StreamIO> (os, _value.xSize); in writeValueTo()
74 Xdr::read <StreamIO> (is, _value.xSize); in readValueFrom()
DImfMisc.h169 size_t xSize);
251 size_t xSize);
DImfTiledMisc.cpp95 V2i tileMin = V2i (minX + dx * tileDesc.xSize, in dataWindowForTile()
98 V2i tileMax = tileMin + V2i (tileDesc.xSize - 1, tileDesc.ySize - 1); in dataWindowForTile()
291 tileDesc.xSize, in precalculateTileInfo()
DImfHeader.cpp711 if (tileDesc.xSize <= 0 || tileDesc.ySize <= 0) in sanityCheck()
715 maxTileWidth < tileDesc.xSize) in sanityCheck()
DImfCRgbaFile.h340 int xSize, int ySize,
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
DMediaRecorderFacade.java100 int xSize; in startVideoRecording() local
104 xSize = 160; in startVideoRecording()
108 xSize = 320; in startVideoRecording()
112 xSize = 352; in startVideoRecording()
116 xSize = 640; in startVideoRecording()
120 xSize = 800; in startVideoRecording()
124 xSize = 320; in startVideoRecording()
134 mMediaRecorder.setVideoSize(xSize, ySize); in startVideoRecording()
139 mMediaRecorder.setVideoSize(xSize, ySize); in startVideoRecording()
145 mMediaRecorder.setVideoSize(xSize, ySize); in startVideoRecording()
/external/lzma/CPP/7zip/UI/FileManager/
DComboDialog.cpp42 bool CComboDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
50 int x = xSize - mx - bx1; in OnSize()
56 ChangeSubWindowSizeX(_comboBox, xSize - mx * 2); in OnSize()
DComboDialog.h16 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
DProgressDialog2.cpp411 bool CProgressDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
428 int xSizeClient = xSize - mx * 2; in OnSize()
440 ChangeSubWindowSizeX(GetItem(IDT_PROGRESS_STATUS), xSize - mx * 2); in OnSize()
441 ChangeSubWindowSizeX(GetItem(IDT_PROGRESS_FILE_NAME), xSize - mx * 2); in OnSize()
442 ChangeSubWindowSizeX(GetItem(IDC_PROGRESS1), xSize - mx * 2); in OnSize()
466 int xx = xSize - mx * 2; in OnSize()
478 int xPos = xSize - mx; in OnSize()
DBrowseDialog.cpp102 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
302 bool CBrowseDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument
313 int xLim = xSize - mx; in OnSize()
DProgressDialog2.h209 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
/external/lzma/CPP/Windows/Control/
DDialog.cpp87 bool IsDialogSizeOK(int xSize, int ySize) in IsDialogSizeOK() argument
99 xSize / 4 * x <= wx && in IsDialogSizeOK()
156 int xSize = RECT_SIZE_X(workRect); in NormalizeSize() local
162 bool needMove = (xSize2 > xSize || ySize2 > ySize); in NormalizeSize()
163 if (xSize2 > xSize || (needMove && fullNormalize)) in NormalizeSize()
167 xSize2 = xSize; in NormalizeSize()
DDialog.h163 bool IsDialogSizeOK(int xSize, int ySize);
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_page.cpp229 int xSize, in GetDisplayMatrix() argument
242 rect.Set(xPos, yPos, xSize, ySize); in GetDisplayMatrix()
249 m_pPDFPage->GetDisplayMatrix(matrix, xPos, yPos, xSize, ySize, iRotate); in GetDisplayMatrix()
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
DModelBuilder.java434 …public Model createLineGrid (int xDivisions, int zDivisions, float xSize, float zSize, Material ma… in createLineGrid() argument
437 …float xlength = xDivisions * xSize, zlength = zDivisions * zSize, hxlength = xlength / 2, hzlength… in createLineGrid()
441 x1 += xSize; in createLineGrid()
442 x2 += xSize; in createLineGrid()
/external/pdfium/core/src/fpdfapi/fpdf_page/
Dfpdf_page.cpp957 int xSize, in GetDisplayMatrix() argument
972 x2 = xPos + xSize; in GetDisplayMatrix()
978 x1 = xPos + xSize; in GetDisplayMatrix()
984 x0 = xPos + xSize; in GetDisplayMatrix()
986 x1 = xPos + xSize; in GetDisplayMatrix()
992 x0 = xPos + xSize; in GetDisplayMatrix()
996 x2 = xPos + xSize; in GetDisplayMatrix()
/external/pdfium/fpdfsdk/include/fpdfxfa/
Dfpdfxfa_page.h49 int xSize,
/external/lzma/CPP/Windows/
DWindow.h135 bool ChangeSubWindowSizeX(HWND hwnd, int xSize) in ChangeSubWindowSizeX() argument
143 return BOOLToBool(::MoveWindow(hwnd, p1.x, p1.y, xSize, rect.bottom - rect.top, TRUE)); in ChangeSubWindowSizeX()
/external/pdfium/core/include/fpdfapi/
Dfpdf_page.h116 int xSize,

12