HomeSort by relevance Sort by last modified time
    Searched refs:y0 (Results 51 - 75 of 241) sorted by null

1 23 4 5 6 7 8 910

  /external/skia/src/core/
SkBitmapProcState_sample.h 157 unsigned y0 = XY >> 14; local
158 row0 = (const SRCTYPE*)(srcAddr + (y0 >> 4) * rb);
160 subY = y0 & 0xF;
199 unsigned y0 = data >> 14; local
201 unsigned subY = y0 & 0xF;
202 y0 >>= 4;
210 const SRCTYPE* SK_RESTRICT row0 = (const SRCTYPE*)(srcAddr + y0 * rb);
SkBitmapProcState_shaderproc.h 43 int y0 = TILEY_PROCF(fy, maxY); local
48 row0 = (const SRCTYPE*)(srcAddr + y0 * rb);
SkQuadClipper.h 57 void appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse);
  /external/skia/bench/
DashBench.cpp 166 SkScalar y0 = SkIntToScalar(10); local
167 path->moveTo(x0, y0);
168 path->quadTo(x0, y0 + 400 * SK_Scalar1,
169 x0 + 600 * SK_Scalar1, y0 + 400 * SK_Scalar1);
174 SkScalar y0 = SkIntToScalar(10); local
175 path->moveTo(x0, y0);
176 path->cubicTo(x0, y0 + 400 * SK_Scalar1,
177 x0 + 600 * SK_Scalar1, y0 + 400 * SK_Scalar1,
178 x0 + 600 * SK_Scalar1, y0);
TextBench.cpp 107 const SkScalar y0 = SkIntToScalar(-10); local
120 SkScalar y = y0 + rand.nextUScalar1() * dim.fY;
  /external/skia/legacy/src/core/
SkScan_Hairline.cpp 53 SkFDot6 y0 = SkScalarToFDot6(pts[0].fY);
65 ptsR.set(x0, y0, x1, y1);
85 SkFDot6 dy = y1 - y0;
90 SkTSwap<SkFDot6>(y0, y1);
99 SkFixed startY = SkFDot6ToFixed(y0) + (slope * ((32 - x0) & 63) >> 6);
103 if (y0 > y1) { // we want to go top-to-bottom
105 SkTSwap<SkFDot6>(y0, y1);
107 int iy0 = SkFDot6Round(y0);
114 SkFixed startX = SkFDot6ToFixed(x0) + (slope * ((32 - y0) & 63) >> 6);
SkBitmapProcState_shaderproc.h 38 int y0 = TILEY_PROCF(fy, maxY); local
43 row0 = (const SRCTYPE*)(srcAddr + y0 * rb);
SkQuadClipper.h 57 void appendVLine(SkScalar x, SkScalar y0, SkScalar y1, bool reverse);
  /external/chromium/chrome/browser/chromeos/frame/
bubble_window.cc 17 bool IsInsideCircle(int x0, int y0, int x1, int y1, int r) {
18 return (x0 - x1) * (x0 - x1) + (y0 - y1) * (y0 - y1) <= r * r;
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Quad.java 74 float y0 = Collections.min(ys); local
77 return new Rectangle(x0, y0, x1 - x0, y1 - y0);
  /external/tremolo/Tremolo/
floor1.c 205 int render_point(int x0,int x1,int y0,int y1,int x){
206 y0&=0x7fff; /* mask off flag */
210 int dy=y1-y0;
216 if(dy<0)return(y0-off);
217 return(y0+off);
225 static void render_line(int n,int x0,int x1,int y0,int y1,ogg_int32_t *d){
237 dy=y1-y0;
242 floor=&FLOOR_fromdB_LOOKUP[y0];
  /frameworks/base/core/java/android/webkit/
QuadF.java 69 private static boolean isPointInTriangle(float x0, float y0,
77 float y03 = y0 - r3.y;
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/
ImageSlicer.java 116 float y0 = (ySliceIndex * mSliceHeight - mPadSize) / ((float) mInputHeight); local
118 ((ShaderProgram) mProgram).setSourceRect(x0, y0,
ImageStitcher.java 115 float y0 = ((float) mPadSize) / mInputHeight; local
124 ((ShaderProgram) mProgram).setSourceRect(x0, y0,
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 284 magtype x0 = (magtype)x[i], y0 = (magtype)y[i]; \
287 x0 = x0*x0 + y0*y0; \
291 x0 = (magtype)x[i+2], y0 = (magtype)y[i+2]; \
293 x0 = x0*x0 + y0*y0; \
301 magtype x0 = (magtype)x[i], y0 = (magtype)y[i]; \
302 mag[i] = x0*x0 + y0*y0; \
935 double y0, y1, y2, y3 local
1397 double y0, y1, y2, y3; local
1451 double x0, y0; local
1497 double y0, y1, y2, y3; local
1562 double x0, y0 = (((h0 >> 20) & 0x7ff) - 1023) * ln_2; local
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
GradientDrawable.java 704 float x0, x1, y0, y1;
710 x0 = r.left; y0 = r.top;
714 x0 = r.right; y0 = r.top;
718 x0 = r.right; y0 = r.top;
719 x1 = level * r.left; y1 = y0;
722 x0 = r.right; y0 = r.bottom;
726 x0 = r.left; y0 = r.bottom;
730 x0 = r.left; y0 = r.bottom;
734 x0 = r.left; y0 = r.top;
735 x1 = level * r.right; y1 = y0;
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm11_asm/
h264bsd_interpolate_chroma_hor.s 43 y0 RN 3 label
81 ;// i32 y0, : 0xd0
102 CMP y0, #0
106 ADD tmp6, y0, chrPH ;// tmp6 = y0 + chromaPartHeight
120 LDR y0, [sp, #0xd0]
129 MOV y0, #0 ;// y0 = 0
131 STR y0, [sp, #0xd0]
141 MLA tmp3, y0, width, x0 ;// tmp3 = y0*width+x
    [all...]
h264bsd_interpolate_chroma_hor_ver.s 44 y0 RN 3 label
82 ;// i32 y0, : 0xd0
105 CMP y0, #0
109 ADD tmp1, y0, chrPH ;// tmp1 = y0 + chromaPartHeight
110 ADD tmp1, tmp1, #1 ;// tmp1 = y0 + chromaPartHeight + 1
125 LDR y0, [sp, #0xd0]
134 MOV y0, #0 ;// y0 = 0
136 STR y0, [sp, #0xd0
    [all...]
h264bsd_interpolate_chroma_ver.s 42 y0 RN 3 label
80 ;// i32 y0, : 0xd0
100 CMP y0, #0
104 ADD tmp1, y0, chrPH ;// tmp1 = y0 + chromaPartHeight
105 ADD tmp1, tmp1, #1 ;// tmp1 = y0 + chromaPartHeight + 1
119 LDR y0, [sp, #0xd0]
128 MOV y0, #0 ;// y0 = 0
130 STR y0, [sp, #0xd0
    [all...]
h264bsd_interpolate_hor_half.s 41 y0 RN 3 label
95 ADD tmp4, tmp4, #5 ;// (y0+partW+5)
100 CMP y0, #0
101 BLT do_fill ;// (y0 < 0)
103 ADD tmp2, y0, partH ;// (y0+partHeight)
124 STR x0,[sp,#0x1f0] ;// y0 = 0
131 LDR y0 ,[sp,#0x1f0] ;// y0
133 MLA tmp2, width, y0, x0 ;// y0*width+x
    [all...]
  /external/opencv/cv/src/
cvlinefit.cpp 106 float x0 = 0, y0 = 0, z0 = 0; local
133 y0 += y * w;
153 y0 += y;
167 y0 /= w0;
171 dxy = xy - x0 * y0;
173 dy2 = y2 - y0 * y0;
174 dyz = yz - y0 * z0;
213 line[4] = y0;
  /external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
RenderDeviceJme.java 291 float y0 = centerY + (y - centerY) * scale; local
294 tempMat.setTranslation(x0, getHeight() - y0, 0);
317 float y0 = y + 0.5f * height * (1f - imageScale); local
320 tempMat.setTranslation(x0, getHeight() - y0, 0);
371 public void enableClip(int x0, int y0, int x1, int y1) {
374 r.setClipRect(x0, getHeight() - y1, x1 - x0, y1 - y0);
  /external/skia/src/effects/
SkMergeImageFilter.cpp 110 const int y0 = bounds.top(); local
139 canvas.drawSprite(*srcPtr, pos.x() - x0, pos.y() - y0, &paint);
  /frameworks/base/core/jni/android/graphics/
Shader.cpp 111 float x0, float y0, float x1, float y1,
115 pts[0].set(SkFloatToScalar(x0), SkFloatToScalar(y0));
144 float x0, float y0, float x1, float y1, jintArray colorArray,
151 storedBounds[0] = x0; storedBounds[1] = y0;
216 float x0, float y0, float x1, float y1, int color0, int color1, int tileMode) {
219 storedBounds[0] = x0; storedBounds[1] = y0;
241 float x0, float y0, float x1, float y1,
245 pts[0].set(SkFloatToScalar(x0), SkFloatToScalar(y0));
  /frameworks/base/media/mca/filterfw/jni/
jni_shader_program.h 67 jfloat y0,
79 jfloat y0,

Completed in 2277 milliseconds

1 23 4 5 6 7 8 910