/external/skia/gm/ |
D | samplerstress.cpp | 58 constexpr int xSize = 16; in createTexture() local 61 fTexture.allocN32Pixels(xSize, ySize); in createTexture() 65 for (int x = 0; x < xSize; ++x) { in createTexture() 66 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorBLACK); in createTexture() 69 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorRED); in createTexture() 72 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorGREEN); in createTexture()
|
D | bitmaprect.cpp | 99 const int xSize = 3; in make_3x3_bitmap() local 102 const SkColor textureData[xSize][ySize] = { in make_3x3_bitmap() 108 bitmap->allocN32Pixels(xSize, ySize, true); in make_3x3_bitmap() 113 for (int x = 0; x < xSize; x++) { in make_3x3_bitmap()
|
D | anisotropic.cpp | 64 void draw(SkCanvas* canvas, int x, int y, int xSize, int ySize) { in draw() argument 66 SkIntToScalar(xSize), SkIntToScalar(ySize)); in draw()
|
/external/skqp/gm/ |
D | samplerstress.cpp | 46 constexpr int xSize = 16; in createTexture() local 49 fTexture.allocN32Pixels(xSize, ySize); in createTexture() 53 for (int x = 0; x < xSize; ++x) { in createTexture() 54 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorBLACK); in createTexture() 57 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorRED); in createTexture() 60 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/sl4a/Common/src/com/googlecode/android_scripting/facade/media/ |
D | MediaRecorderFacade.java | 97 int xSize; in startVideoRecording() local 101 xSize = 160; in startVideoRecording() 105 xSize = 320; in startVideoRecording() 109 xSize = 352; in startVideoRecording() 113 xSize = 640; in startVideoRecording() 117 xSize = 800; in startVideoRecording() 121 xSize = 320; in startVideoRecording() 131 mMediaRecorder.setVideoSize(xSize, ySize); in startVideoRecording() 136 mMediaRecorder.setVideoSize(xSize, ySize); in startVideoRecording() 142 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 | 435 bool CProgressDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument 452 int xSizeClient = xSize - mx * 2; in OnSize() 464 ChangeSubWindowSizeX(GetItem(IDT_PROGRESS_STATUS), xSize - mx * 2); in OnSize() 465 ChangeSubWindowSizeX(GetItem(IDT_PROGRESS_FILE_NAME), xSize - mx * 2); in OnSize() 466 ChangeSubWindowSizeX(GetItem(IDC_PROGRESS1), xSize - mx * 2); in OnSize() 490 int xx = xSize - mx * 2; in OnSize() 502 int xPos = xSize - mx; in OnSize()
|
D | BrowseDialog.cpp | 106 virtual bool OnSize(WPARAM wParam, int xSize, int ySize); 310 bool CBrowseDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize) in OnSize() argument 321 int xLim = xSize - mx; in OnSize()
|
D | ProgressDialog2.h | 210 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
|
/external/lzma/CPP/Windows/Control/ |
D | Dialog.cpp | 88 bool IsDialogSizeOK(int xSize, int ySize) in IsDialogSizeOK() argument 100 xSize / 4 * x <= wx && in IsDialogSizeOK() 157 int xSize = RECT_SIZE_X(workRect); in NormalizeSize() local 163 bool needMove = (xSize2 > xSize || ySize2 > ySize); in NormalizeSize() 164 if (xSize2 > xSize || (needMove && fullNormalize)) in NormalizeSize() 168 xSize2 = xSize; in NormalizeSize()
|
D | Dialog.h | 166 bool IsDialogSizeOK(int xSize, int ySize);
|
/external/skqp/tools/ |
D | DDLTileHelper.cpp | 112 int xSize = (x < fNumDivisions-1) ? xTileSize : viewport.width()-xOff; in DDLTileHelper() local 114 SkIRect clip = SkIRect::MakeXYWH(xOff, yOff, xSize, ySize); in DDLTileHelper() 118 SkImageInfo tileII = SkImageInfo::MakeN32Premul(xSize, ySize); in DDLTileHelper()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cSparseTexture2Tests.hpp | 54 GLint xSize; member 58 PageSizeStruct() : xSize(0), ySize(0), zSize(0) in PageSizeStruct() 61 PageSizeStruct(GLint x, GLint y, GLint z) : xSize(x), ySize(y), zSize(z) in PageSizeStruct()
|
/external/skia/tools/ |
D | DDLTileHelper.cpp | 132 int xSize = (x < fNumDivisions-1) ? xTileSize : viewport.width()-xOff; in DDLTileHelper() local 134 SkIRect clip = SkIRect::MakeXYWH(xOff, yOff, xSize, ySize); in DDLTileHelper()
|
/external/lzma/CPP/Windows/ |
D | Window.h | 136 bool ChangeSubWindowSizeX(HWND hwnd, int xSize) in ChangeSubWindowSizeX() argument 144 return BOOLToBool(::MoveWindow(hwnd, p1.x, p1.y, xSize, rect.bottom - rect.top, TRUE)); in ChangeSubWindowSizeX()
|
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/ |
D | vktDescriptorSetsIndexingTestsUtils.cpp | 618 std::vector<tcu::Vec4> createVertices (deUint32 width, deUint32 height, float& xSize, float& ySize) in createVertices() argument 627 xSize = xStep; in createVertices()
|
D | vktDescriptorSetsIndexingTests.hpp | 140 float& xSize,
|
/external/wpa_supplicant_8/hs20/server/ca/ |
D | openssl.cnf | 167 xSize=INTEGER:128
|
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 314 ASN1_INTEGER *xSize; member 387 ASN1_SIMPLE(LogotypeImageInfo, xSize, ASN1_INTEGER), 665 val = ASN1_INTEGER_get(info->xSize); in i2r_LogotypeImageInfo()
|
/external/deqp/modules/egl/ |
D | teglImageFormatTests.cpp | 778 const int xSize = de::clamp(16, 0, reference.getWidth() - xOffset); in invokeGLES2() local 780 tcu::Texture2D src (glu::mapGLTransferFormat(m_format, m_type), xSize, ySize); in invokeGLES2() 793 …tcu::copy(tcu::getSubregion(reference.getLevel(0), xOffset, yOffset, 0, xSize, ySize, 1), src.getL… in invokeGLES2()
|
/external/swiftshader/src/Renderer/ |
D | Surface.hpp | 482 …static void decodeASTC(Buffer &internal, Buffer &external, int xSize, int ySize, int zSize, bool i…
|