/external/skia/gm/ |
D | samplerstress.cpp | 49 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()
|
D | bitmaprect.cpp | 93 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()
|
D | anisotropic.cpp | 53 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/ |
D | ConstrainedConjGrad.h | 115 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/ |
D | ImfTileDescription.h | 71 unsigned int xSize; // size of a tile in the x dimension 81 xSize (xs), in xSize() function 92 return xSize == other.xSize &&
|
D | ImfMisc.cpp | 531 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 …]
|
D | ImfTileDescriptionAttribute.cpp | 60 Xdr::write <StreamIO> (os, _value.xSize); in writeValueTo() 74 Xdr::read <StreamIO> (is, _value.xSize); in readValueFrom()
|
D | ImfMisc.h | 169 size_t xSize); 251 size_t xSize);
|
D | ImfTiledMisc.cpp | 95 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()
|
D | ImfHeader.cpp | 711 if (tileDesc.xSize <= 0 || tileDesc.ySize <= 0) in sanityCheck() 715 maxTileWidth < tileDesc.xSize) in sanityCheck()
|
D | ImfCRgbaFile.h | 340 int xSize, int ySize,
|
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/ |
D | MediaRecorderFacade.java | 100 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/ |
D | ComboDialog.cpp | 42 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()
|
D | ComboDialog.h | 16 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
|
D | ProgressDialog2.cpp | 411 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()
|
D | BrowseDialog.cpp | 102 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()
|
D | ProgressDialog2.h | 209 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
|
/external/lzma/CPP/Windows/Control/ |
D | Dialog.cpp | 87 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()
|
D | Dialog.h | 163 bool IsDialogSizeOK(int xSize, int ySize);
|
/external/pdfium/fpdfsdk/src/fpdfxfa/ |
D | fpdfxfa_page.cpp | 229 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/ |
D | ModelBuilder.java | 434 …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/ |
D | fpdf_page.cpp | 957 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/ |
D | fpdfxfa_page.h | 49 int xSize,
|
/external/lzma/CPP/Windows/ |
D | Window.h | 135 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/ |
D | fpdf_page.h | 116 int xSize,
|