HomeSort by relevance Sort by last modified time
    Searched defs:x1 (Results 476 - 500 of 753) sorted by null

<<11121314151617181920>>

  /external/skia/src/gpu/
GrPathUtils.cpp 198 // And control_pts = [x0 x1 x2]
207 double x1 = qPts[1].fX; local
211 double det = x0*y1 - y0*x1 + x2*y0 - y2*x0 + x1*y2 - y1*x2;
258 a1 = x2-x1;
259 a2 = x1*y2-x2*y1;
266 a7 = x1-x0;
267 a8 = x0*y1-x1*y0;
312 // l = (2*w * (y1 - y0), 2*w * (x0 - x1), 2*w * (x1*y0 - x0*y1)
    [all...]
  /external/skia/tests/
MathTest.cpp 43 // float big = sk_fsel(x, 0x1.0p+23, -0x1.0p+23);
291 float x1 = SkIntToFloatCast(ival); local
293 REPORTER_ASSERT(reporter, x0 == x1);
  /frameworks/base/core/jni/android/opengl/
util.cpp 258 float x1 = x0; local
270 else if (x > x1) {
271 x1 = x;
297 float dx = x1 - x0;
315 static inline float dot3(float x0, float y0, float z0, float x1, float y1, float z1) {
316 return x0 * x1 + y0 * y1 + z0 * z1;
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardWidgetFrame.java 433 float x1 = mLeftToRight ? mForegroundRect.width(): 0; local
434 mLeftToRightGradient = new LinearGradient(x0, 0f, x1, 0f,
436 mRightToLeftGradient = new LinearGradient(x1, 0f, x0, 0f,
  /packages/apps/Camera/jni/feature_mos/src/mosaic/
Blend.cpp 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
170 FrameToMosaic(mb->trs, 0.0, mb->height-1.0, x1, y1);
174 if(x0 < xLeftCorners[0] || x1 < xLeftCorners[1]) // If either of the left corners is lower
177 xLeftCorners[1] = x1;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
1001 int x1 = (xx >= 0.0) ? (int) xx : (int) floor(xx); local
    [all...]
  /packages/apps/Camera2/jni/feature_mos/src/mosaic/
Blend.cpp 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
170 FrameToMosaic(mb->trs, 0.0, mb->height-1.0, x1, y1);
174 if(x0 < xLeftCorners[0] || x1 < xLeftCorners[1]) // If either of the left corners is lower
177 xLeftCorners[1] = x1;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
1001 int x1 = (xx >= 0.0) ? (int) xx : (int) floor(xx); local
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
GeometryMathUtils.java 129 float x1 = line[0]; local
133 float xdelt = x2 - x1;
137 float u = ((point[0] - x1) * xdelt + (point[1] - y1) * ydelt)
140 (x1 + u * (x2 - x1)), (y1 + u * (y2 - y1))
  /packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
Blend.cpp 144 double z, x0, y0, x1, y1, x2, y2, x3, y3; local
170 FrameToMosaic(mb->trs, 0.0, mb->height-1.0, x1, y1);
174 if(x0 < xLeftCorners[0] || x1 < xLeftCorners[1]) // If either of the left corners is lower
177 xLeftCorners[1] = x1;
200 FindQuadCentroid(x0, y0, x1, y1, x2, y2, x3, y3, csite->getVCenter().x, csite->getVCenter().y);
981 int x1 = (xx >= 0.0) ? (int) xx : (int) floor(xx); local
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
proximity_info_state_utils.cpp 309 const int x1 = (*sampledInputXs)[index0]; local
313 return GeometryUtils::getAngle(x1, y1, x2, y2);
    [all...]
  /prebuilts/devtools/adt/lib/
sdktestutils.jar 
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
msm_q6vdec.h 114 u32 x1; member in struct:vdec_cropping_window
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
msm_q6vdec.h 114 u32 x1; member in struct:vdec_cropping_window
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ImageUtils.java 241 int x1, y1, x2, y2; local
243 x1 = initialCrop.x;
248 x1 = 0;
255 if (x1 == x2 || y1 == y2) {
270 for (int x = x1; x < x2; x++) {
283 leftEdge: for (; x1 < x2; x1++) {
285 if (!filter.crop(image, x1, y)) {
292 rightEdge: for (; x2 > x1; x2--) {
302 for (int x = x1; x < x2; x++)
    [all...]
PreviewIconFactory.java 329 int x1 = parentX + info.getLeft(); local
333 if (x1 != x2 && y1 != y2) {
334 savePreview(file, image, x1, y1, x2, y2);
  /system/core/libpixelflinger/
trap.cpp 516 int32_t x1 = v1[0]; local
521 int32_t dx01 = x0 - x1;
529 swap(x0, x1);
531 dx01 = x0 - x1;
536 int32_t dx12 = x1 - x2;
540 const int32_t bminx = TRI_FLOOR(min(x0, x1, x2)) >> TRI_FRACTION_BITS;
542 const int32_t bmaxx = TRI_CEIL( max(x0, x1, x2)) >> TRI_FRACTION_BITS;
555 int32_t ey1 = dy12 * (x1 - mx) - dx12 * (y1 - my);
694 const int x1 = top[0]; local
695 const int dx = bot[0] - x1;
880 const int x1 = top[0]; local
    [all...]
  /system/core/toolbox/
newfs_msdos.c 271 u_int fat, bss, rds, cls, dir, lsn, x, x1, x2; local
570 x1 = bpb.res + rds;
572 if (x1 + (u_int64_t)x * bpb.nft > bpb.bsec)
574 x1 += x * bpb.nft;
575 x = (u_int64_t)(bpb.bsec - x1) * bpb.bps * NPB /
581 x1 += (bpb.bspf - 1) * bpb.nft;
583 cls = (bpb.bsec - x1) / bpb.spc;
595 bpb.bsec = x1 + (cls + 1) * bpb.spc - 1;
641 x1 = sizeof(struct bs);
642 bsbpb = (struct bsbpb *)(img + x1);
    [all...]
  /prebuilts/devtools/tools/lib/
sdkstats.jar 
guava-13.0.1.jar 
commons-logging-1.1.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.logging_1.0.4.v201005080501.jar 
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /external/droiddriver/libs/
guava-13.0.jar 
  /prebuilts/tools/common/guava-tools/
guava-13.0.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/13.0.1/
guava-13.0.1.jar 
  /external/robolectric/lib/main/
commons-logging-1.1.1.jar 

Completed in 720 milliseconds

<<11121314151617181920>>