HomeSort by relevance Sort by last modified time
    Searched refs:ySize (Results 1 - 19 of 19) sorted by null

  /external/skia/gm/
samplerstress.cpp 49 static const int ySize = 16;
51 fTexture.allocN32Pixels(xSize, ySize);
54 for (int y = 0; y < ySize; ++y) {
anisotropic.cpp 53 void draw(SkCanvas* canvas, int x, int y, int xSize, int ySize) {
55 SkIntToScalar(xSize), SkIntToScalar(ySize));
bitmaprect.cpp 93 const int ySize = 3;
95 const SkColor textureData[xSize][ySize] = {
101 bitmap->allocN32Pixels(xSize, ySize, true);
105 for (int y = 0; y < ySize; y++) {
  /external/pdfium/core/include/reflow/
reflowengine.h 25 virtual void GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_AffineMatrix* pPageMatrix) = 0;
  /external/pdfium/core/src/reflow/
reflowedpage.cpp 151 void CPDF_ReflowedPage::GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_AffineMatrix* pPageMatrix)
165 y1 = yPos + ySize;
171 y0 = ySize + yPos;
173 y1 = yPos + ySize;
179 y0 = ySize + yPos;
183 y2 = ySize + yPos;
191 y2 = yPos + ySize;
reflowedpage.h 172 void GetDisplayMatrix(CFX_AffineMatrix& matrix, FX_INT32 xPos, FX_INT32 yPos, FX_INT32 xSize, FX_INT32 ySize, FX_INT32 iRotate, const CFX_AffineMatrix* pPageMatrix);
  /frameworks/base/media/jni/
android_media_ImageWriter.cpp 832 uint32_t dataSize, ySize, cSize, cStride;
838 dataSize = ySize = cSize = cStride = 0;
868 ySize = buffer->width * (buffer->height - 1) + buffer->width;
878 dataSize = (idx == 0) ? ySize : cSize;
887 ySize = buffer->stride * buffer->height;
889 cr = buffer->data + ySize;
    [all...]
android_media_ImageReader.cpp 393 uint32_t dataSize, ySize, cSize, cStride;
398 dataSize = ySize = cSize = cStride = 0;
424 ySize = buffer->width * (buffer->height - 1) + buffer->width;
434 dataSize = (idx == 0) ? ySize : cSize;
441 ySize = buffer->stride * buffer->height;
443 cr = buffer->data + ySize;
453 dataSize = (idx == 0) ? ySize : cSize;
    [all...]
  /hardware/ti/omap4xxx/camera/
AppCallbackNotifier.cpp 457 int &ySize,
463 ySize = yStride * height;
465 size = ySize + uvSize * 2;
617 int yStride, uvStride, ySize, uvSize, size;
618 alignYV12(width, height, yStride, uvStride, ySize, uvSize, size);
620 bufferDst_V = (uint16_t *) (((uint8_t*)dst) + ySize);
621 bufferDst_U = (uint16_t *) (((uint8_t*)dst) + ySize + uvSize);
    [all...]
  /external/pdfium/core/include/fpdfapi/
fpdf_page.h 154 int xSize, int ySize, int iRotate) const;
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page.cpp 974 int xSize, int ySize, int iRotate) const
985 y0 = yPos + ySize;
989 y2 = yPos + ySize;
997 y2 = yPos + ySize;
1003 y1 = yPos + ySize;
1009 y0 = yPos + ySize;
1011 y1 = yPos + ySize;
  /hardware/ti/omap4-aah/camera/
AppCallbackNotifier.cpp 469 size_t &ySize,
475 ySize = yStride * height;
477 size = ySize + uvSize * 2;
629 size_t yStride, uvStride, ySize, uvSize, size;
630 alignYV12(width, height, yStride, uvStride, ySize, uvSize, size);
632 bufferDst_V = (uint16_t *) (((uint8_t*)dst) + ySize);
633 bufferDst_U = (uint16_t *) (((uint8_t*)dst) + ySize + uvSize);
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/
CameraFormatsActivity.java 634 int ySize = yStride * h;
636 expectedBytes = ySize + uvSize * 2;
750 int ySize = yStride * h;
753 int uRowIndex = ySize + uvSize;
754 int vRowIndex = ySize;
  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
CellLayout.java     [all...]
  /cts/tests/tests/media/src/android/media/cts/
Vp8CodecTestBase.java     [all...]
  /external/deqp/modules/egl/
teglImageFormatTests.cpp 775 const int ySize = de::clamp(16, 0, reference.getHeight() - yOffset);
776 tcu::Texture2D src (glu::mapGLTransferFormat(m_format, m_type), xSize, ySize);
789 tcu::copy(tcu::getSubregion(reference.getLevel(0), xOffset, yOffset, 0, xSize, ySize, 1), src.getLevel(0));
    [all...]
  /external/wpa_supplicant_8/src/utils/
http_curl.c 304 ASN1_INTEGER *ySize;
377 ASN1_SIMPLE(LogotypeImageInfo, ySize, ASN1_INTEGER),
623 val = ASN1_INTEGER_get(info->ySize);
    [all...]
  /frameworks/av/services/camera/libcameraservice/api1/
Camera2Client.cpp     [all...]

Completed in 602 milliseconds