HomeSort by relevance Sort by last modified time
    Searched refs:height (Results 1026 - 1050 of 9458) sorted by null

<<41424344454647484950>>

  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
testlib.h 43 * width, height: IN Surface size that the port must display
55 unsigned int height,
  /external/mesa3d/src/glx/apple/
apple_glx.h 50 void apple_glapi_oglfw_viewport_scissor(GLint x, GLint y, GLsizei width, GLsizei height);
apple_xgl_api_read.c 99 __applegl_glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height,
106 __ogl_framework_api->ReadPixels(x, y, width, height, format, type, pixels);
112 __applegl_glCopyPixels(GLint x, GLint y, GLsizei width, GLsizei height, GLenum type)
118 __ogl_framework_api->CopyPixels(x, y, width, height, type);
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_blit.h 53 unsigned height,
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_blit.h 53 unsigned height,
  /external/mesa3d/src/mesa/main/
pbo.h 36 GLsizei width, GLsizei height, GLsizei depth,
49 GLsizei width, GLsizei height, GLsizei depth,
66 GLsizei width, GLsizei height, GLsizei depth,
77 GLsizei width, GLsizei height, GLsizei depth,
teximage.h 55 texImage->Height == 0 ||
84 GLsizei width, GLsizei height, GLsizei depth,
132 GLint width, GLint height, GLint depth, GLint border);
142 _mesa_get_tex_max_num_levels(GLenum target, GLsizei width, GLsizei height,
150 _mesa_get_tex_max_num_levels(GLenum target, GLsizei width, GLsizei height,
185 GLsizei width, GLsizei height, GLint border,
191 GLsizei width, GLsizei height, GLsizei depth, GLint border,
197 GLsizei width, GLsizei height, GLsizei depth,
214 GLsizei width, GLsizei height,
222 GLsizei width, GLsizei height, GLsizei depth
    [all...]
  /external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
vda.h 91 * The frame height.
96 int height; member in struct:vda_context
  /external/opencv3/modules/cudacodec/src/
ffmpeg_video_source.cpp 106 int height; local
108 stream_ = create_InputMediaStream_FFMPEG_p(fname.c_str(), &codec, &chroma_format, &width, &height);
115 format_.height = height;
  /external/opencv3/modules/java/src/
objdetect+HOGDescriptor.java 51 nativeObj = HOGDescriptor_1(_winSize.width, _winSize.height, _blockSize.width, _blockSize.height, _blockStride.width, _blockStride.height, _cellSize.width, _cellSize.height, _nbins, _derivAperture, _winSigma, _histogramNormType, _L2HysThreshold, _gammaCorrection, _nlevels, _signedGradient);
60 nativeObj = HOGDescriptor_2(_winSize.width, _winSize.height, _blockSize.width, _blockSize.height, _blockStride.width, _blockStride.height, _cellSize.width, _cellSize.height, _nbins);
191 compute_0(nativeObj, img.nativeObj, descriptors_mat.nativeObj, winStride.width, winStride.height, padding.width, padding.height, locations_mat.nativeObj)
    [all...]
  /external/opencv3/modules/videostab/include/opencv2/videostab/
frame_source.hpp 81 int height();
  /external/opencv3/samples/cpp/tutorial_code/objectDetection/
objectDetection.cpp 67 Point center( faces[i].x + faces[i].width/2, faces[i].y + faces[i].height/2 );
68 ellipse( frame, center, Size( faces[i].width/2, faces[i].height/2 ), 0, 0, 360, Scalar( 255, 0, 255 ), 4, 8, 0 );
78 Point eye_center( faces[i].x + eyes[j].x + eyes[j].width/2, faces[i].y + eyes[j].y + eyes[j].height/2 );
79 int radius = cvRound( (eyes[j].width + eyes[j].height)*0.25 );
objectDetection2.cpp 84 Point center( faces[i].x + faces[i].width/2, faces[i].y + faces[i].height/2 );
85 ellipse( frame, center, Size( faces[i].width/2, faces[i].height/2 ), 0, 0, 360, Scalar( 255, 0, 0 ), 2, 8, 0 );
89 Point eye_center( faces[i].x + eyes[j].x + eyes[j].width/2, faces[i].y + eyes[j].y + eyes[j].height/2 );
90 int radius = cvRound( (eyes[j].width + eyes[j].height)*0.25 );
  /external/pdfium/core/include/fxge/
fx_ge_apple.h 17 FX_BOOL Create(int32_t width, int32_t height, FXDIB_Format format);
  /external/pdfium/xfa/src/fwl/src/basewidget/
fwl_scrollbarimp.cpp 266 if (param.m_rtPart.height > 0 && param.m_rtPart.width > 0) {
302 m_fButtonLen = IsVertical() ? m_rtClient.width : m_rtClient.height;
303 FX_FLOAT fLength = IsVertical() ? m_rtClient.height : m_rtClient.width;
326 rect.height = IsVertical() ? m_fButtonLen : m_rtClient.height;
346 rect.height = IsVertical() ? m_fButtonLen : m_rtClient.height;
364 rect.Set(m_rtMaxBtn.right(), m_rtClient.top, 0, m_rtClient.height);
369 FX_FLOAT fLength = IsVertical() ? rtClient.height : rtClient.width;
373 fLength = fLength - m_rtMinBtn.height - m_rtMaxBtn.height;
    [all...]
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417Writer.h 23 void rotateArray(CFX_ByteArray& bitarray, int32_t width, int32_t height);
  /external/pdfium/xfa/src/fxbarcode/qrcode/
BC_QRCoderDecoder.h 25 int32_t height,
  /external/piex/src/
piex.h 76 // Returns true if the full width and height and the mosaic pattern dimension of
79 std::uint32_t* height,
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLayoutParams.java 14 realLayoutParams.height = h;
  /external/skia/bench/
BlurRoundRectBench.cpp 26 BlurRoundRectBench(int width, int height, int cornerRadius)
28 fName.appendf("_WH[%ix%i]_cr[%i]", width, height, cornerRadius);
29 SkRect r = SkRect::MakeWH(SkIntToScalar(width), SkIntToScalar(height));
39 SkScalarCeilToInt(fRRect.rect().height()));
  /external/skia/gm/
spritebitmap.cpp 33 SkIntToScalar(bm.height()));
78 dy += bm.height() + 20;
80 dy += bm.height() + 20;
82 dy += bm.height() + 20;
  /external/skia/include/gpu/
GrSurface.h 29 * Retrieves the height of the surface.
31 int height() const { return fDesc.fHeight; } function in class:GrSurface
34 * Helper that gets the width and height of the surface as a bounding rectangle.
37 SkIntToScalar(this->height())); }
74 * @param height height of rectangle to read in pixels.
84 bool readPixels(int left, int top, int width, int height,
96 * @param height height of rectangle to write in pixels.
106 bool writePixels(int left, int top, int width, int height,
    [all...]
  /external/skia/src/svg/parser/
SkSVGUse.cpp 14 SVG_ATTRIBUTE(height),
  /external/skia/src/views/animated/
SkProgressBarView.cpp 56 SkScalar height; local
58 if (evt.findScalar("y", &height))
59 this->setHeight(height);
81 evt.setScalar("dimY", this->height());
  /external/skia/tests/
BlitMaskClip.cpp 38 const int height = 2; local
40 uint8_t* bits = new uint8_t[rowBytes * height];
41 memset(bits, 0xAA, rowBytes * height);
43 SkIRect b = {originX, originY, originX + width, originY + height};

Completed in 1444 milliseconds

<<41424344454647484950>>