Searched refs:width (Results 251 - 275 of 2975) sorted by relevance

<<11121314151617181920>>

/external/libvncserver/libvncserver/
H A Dtabletranstemplate.c59 int width, int height)
63 int ipextra = bytesBetweenInputLines / sizeof(IN_T) - width;
68 opLineEnd = op + width;
90 int width, int height)
94 int ipextra = bytesBetweenInputLines / sizeof(IN_T) - width;
101 opLineEnd = &op[width];
55 rfbTranslateWithSingleTableINtoOUT(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
86 rfbTranslateWithRGBTablesINtoOUT(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
H A Dtabletrans24template.c54 int width, int height)
58 int ipextra = bytesBetweenInputLines - width * 3;
65 opLineEnd = op + width*3;
93 int width, int height)
97 int ipextra = bytesBetweenInputLines - width*3;
106 opLineEnd = op+3*width;
145 int width, int height)
149 int ipextra = bytesBetweenInputLines - width*3;
155 opLineEnd = op + width;
178 int width, in
50 rfbTranslateWithSingleTable24to24(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
89 rfbTranslateWithRGBTables24to24(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
141 rfbTranslateWithSingleTable24toOUT(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
174 rfbTranslateWithRGBTables24toOUT(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
211 rfbTranslateWithSingleTableINto24(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
243 rfbTranslateWithRGBTablesINto24(char *table, rfbPixelFormat *in, rfbPixelFormat *out, char *iptr, char *optr, int bytesBetweenInputLines, int width, int height) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_format_etc.c14 util_format_etc1_rgb8_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
16 etc1_unpack_rgba8888(dst_row, dst_stride, src_row, src_stride, width, height);
20 util_format_etc1_rgb8_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
26 util_format_etc1_rgb8_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height) argument
35 for (x = 0; x < width; x+= bw) {
60 util_format_etc1_rgb8_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height) argument
H A Du_clear.h49 pipe->clear_render_target(pipe, ps, color, 0, 0, ps->width, ps->height);
57 0, 0, ps->width, ps->height);
/external/mesa3d/src/glx/apple/
H A Dapple_xgl_api_read.c99 __applegl_glReadPixels(GLint x, GLint y, GLsizei width, GLsizei height, argument
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) argument
118 __ogl_framework_api->CopyPixels(x, y, width, height, type);
125 GLsizei width)
131 __ogl_framework_api->CopyColorTable(target, internalformat, x, y, width);
124 __applegl_glCopyColorTable(GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) argument
/external/mesa3d/src/mesa/drivers/dri/nouveau/
H A Dnouveau_surface.c37 unsigned width, unsigned height)
47 .width = width,
50 .pitch = _mesa_format_row_stride(format, width),
83 dst->width = src->width;
34 nouveau_surface_alloc(struct gl_context *ctx, struct nouveau_surface *s, enum nouveau_surface_layout layout, unsigned flags, unsigned format, unsigned width, unsigned height) argument
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowDisplay.java17 private int width = 480; field in class:ShadowDisplay
38 outMetrics.widthPixels = width;
46 return width;
113 public void setWidth(int width) { argument
114 this.width = width;
H A DShadowPopupWindow.java20 private int width; field in class:ShadowPopupWindow
38 public void __constructor__(View contentView, int width, int height, boolean focusable) { argument
40 this.width = width;
57 public void setWidth(int width) { argument
58 this.width = width;
63 return width;
/external/skia/src/core/
H A DSkSpriteBlitterTemplate.h18 virtual void blitRect(int x, int y, int width, int height) { argument
19 SkASSERT(width > 0 && height > 0);
28 SkDEBUGCODE((void)fDevice->SkSPRITE_DST_GETADDR(x + width - 1, y + height - 1);)
29 SkDEBUGCODE((void)fSource->SkSPRITE_SRC_GETADDR(srcX + width - 1, srcY + height - 1);)
41 SkSPRITE_ROW_PROC(d, s, width, x, y);
43 int w = width;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
H A DBooleanObjectPropertyEditor.java48 public void paint(Property property, GC gc, int x, int y, int width, int height) throws Exception { argument
54 paint(gc, x, y, width, height, text, image);
59 paint(gc, x, y, width, height, text, image);
63 private void paint(GC gc, int x, int y, int width, int height, String text, Image image) { argument
67 // prepare new position/width
68 int imageWidth = image.getBounds().width + 2;
70 width -= imageWidth;
74 DrawUtils.drawStringCV(gc, text, x, y, width, height);
87 if (location == null || location.x < m_trueImage.getBounds().width + 2) {
H A DBooleanPropertyEditor.java48 public void paint(Property property, GC gc, int x, int y, int width, int height) throws Exception { argument
54 paint(gc, x, y, width, height, image, text);
56 paint(gc, x, y, width, height, m_unknownImage, "unknown");
63 private void paint(GC gc, int x, int y, int width, int height, Image image, String text) { argument
67 // prepare new position/width
68 int imageWidth = image.getBounds().width + 2;
70 width -= imageWidth;
73 DrawUtils.drawStringCV(gc, text, x, y, width, height);
85 if (location == null || location.x < m_trueImage.getBounds().width + 2) {
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
H A DBitmapPoolAdapter.java26 public Bitmap get(int width, int height, Bitmap.Config config) { argument
31 public Bitmap getDirty(int width, int height, Bitmap.Config config) { argument
/external/glide/library/src/main/java/com/bumptech/glide/load/model/
H A DFileLoader.java24 public DataFetcher<T> getResourceFetcher(File model, int width, int height) { argument
25 return uriLoader.getResourceFetcher(Uri.fromFile(model), width, height);
H A DUrlLoader.java22 public DataFetcher<T> getResourceFetcher(URL model, int width, int height) { argument
23 return glideUrlLoader.getResourceFetcher(new GlideUrl(model), width, height);
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/gif/
H A DGifBitmapProvider.java17 public Bitmap obtain(int width, int height, Bitmap.Config config) { argument
18 return bitmapPool.getDirty(width, height, config);
/external/llvm/test/MC/ARM/
H A Dinst-arm-suffixes.s12 @ CHECK-ERROR: width suffixes are invalid in ARM mode
14 @ CHECK-ERROR: width suffixes are invalid in ARM mode
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Dnative_modeset.h41 int width, height; member in struct:native_mode
72 uint width, uint height);
/external/mesa3d/src/mesa/main/
H A Dviewport.h35 _mesa_Viewport(GLint x, GLint y, GLsizei width, GLsizei height);
40 GLsizei width, GLsizei height);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_readpixels.c45 GLsizei width, GLsizei height,
54 _mesa_readpixels(ctx, x, y, width, height, format, type, pack, dest);
44 st_readpixels(struct gl_context *ctx, GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, const struct gl_pixelstore_attrib *pack, GLvoid *dest) argument
/external/replicaisland/src/com/replica/replicaisland/
H A DScrollableBitmap.java27 public ScrollableBitmap(Texture texture, int width, int height) { argument
28 super(texture, width, height);
/external/skia/experimental/ChromeUtils/
H A DSkBorder.cpp10 SkBorder::SkBorder(SkPaint& p, SkScalar width, BorderStyle style) argument
15 fWidths[i] = width;
/external/skia/gm/
H A Danisotropic.cpp78 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());
H A Dbeziers.cpp24 SkScalar width = rand.nextRangeScalar(1, 5); local
25 width *= width;
26 paint->setStrokeWidth(width);
38 SkScalar width = rand.nextRangeScalar(1, 5); local
39 width *= width;
40 paint->setStrokeWidth(width);
/external/skia/samplecode/
H A DSampleCircle.cpp47 void circle(SkCanvas* canvas, int width, bool aa) { argument
51 if (width < 0) {
55 paint.setStrokeWidth(SkIntToScalar(width));
64 for (int width = -1; width <= 1; width++) {
66 circle(canvas, width, false);
68 circle(canvas, width, true);
H A DSampleTextBox.cpp98 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);

Completed in 512 milliseconds

<<11121314151617181920>>