HomeSort by relevance Sort by last modified time
    Searched full:yoffset (Results 1 - 25 of 736) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
Lines2Activity.java 75 private void drawLines(Canvas canvas, Paint p, float xOffset, float yOffset) {
76 canvas.drawLine(10 + xOffset, yOffset, 10 + xOffset, 40 + yOffset, p);
77 canvas.drawLine(30 + xOffset, yOffset, 40 + xOffset, 40 + yOffset, p);
78 canvas.drawLine(40 + xOffset, yOffset, 75 + xOffset, 35 + yOffset, p);
79 canvas.drawLine(50 + xOffset, 5+ yOffset, 100 + xOffset, 15 + yOffset, p);
80 canvas.drawLine(60 + xOffset, yOffset, 110 + xOffset, 2 + yOffset, p)
    [all...]
ColoredRectsActivity.java 76 float yOffset = 10;
80 canvas.translate(mOffset, yOffset);
83 canvas.translate(0, -yOffset);
85 canvas.translate(60, yOffset/2);
91 yOffset += 100;
95 canvas.translate(mOffset + 10, yOffset);
100 canvas.translate(mOffset + 70, yOffset);
105 canvas.translate(mOffset + 140, yOffset);
111 canvas.translate(mOffset + 210, yOffset);
117 canvas.translate(mOffset + 280, yOffset);
    [all...]
PointsActivity.java 93 private void drawPoints(Canvas canvas, Paint p, float xOffset, float yOffset) {
102 float yOffset = 0;
108 canvas.drawPoint(100 + xOffset, 100 + yOffset, p);
112 canvas.drawPoint(100 + xOffset, 100 + yOffset, p);
116 canvas.drawPoint(100 + xOffset, 100 + yOffset, p);
120 canvas.drawPoint(100 + xOffset, 100 + yOffset, p);
123 yOffset += 30;
  /external/jmonkeyengine/engine/src/core-data/Interface/Fonts/
Default.fnt 5 char id=32 x=30 y=110 width=5 height=3 xoffset=0 yoffset=16 xadvance=4 page=0 chnl=0
6 char id=33 x=110 y=60 width=5 height=16 xoffset=0 yoffset=3 xadvance=4 page=0 chnl=0
7 char id=34 x=185 y=95 width=6 height=8 xoffset=0 yoffset=2 xadvance=5 page=0 chnl=0
8 char id=35 x=116 y=60 width=11 height=16 xoffset=0 yoffset=3 xadvance=10 page=0 chnl=0
9 char id=36 x=242 y=0 width=10 height=19 xoffset=0 yoffset=2 xadvance=9 page=0 chnl=0
10 char id=37 x=189 y=22 width=14 height=17 xoffset=0 yoffset=3 xadvance=13 page=0 chnl=0
11 char id=38 x=204 y=22 width=11 height=17 xoffset=0 yoffset=3 xadvance=10 page=0 chnl=0
12 char id=39 x=181 y=95 width=3 height=9 xoffset=0 yoffset=2 xadvance=2 page=0 chnl=0
13 char id=40 x=0 y=22 width=5 height=19 xoffset=0 yoffset=3 xadvance=4 page=0 chnl=0
14 char id=41 x=6 y=22 width=5 height=19 xoffset=0 yoffset=3 xadvance=4 page=0 chnl=0
    [all...]
Console.fnt 5 char id=32 x=61 y=18 width=1 height=0 xoffset=0 yoffset=11 xadvance=7 page=0 chnl=15
6 char id=33 x=147 y=8 width=1 height=7 xoffset=3 yoffset=2 xadvance=7 page=0 chnl=15
7 char id=34 x=26 y=19 width=4 height=3 xoffset=1 yoffset=1 xadvance=7 page=0 chnl=15
8 char id=35 x=214 y=0 width=6 height=7 xoffset=0 yoffset=2 xadvance=7 page=0 chnl=15
9 char id=36 x=59 y=0 width=5 height=9 xoffset=1 yoffset=1 xadvance=7 page=0 chnl=15
10 char id=37 x=142 y=0 width=7 height=7 xoffset=0 yoffset=2 xadvance=7 page=0 chnl=15
11 char id=38 x=150 y=0 width=7 height=7 xoffset=0 yoffset=2 xadvance=7 page=0 chnl=15
12 char id=39 x=31 y=19 width=1 height=3 xoffset=3 yoffset=1 xadvance=7 page=0 chnl=15
13 char id=40 x=26 y=0 width=4 height=10 xoffset=2 yoffset=1 xadvance=7 page=0 chnl=15
14 char id=41 x=16 y=0 width=4 height=10 xoffset=1 yoffset=1 xadvance=7 page=0 chnl=15
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/
variance_arm.c 24 int yoffset,
35 VFilter = vp8_bilinear_filters[yoffset];
52 int yoffset,
63 if (xoffset == 4 && yoffset == 0)
68 else if (xoffset == 0 && yoffset == 4)
73 else if (xoffset == 4 && yoffset == 4)
81 VFilter = vp8_bilinear_filters[yoffset];
105 int yoffset,
116 int yoffset,
122 if (xoffset == 4 && yoffset == 0
    [all...]
bilinearfilter_arm.c 44 int yoffset,
53 VFilter = vp8_bilinear_filters[yoffset];
63 int yoffset,
72 VFilter = vp8_bilinear_filters[yoffset];
82 int yoffset,
91 VFilter = vp8_bilinear_filters[yoffset];
101 int yoffset,
110 VFilter = vp8_bilinear_filters[yoffset];
filter_arm.c 95 int yoffset,
106 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
109 if (xoffset && !yoffset)
117 else if (!xoffset && yoffset)
124 if (yoffset & 0x1)
143 int yoffset,
153 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
155 if (xoffset && !yoffset)
160 else if (!xoffset && yoffset)
166 if (yoffset & 0x1
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
vp8_asm_stubs.c 125 int yoffset,
134 VFilter = vp8_six_tap_mmx[yoffset];
145 int yoffset,
163 VFilter = vp8_six_tap_mmx[yoffset];
177 int yoffset,
191 VFilter = vp8_six_tap_mmx[yoffset];
203 int yoffset,
217 VFilter = vp8_six_tap_mmx[yoffset];
230 int yoffset,
235 vp8_bilinear_predict8x8_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pitch)
    [all...]
variance_ssse3.c 63 int yoffset,
73 int yoffset,
85 if (xoffset == 4 && yoffset == 0)
92 else if (xoffset == 0 && yoffset == 4)
99 else if (xoffset == 4 && yoffset == 4)
111 xoffset, yoffset,
124 int yoffset,
134 if (xoffset == 4 && yoffset == 0)
141 else if (xoffset == 0 && yoffset == 4)
148 else if (xoffset == 4 && yoffset == 4
    [all...]
variance_sse2.c 74 int yoffset,
253 int yoffset,
264 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
277 int yoffset,
286 if (xoffset == 4 && yoffset == 0)
293 else if (xoffset == 0 && yoffset == 4)
300 else if (xoffset == 4 && yoffset == 4)
312 xoffset, yoffset,
325 int yoffset,
338 if (xoffset == 4 && yoffset == 0
    [all...]
variance_mmx.c 207 int yoffset,
218 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
231 int yoffset,
243 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
255 int yoffset,
269 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
277 vp8_bilinear_filters_x86_4[xoffset], vp8_bilinear_filters_x86_4[yoffset],
294 int yoffset,
300 vp8_sub_pixel_variance16x16_mmx(src_ptr, src_pixels_per_line, xoffset, yoffset, dst_ptr, dst_pixels_per_line, sse);
309 int yoffset,
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image11.h 41 virtual bool updateSurface(TextureStorageInterface2D *storage, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height);
42 virtual bool updateSurface(TextureStorageInterfaceCube *storage, int face, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height);
49 virtual void loadData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height,
51 virtual void loadCompressedData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height,
54 virtual void copy(GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source);
Image9.h 50 virtual bool updateSurface(TextureStorageInterface2D *storage, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height);
51 virtual bool updateSurface(TextureStorageInterfaceCube *storage, int face, int level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height);
53 virtual void loadData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height,
55 virtual void loadCompressedData(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height,
58 virtual void copy(GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, gl::Framebuffer *source);
65 bool updateSurface(IDirect3DSurface9 *dest, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height);
Blit.h 32 // sourceRect, xoffset, yoffset are in D3D coordinates (0,0 in upper-left)
33 bool copy(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorageInterface2D *storage, GLint level);
34 bool copy(gl::Framebuffer *framebuffer, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, TextureStorageInterfaceCube *storage, GLenum target, GLint level);
37 // sourceRect, xoffset, yoffset are in D3D coordinates (0,0 in upper-left)
39 bool formatConvert(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest);
55 bool copy(IDirect3DSurface9 *source, const RECT &sourceRect, GLenum destFormat, GLint xoffset, GLint yoffset, IDirect3DSurface9 *dest);
57 void setViewport(const RECT &sourceRect, GLint xoffset, GLint yoffset);
  /external/libvpx/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c 25 int yoffset; local
41 yoffset = ystride * (((yheight >> 5) * 16) - 4);
42 src_y = src_ybc->y_buffer + yoffset;
43 dst_y = dst_ybc->y_buffer + yoffset;
  /external/libvpx/libvpx/vp9/encoder/
vp9_variance_c.c 182 int yoffset,
191 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
203 int yoffset,
214 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
239 int yoffset,
248 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
260 int yoffset,
271 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
296 int yoffset,
305 vfilter = BILINEAR_FILTERS_2TAP(yoffset);
    [all...]
  /external/chromium_org/ppapi/thunk/
ppb_gles_chromium_texture_mapping_thunk.cc 21 GLint yoffset,
30 target, level, xoffset, yoffset, width, height, format, type, access);
  /external/chromium_org/chrome/browser/ui/cocoa/browser/
profile_chooser_controller.mm 195 // |yOffset| is the next position at which to draw in |contentView|
197 CGFloat yOffset = kVerticalSpacing;
200 NSRect viewRect = NSMakeRect(kHorizontalSpacing, yOffset,
205 yOffset = NSMaxY([optionsView frame]) + kVerticalSpacing;
208 [self separatorWithFrame:NSMakeRect(0, yOffset, updatedMenuWidth, 0)];
210 yOffset = NSMaxY([separator frame]) + kVerticalSpacing;
214 [otherProfileView setFrameOrigin:NSMakePoint(kHorizontalSpacing, yOffset)];
216 yOffset = NSMaxY([otherProfileView frame]) + kSmallVerticalSpacing;
223 yOffset += kSmallVerticalSpacing;
228 [currentProfileView setFrameOrigin:NSMakePoint(0, yOffset)];
    [all...]
avatar_menu_bubble_controller.mm 30 - (NSButton*)configureNewUserButton:(CGFloat)yOffset
32 - (NSButton*)configureSwitchUserButton:(CGFloat)yOffset
36 setYOffset:(CGFloat)yOffset;
37 - (void)setWindowFrame:(CGFloat)yOffset widthAdjust:(CGFloat)width;
140 setYOffset:(CGFloat)yOffset {
186 [[itemView view] setFrameOrigin:NSMakePoint(0, yOffset)];
193 - (void)setWindowFrame:(CGFloat)yOffset widthAdjust:(CGFloat)width {
201 frame.origin.y += frame.size.height - yOffset;
203 frame.size.height = yOffset;
211 // |yOffset| is the next position at which to draw in contentView coordinates
    [all...]
  /external/skia/gm/
arcofzorro.cpp 40 int xOffset = 0, yOffset = 0;
49 canvas->translate(SkIntToScalar(xOffset), SkIntToScalar(yOffset));
62 yOffset += 10;
  /external/libvpx/libvpx/vp8/common/
filter.c 155 int yoffset,
164 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
173 int yoffset,
183 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
199 int yoffset,
209 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
225 int yoffset,
236 VFilter = vp8_sub_pel_filters[yoffset]; /* 6 tap */
402 int yoffset,
411 VFilter = vp8_bilinear_filters[yoffset];
    [all...]
  /external/proguard/src/proguard/gui/splash/
ShadowedSprite.java 33 private final VariableInt yOffset;
45 * @param yOffset the variable y-offset of the shadow, relative to the sprite itself.
52 VariableInt yOffset,
58 this.yOffset = yOffset;
88 int yo = yOffset.getInt(time) - b/2;
  /external/chromium_org/v8/test/mjsunit/regress/
regress-201590.js 38 Foo.prototype.bar = function (x, y, xOffset, yOffset) {
42 yOffset = yOffset * 0.5 || 0;
45 var yPos = ((yOffset) * gdpRatio) + this.ORIGIN.y * this.scale +
  /external/chromium_org/third_party/angle/src/libGLESv2/
Texture.h 89 virtual void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source) = 0;
103 bool subImage(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels, rx::Image *image);
105 bool subImageCompressed(GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels, rx::Image *image);
153 void subImage(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels);
154 void subImageCompressed(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels);
156 virtual void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source);
184 void commitRect(GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height);
227 void subImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLint unpackAlignment, const void *pixels);
228 void subImageCompressed(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *pixels);
230 virtual void copySubImage(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height, Framebuffer *source)
    [all...]

Completed in 474 milliseconds

1 2 3 4 5 6 7 8 91011>>