Searched refs:width (Results 226 - 250 of 8124) sorted by relevance

1234567891011>>

/external/mesa3d/src/glx/apple/
H A Dapple_xgl_api_viewport.c38 __applegl_glViewport(GLint x, GLint y, GLsizei width, GLsizei height) argument
46 __ogl_framework_api->Viewport(x, y, width, height);
/external/mesa3d/src/mesa/main/
H A Dscissor.c36 _mesa_Scissor( GLint x, GLint y, GLsizei width, GLsizei height ) argument
42 _mesa_debug(ctx, "glScissor %d %d %d %d\n", x, y, width, height);
44 if (width < 0 || height < 0) {
49 _mesa_set_scissor(ctx, x, y, width, height);
57 * \param width width of the scissor box.
68 GLint x, GLint y, GLsizei width, GLsizei height)
72 width == ctx->Scissor.Width &&
79 ctx->Scissor.Width = width;
83 ctx->Driver.Scissor( ctx, x, y, width, heigh
67 _mesa_set_scissor(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height) argument
[all...]
H A Dscissor.h35 _mesa_Scissor( GLint x, GLint y, GLsizei width, GLsizei height );
40 GLint x, GLint y, GLsizei width, GLsizei height);
H A Dtexcompress_cpal.h34 GLsizei width, GLsizei height,
39 unsigned width, unsigned height);
/external/skia/experimental/pixman/
H A Djunk.cpp25 int width,
30 bitmap->setConfig(SkBitmap::kARGB_8888_Config, width, height);
42 a8r8g8b8_to_rgba_np (dst_row, src_row, width);
49 int width, height; local
53 width = pixman_image_get_width (image);
80 width, height, NULL, -1);
84 width, height);
89 width, height,
24 pixbuf_from_argb32(uint32_t *bits, int width, int height, int stride) argument
/external/skia/src/gpu/
H A DGrClipData.cpp21 void GrClipData::getConservativeBounds(int width, int height, argument
28 width,
/external/skia/src/opts/
H A DSkBlitMask_opts_arm_neon.h10 SkColor color, int width,
14 SkColor color, int width, SkPMColor);
/external/skia/tools/skpdiff/
H A DSkDifferentPixelsMetric_cpu.cpp22 if (baseline->width() != test->width() || baseline->height() != test->height() ||
23 baseline->width() <= 0 || baseline->height() <= 0 ||
28 int width = baseline->width(); local
33 result->poiAlphaMask.allocPixels(SkImageInfo::MakeA8(width, height));
45 for (int x = 0; x < width; x++) {
63 result->result = 1.0 - ((double)result->poiCount / (width * height));
/external/chromium_org/third_party/libwebp/enc/
H A Dpicture_rescale.c23 // Grab the 'specs' (writer, *opaque, width, height...) from 'src' and copy them
36 uint8_t* dst, int dst_stride, int width, int height) {
38 memcpy(dst, src, width);
56 int width, int height) {
59 if (width <= 0 || height <= 0) return 0;
60 if ((*left) + width > pic->width) return 0;
74 dst->y, dst->y_stride, dst->width, dst->height);
76 dst->u, dst->uv_stride, HALVE(dst->width), HALVE(dst->height));
78 dst->v, dst->uv_stride, HALVE(dst->width), HALV
35 CopyPlane(const uint8_t* src, int src_stride, uint8_t* dst, int dst_stride, int width, int height) argument
54 AdjustAndCheckRectangle(const WebPPicture* const pic, int* const left, int* const top, int width, int height) argument
99 WebPPictureView(const WebPPicture* src, int left, int top, int width, int height, WebPPicture* dst) argument
132 WebPPictureCrop(WebPPicture* pic, int left, int top, int width, int height) argument
209 WebPPictureRescale(WebPPicture* pic, int width, int height) argument
[all...]
/external/libyuv/files/include/libyuv/
H A Dplanar_functions.h27 int width, int height,
37 int width, int height);
45 int width, int height);
52 int width, int height);
60 int width, int height);
70 int width, int height);
76 int width, int height);
83 int width, int height);
90 int width, int height);
100 int width, in
[all...]
H A Dconvert_argb.h38 int width, int height);
46 int width, int height);
54 int width, int height);
62 int width, int height);
70 int width, int height);
76 int width, int height);
82 int width, int height);
89 int width, int height);
96 int width, int height);
102 int width, in
[all...]
/external/webp/src/enc/
H A Dpicture_rescale.c23 // Grab the 'specs' (writer, *opaque, width, height...) from 'src' and copy them
36 uint8_t* dst, int dst_stride, int width, int height) {
38 memcpy(dst, src, width);
56 int width, int height) {
59 if (width <= 0 || height <= 0) return 0;
60 if ((*left) + width > pic->width) return 0;
74 dst->y, dst->y_stride, dst->width, dst->height);
76 dst->u, dst->uv_stride, HALVE(dst->width), HALVE(dst->height));
78 dst->v, dst->uv_stride, HALVE(dst->width), HALV
35 CopyPlane(const uint8_t* src, int src_stride, uint8_t* dst, int dst_stride, int width, int height) argument
54 AdjustAndCheckRectangle(const WebPPicture* const pic, int* const left, int* const top, int width, int height) argument
99 WebPPictureView(const WebPPicture* src, int left, int top, int width, int height, WebPPicture* dst) argument
132 WebPPictureCrop(WebPPicture* pic, int left, int top, int width, int height) argument
209 WebPPictureRescale(WebPPicture* pic, int width, int height) argument
[all...]
/external/chromium_org/content/renderer/
H A Dsad_plugin.cc19 const int width = plugin_rect.width(); local
31 canvas->drawRectCoords(0, 0, SkIntToScalar(width), SkIntToScalar(height),
35 SkIntToScalar(std::max(0, (width - sad_plugin_bitmap.width()) / 2)),
/external/chromium_org/ppapi/cpp/
H A Dsize.h12 /// This file defines the API to create a size based on width
17 /// A size of an object based on width and height.
21 /// The default constructor. Initializes the width and height to 0.
23 size_.width = 0;
34 set_width(s.width);
38 /// A constructor accepting two int values for width and height and
41 /// @param[in] w An int value representing a width.
75 /// Getter function for returning the value of width.
77 /// @return The value of width for this <code>Size</code>.
78 int width() cons function in class:pp::Size
212 float width() const { function in class:pp::FloatSize
[all...]
/external/chromium_org/third_party/WebKit/Source/core/animation/animatable/
H A DAnimatableLengthSize.h41 static PassRefPtrWillBeRawPtr<AnimatableLengthSize> create(PassRefPtrWillBeRawPtr<AnimatableValue> width, PassRefPtrWillBeRawPtr<AnimatableValue> height) argument
43 return adoptRefWillBeNoop(new AnimatableLengthSize(width, height));
45 const AnimatableValue* width() const { return m_width.get(); } function in class:blink::FINAL
54 AnimatableLengthSize(PassRefPtrWillBeRawPtr<AnimatableValue> width, PassRefPtrWillBeRawPtr<AnimatableValue> height) argument
55 : m_width(width)
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
H A Dconvert_argb.h38 int width, int height);
46 int width, int height);
54 int width, int height);
62 int width, int height);
70 int width, int height);
76 int width, int height);
85 int width, int height);
92 int width, int height);
99 int width, int height);
105 int width, in
[all...]
/external/chromium_org/third_party/libyuv/include/libyuv/
H A Dconvert_argb.h38 int width, int height);
46 int width, int height);
54 int width, int height);
62 int width, int height);
70 int width, int height);
76 int width, int height);
85 int width, int height);
92 int width, int height);
99 int width, int height);
105 int width, in
[all...]
/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor.cpp26 int width, int height, int rowBytes) {
28 return 0 == etc1_encode_image(src, width, height, 2, rowBytes, dst);
75 int GetCompressedDataSize(Format fmt, int width, int height) { argument
112 if(((width % dimX) == 0) && ((height % dimY) == 0)) {
113 const int blocksX = width / dimX;
123 int width, int height, int rowBytes, Format format, bool opt) {
170 return proc(dst, src, width, height, rowBytes);
179 int compressedDataSize = GetCompressedDataSize(format, bitmap.width(), bitmap.height());
188 bitmap.width(), bitmap.height(), bitmap.rowBytes(), format)) {
195 SkBlitter* CreateBlitterForFormat(int width, in argument
25 compress_etc1_565(uint8_t* dst, const uint8_t* src, int width, int height, int rowBytes) argument
122 CompressBufferToFormat(uint8_t* dst, const uint8_t* src, SkColorType srcColorType, int width, int height, int rowBytes, Format format, bool opt) argument
214 DecompressBufferFromFormat(uint8_t* dst, int dstRowBytes, const uint8_t* src, int width, int height, Format format) argument
[all...]
/external/chromium_org/third_party/skia/tests/
H A DFillPathTest.cpp19 virtual void blitH(int x, int y, int width) { argument
34 int width = 200; local
36 clip.set(0, height - expected_lines, width, height);
38 path.quadTo(SkIntToScalar(width/2), SkIntToScalar(height),
39 SkIntToScalar(width), 0.0f);
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dposition_util.js13 * @typedef {{left: number, top: number, width: number, height: number,
73 width: docElement.clientWidth,
109 if (anchorRect.right + popupRect.width > availRect.width &&
110 popupRect.width <= anchorRect.left) {
115 if (popupRect.width > anchorRect.left &&
116 anchorRect.right + popupRect.width <= availRect.width) {
142 if (anchorRect.right + popupRect.width <= availRect.width)
[all...]
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
H A DPreloadTarget.java10 private int width; field in class:PreloadTarget
13 public PreloadTarget(int width, int height) { argument
14 this.width = width;
30 cb.onSizeReady(width, height);
/external/skia/tests/
H A DFillPathTest.cpp19 virtual void blitH(int x, int y, int width) { argument
34 int width = 200; local
36 clip.set(0, height - expected_lines, width, height);
38 path.quadTo(SkIntToScalar(width/2), SkIntToScalar(height),
39 SkIntToScalar(width), 0.0f);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_framebuffer.c54 if (dst->width != src->width ||
85 dst->width = src->width;
111 fb->width = fb->height = 0;
117 * minimum width and height of all bound surfaces.
121 unsigned *width,
129 w = MIN2(w, fb->cbufs[i]->width);
134 w = MIN2(w, fb->zsbuf->width);
139 *width
120 util_framebuffer_min_size(const struct pipe_framebuffer_state *fb, unsigned *width, unsigned *height) argument
[all...]
/external/chromium_org/ui/gfx/image/
H A Dimage_util.cc43 gfx::JPEGCodec::FORMAT_SkBitmap, bitmap.width(),
52 *trailing = std::max(1, image.width()) - 1;
61 if (bitmap.isNull() || bitmap.width() == 0)
68 int inner_min = bitmap.width();
69 for (int x = 0; x < bitmap.width(); ++x) {
76 if (inner_min < bitmap.width())
81 for (int x = bitmap.width() - 1; x > inner_min; --x) {
92 if (inner_min == bitmap.width()) {
93 *leading = bitmap.width()/2;
94 *trailing = bitmap.width()/
[all...]
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DIndentingWriter.java24 * Writer that wraps another writer and passes width-limited and
33 /** {@code > 0;} the maximum output width */
34 private final int width; field in class:IndentingWriter
52 * @param width {@code >= 0;} the maximum output width (not including
56 public IndentingWriter(Writer out, int width, String prefix) { argument
63 if (width < 0) {
64 throw new IllegalArgumentException("width < 0");
71 this.width = (width !
85 IndentingWriter(Writer out, int width) argument
[all...]

Completed in 9884 milliseconds

1234567891011>>