HomeSort by relevance Sort by last modified time
    Searched refs:width (Results 651 - 675 of 10732) sorted by null

<<21222324252627282930>>

  /external/mesa3d/src/gallium/state_trackers/egl/common/
native_modeset.h 41 int width, height; member in struct:native_mode
72 uint width, uint height);
  /external/mesa3d/src/mesa/main/
viewport.h 35 _mesa_Viewport(GLint x, GLint y, GLsizei width, GLsizei height);
40 GLsizei width, GLsizei height);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_readpixels.c 45 GLsizei width, GLsizei height,
54 _mesa_readpixels(ctx, x, y, width, height, format, type, pack, dest);
  /external/opencv3/3rdparty/libwebp/enc/
alpha.c 51 static int EncodeLossless(const uint8_t* const data, int width, int height,
61 picture.width = width;
73 for (i = 0; i < picture.width; ++i) {
76 src += width;
88 ok = VP8LBitWriterInit(&tmp_bw, (width * height) >> 3);
102 static int EncodeAlphaInternal(const uint8_t* const data, int width, int height,
113 const size_t data_size = width * height;
115 assert((uint64_t)data_size == (uint64_t)width * height); // as per spec
133 filter_func(data, width, height, width, tmp_alpha)
185 const int width = pic->width; local
    [all...]
  /external/opencv3/modules/cudalegacy/test/
TestDrawRects.h 56 Ncv32u width, Ncv32u height, Ncv32u numRects, T color);
70 Ncv32u width; member in class:TestDrawRects
TestRectStdDev.h 55 Ncv32u width, Ncv32u height, NcvRect32u rect, Ncv32f scaleFactor,
68 Ncv32u width; member in class:TestRectStdDev
TestResize.h 55 Ncv32u width, Ncv32u height, Ncv32u scaleFactor, NcvBool bTextureCache);
67 Ncv32u width; member in class:TestResize
  /external/opencv3/modules/imgcodecs/src/
rgbe.hpp 74 int RGBE_WriteHeader(FILE *fp, int width, int height, rgbe_header_info *info);
75 int RGBE_ReadHeader(FILE *fp, int *width, int *height, rgbe_header_info *info);
  /external/opencv3/modules/objdetect/src/
HaarStructs.h 31 int width[3]; member in struct:Fe
42 int width; member in struct:hr
  /external/opencv3/samples/wp8/OcvImageManipulation/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DBase.h 15 virtual void UpdateForRenderResolutionChange(float width, float height);
16 virtual void UpdateForWindowSizeChange(float width, float height);
  /external/opencv3/samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/
Direct3DBase.h 15 virtual void UpdateForRenderResolutionChange(float width, float height);
16 virtual void UpdateForWindowSizeChange(float width, float height);
  /external/pdfium/xfa/src/fxbarcode/
BC_Writer.h 22 virtual FX_BOOL SetWidth(int32_t width);
27 CFX_DIBitmap* CreateDIBitmap(int32_t width, int32_t height);
  /external/replicaisland/src/com/replica/replicaisland/
ScrollableBitmap.java 27 public ScrollableBitmap(Texture texture, int width, int height) {
28 super(texture, width, height);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowPopupWindow.java 20 private int width; field in class:ShadowPopupWindow
38 public void __constructor__(View contentView, int width, int height, boolean focusable) {
40 this.width = width;
57 public void setWidth(int width) {
58 this.width = width;
63 return width;
  /external/skia/experimental/ChromeUtils/
SkBorder.cpp 10 SkBorder::SkBorder(SkPaint& p, SkScalar width, BorderStyle style)
15 fWidths[i] = width;
  /external/skia/gm/
anisotropic.cpp 78 this->draw(canvas, kSpacer, yOff, fBM.width(), height);
83 int width = SkScalarFloorToInt(fBM.width() * gScales[i]); variable
87 xOff = fBM.width() + 2*kSpacer;
91 xOff = fBM.width() + 2*kSpacer + fBM.width() - width;
95 this->draw(canvas, xOff, yOff, width, fBM.height());
beziers.cpp 25 SkScalar width = rand.nextRangeScalar(1, 5); local
26 width *= width;
27 paint->setStrokeWidth(width);
39 SkScalar width = rand.nextRangeScalar(1, 5); local
40 width *= width;
41 paint->setStrokeWidth(width);
  /external/skia/samplecode/
SampleCircle.cpp 48 void circle(SkCanvas* canvas, int width, bool aa) {
52 if (width < 0) {
56 paint.setStrokeWidth(SkIntToScalar(width));
65 for (int width = -1; width <= 1; width++) {
67 circle(canvas, width, false);
69 circle(canvas, width, true);
SampleTextBox.cpp 98 SkScalar width = this->width() / 3; local
99 drawTest(canvas, width, this->height(), SK_ColorBLACK, SK_ColorWHITE);
100 canvas->translate(width, 0);
101 drawTest(canvas, width, this->height(), SK_ColorWHITE, SK_ColorBLACK);
102 canvas->translate(width, 0);
103 drawTest(canvas, width, this->height()/2, SK_ColorGRAY, SK_ColorWHITE);
105 drawTest(canvas, width, this->height()/2, SK_ColorGRAY, SK_ColorBLACK);
  /external/skia/src/core/
SkValidationUtils.h 29 return rect.width() >= 0 && rect.height() >= 0;
37 SkScalarIsFinite(rect.width()) &&
  /external/skia/src/images/
SkImageDecoder_libbmp.cpp 74 virtual uint8* SetSize(int width, int height) {
75 fWidth = width;
81 fRGB.setCount(width * height * 3); // 3 == r, g, b
85 int width() const { return fWidth; } function in class:SkBmpDecoderCallback
117 const int max_pixels = 16383*16383; // max width*height
128 int width = callback.width(); local
137 SkScaledBitmapSampler sampler(width, height, getSampleSize());
156 const int srcRowBytes = width * 3;
  /external/skia/src/svg/parser/
SkSVGRect.cpp 15 SVG_ATTRIBUTE(width),
32 SVG_ADD_ATTRIBUTE(width);
  /external/v8/src/arm64/
instructions-arm64.cc 67 unsigned int width) {
68 DCHECK(width <= 64);
70 return ((value & ((1UL << rotate) - 1UL)) << (width - rotate)) |
77 unsigned width) {
78 DCHECK((width == 2) || (width == 4) || (width == 8) || (width == 16) ||
79 (width == 32));
81 uint64_t result = value & ((1UL << width) - 1UL)
    [all...]
  /external/webp/src/enc/
alpha.c 49 static int EncodeLossless(const uint8_t* const data, int width, int height,
58 picture.width = width;
65 WebPDispatchAlphaToGreen(data, width, picture.width, picture.height,
102 static int EncodeAlphaInternal(const uint8_t* const data, int width, int height,
111 const size_t data_size = width * height;
116 assert((uint64_t)data_size == (uint64_t)width * height); // as per spec
125 filter_func(data, width, height, width, tmp_alpha)
287 const int width = pic->width; local
    [all...]
  /external/webrtc/talk/app/webrtc/java/jni/
surfacetexturehelper_jni.cc 61 SurfaceTextureHelper::CreateTextureFrame(int width, int height,
64 width, height, native_handle, *j_surface_texture_helper_,

Completed in 1144 milliseconds

<<21222324252627282930>>