HomeSort by relevance Sort by last modified time
    Searched refs:xSize (Results 1 - 25 of 31) sorted by null

1 2

  /external/skia/gm/
samplerstress.cpp 46 constexpr int xSize = 16;
49 fTexture.allocN32Pixels(xSize, ySize);
53 for (int x = 0; x < xSize; ++x) {
54 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorBLACK);
57 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorRED);
60 addr[y*xSize+x] = SkPreMultiplyColor(SK_ColorGREEN);
bitmaprect.cpp 94 const int xSize = 3;
97 const SkColor textureData[xSize][ySize] = {
103 bitmap->allocN32Pixels(xSize, ySize, true);
108 for (int x = 0; x < xSize; x++) {
anisotropic.cpp 54 void draw(SkCanvas* canvas, int x, int y, int xSize, int ySize) {
56 SkIntToScalar(xSize), SkIntToScalar(ySize));
  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
UT_reflection3264.java 37 private final int xSize = 17, ySize = 23; // arbitrary values
62 typeBuilder.setX(xSize).setY(ySize);
64 byte[] inputArray = new byte[xSize * ySize * 4];
84 s.set_expect_dAlloc_GetDimX(xSize);
85 s.set_expect_sAlloc_GetDimX(xSize);
99 byte[] outputArray = new byte[xSize * ySize * 4];
102 for (int i = 0; i < xSize; ++i)
104 int idx = j * xSize + i;
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_reflection3264.java 39 private final int xSize = 17, ySize = 23; // arbitrary values
64 typeBuilder.setX(xSize).setY(ySize);
66 byte[] inputArray = new byte[xSize * ySize * 4];
86 s.set_expect_dAlloc_GetDimX(xSize);
87 s.set_expect_sAlloc_GetDimX(xSize);
101 byte[] outputArray = new byte[xSize * ySize * 4];
104 for (int i = 0; i < xSize; ++i)
106 int idx = j * xSize + i;
  /external/lzma/CPP/7zip/UI/FileManager/
ComboDialog.h 16 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
ComboDialog.cpp 42 bool CComboDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize)
50 int x = xSize - mx - bx1;
56 ChangeSubWindowSizeX(_comboBox, xSize - mx * 2);
ProgressDialog2.cpp 432 bool CProgressDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize)
449 int xSizeClient = xSize - mx * 2;
461 ChangeSubWindowSizeX(GetItem(IDT_PROGRESS_STATUS), xSize - mx * 2);
462 ChangeSubWindowSizeX(GetItem(IDT_PROGRESS_FILE_NAME), xSize - mx * 2);
463 ChangeSubWindowSizeX(GetItem(IDC_PROGRESS1), xSize - mx * 2);
487 int xx = xSize - mx * 2;
499 int xPos = xSize - mx;
ProgressDialog2.h 210 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
BrowseDialog.cpp 106 virtual bool OnSize(WPARAM wParam, int xSize, int ySize);
310 bool CBrowseDialog::OnSize(WPARAM /* wParam */, int xSize, int ySize)
321 int xLim = xSize - mx;
  /external/pdfium/core/fpdfapi/page/
cpdf_page.cpp 125 int xSize,
144 x2 = xPos + xSize;
150 x1 = xPos + xSize;
156 x0 = xPos + xSize;
158 x1 = xPos + xSize;
164 x0 = xPos + xSize;
168 x2 = xPos + xSize;
cpdf_page.h 50 int xSize,
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
ConstrainedConjGrad.h 115 Index xSize = x.size();
116 TmpVec p(xSize), q(xSize), q2(xSize),
117 r(xSize), old_z(xSize), z(xSize),
118 memox(xSize);
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/media/
MediaRecorderFacade.java 97 int xSize;
101 xSize = 160;
105 xSize = 320;
109 xSize = 352;
113 xSize = 640;
117 xSize = 800;
121 xSize = 320;
131 mMediaRecorder.setVideoSize(xSize, ySize);
136 mMediaRecorder.setVideoSize(xSize, ySize);
142 mMediaRecorder.setVideoSize(xSize, ySize)
    [all...]
  /external/lzma/CPP/Windows/Control/
Dialog.cpp 87 bool IsDialogSizeOK(int xSize, int ySize)
99 xSize / 4 * x <= wx &&
156 int xSize = RECT_SIZE_X(workRect);
162 bool needMove = (xSize2 > xSize || ySize2 > ySize);
163 if (xSize2 > xSize || (needMove && fullNormalize))
167 xSize2 = xSize;
Dialog.h 94 virtual bool OnSize(WPARAM /* wParam */, int /* xSize */, int /* ySize */) { return false; }
163 bool IsDialogSizeOK(int xSize, int ySize);
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_page.cpp 192 int xSize,
203 CFX_Rect(xPos, yPos, xSize, ySize), iRotate);
210 return m_pPDFPage->GetDisplayMatrix(xPos, yPos, xSize, ySize, iRotate);
cpdfxfa_page.h 65 int xSize,
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
SPVerifier.java 112 int xSize = -1;
126 xSize = (int) castObject(imageInfo.next(), Asn1Integer.class).getValue();
144 mXsize = complement(xSize);
182 ", xSize=" + mXsize +
  /external/lzma/CPP/Windows/
Window.h 136 bool ChangeSubWindowSizeX(HWND hwnd, int xSize)
144 return BOOLToBool(::MoveWindow(hwnd, p1.x, p1.y, xSize, rect.bottom - rect.top, TRUE));
  /frameworks/base/core/java/com/android/internal/policy/
BackdropFrameRenderer.java 267 * @param xSize The width size of the content. This should not be 0.
271 public boolean onContentDrawn(int xOffset, int yOffset, int xSize, int ySize) {
275 mLastContentWidth = xSize;
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java     [all...]
  /libcore/ojluni/src/main/java/sun/misc/
FDBigInteger.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /external/swiftshader/src/Renderer/
Surface.hpp 452 static void decodeASTC(Buffer &internal, const Buffer &external, int xSize, int ySize, int zSize, bool isSRGB);

Completed in 910 milliseconds

1 2