Home
last modified time | relevance | path

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

12

/external/skia/gm/
Dsamplerstress.cpp58 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()
Dbitmaprect.cpp102 const int xSize = 3; in make_3x3_bitmap() local
105 const SkColor textureData[xSize][ySize] = { in make_3x3_bitmap()
111 bitmap->allocN32Pixels(xSize, ySize, true); in make_3x3_bitmap()
116 for (int x = 0; x < xSize; x++) { in make_3x3_bitmap()
Danisotropic.cpp65 void draw(SkCanvas* canvas, int x, int y, int xSize, int ySize) { in draw() argument
67 SkIntToScalar(xSize), SkIntToScalar(ySize)); in draw()
/external/skqp/gm/
Dsamplerstress.cpp46 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()
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/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
DMediaRecorderFacade.java97 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/
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.cpp435 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()
DBrowseDialog.cpp106 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()
DProgressDialog2.h210 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
/external/lzma/CPP/Windows/Control/
DDialog.cpp88 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()
DDialog.h166 bool IsDialogSizeOK(int xSize, int ySize);
/external/skqp/tools/
DDDLTileHelper.cpp112 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/
Dgl4cSparseTexture2Tests.hpp54 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/lzma/CPP/Windows/
DWindow.h136 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/skia/tools/
DDDLTileHelper.cpp244 int xSize = (x < fNumXDivisions-1) ? xTileSize : viewport.width()-xOff; in DDLTileHelper() local
246 SkIRect clip = SkIRect::MakeXYWH(xOff, yOff, xSize, ySize); in DDLTileHelper()
/external/deqp/external/vulkancts/modules/vulkan/compute/
DvktComputeZeroInitializeWorkgroupMemoryTests.cpp1152 RepeatedPipelineInstance(Context& context, deUint32 xSize, deUint32 repeat, deUint32 odd) in RepeatedPipelineInstance() argument
1154 m_xSize(xSize), in RepeatedPipelineInstance()
1172 deUint32 xSize, deUint32 repeat, deUint32 odd) in RepeatedPipelineTest() argument
1174 m_xSize(xSize), in RepeatedPipelineTest()
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTestsUtils.cpp620 std::vector<tcu::Vec4> createVertices (deUint32 width, deUint32 height, float& xSize, float& ySize) in createVertices() argument
629 xSize = xStep; in createVertices()
DvktDescriptorSetsIndexingTests.hpp141 float& xSize,
/external/wpa_supplicant_8/hs20/server/ca/
Dopenssl.cnf167 xSize=INTEGER:128
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c314 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/
DteglImageFormatTests.cpp787 const int xSize = de::clamp(16, 0, reference.getWidth() - xOffset); in invokeGLES2() local
789 tcu::Texture2D src (glu::mapGLTransferFormat(m_format, m_type), xSize, ySize); in invokeGLES2()
802 …tcu::copy(tcu::getSubregion(reference.getLevel(0), xOffset, yOffset, 0, xSize, ySize, 1), src.getL… in invokeGLES2()

12