/external/webkit/Source/WebKit/android/plugins/ |
android_npapi.h | 344 void (*quadTo)(ANPPath*, float x0, float y0, float x1, float y1); 345 void (*cubicTo)(ANPPath*, float x0, float y0, float x1, float y1, 643 void (*drawLine)(ANPCanvas*, float x0, float y0, float x1, float y1, [all...] |
/frameworks/base/libs/hwui/ |
FontRenderer.h | 334 void appendMeshQuadNoClip(float x1, float y1, float u1, float v1, 338 void appendMeshQuad(float x1, float y1, float u1, float v1, 342 void appendRotatedMeshQuad(float x1, float y1, float u1, float v1,
|
FontRenderer.cpp | 863 void FontRenderer::appendMeshQuadNoClip(float x1, float y1, float u1, float v1, 881 (*currentPos++) = y1; 903 void FontRenderer::appendMeshQuad(float x1, float y1, float u1, float v1, 908 (x1 > mClip->right || y1 < mClip->top || x2 < mClip->left || y4 > mClip->bottom)) { 912 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture); 918 mBounds->bottom = fmax(mBounds->bottom, y1); 927 void FontRenderer::appendRotatedMeshQuad(float x1, float y1, float u1, float v1, 931 appendMeshQuadNoClip(x1, y1, u1, v1, x2, y2, u2, v2, x3, y3, u3, v3, x4, y4, u4, v4, texture); 935 mBounds->top = fmin(mBounds->top, fmin(y1, fmin(y2, fmin(y3, y4)))); 937 mBounds->bottom = fmax(mBounds->bottom, fmax(y1, fmax(y2, fmax(y3, y4)))) [all...] |
/sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/ui/ |
TreeViewOverview.java | 269 float y1 = local 274 float cy1 = y1; 277 connectionPath.moveTo(x1, y1);
|
/external/opencv/cvaux/src/ |
cvtrifocal.cpp | 961 double x1,y1,x2,y2; local 963 y1 = cvmGet(tmpProjPoints[currImage],1,i); 969 dy = y1-y2; 1242 double x1,y1,x2,y2; local 1469 double x1,y1,w1,x2,y2,w2; local [all...] |
_cvvm.h | 174 int* y1,
|
cvscanlines.cpp | 183 int x1, y1, x2, y2, dx, dy; local 192 y1 = scanlines[curr++]; 197 dy = abs( y1 - y2 ) + 1; 213 int x1, y1, x2, y2; local 227 y1 = (int) (scanlines_1[curr] * alpha + scanlines_2[curr] * (1.0 - alpha)); 229 scanlines_a[curr++] = y1; 240 dy = abs( y1 - y2 ) + 1; [all...] |
/bionic/libc/kernel/common/linux/ |
msm_q6vdec.h | 130 u32 y1; member in struct:vdec_cropping_window
|
/bionic/libm/src/ |
math_private.h | 226 #define __ieee754_y1 y1
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
p5.cpp | 109 int y1 = Y<int>().get(); // ok member in namespace:PotentialConstant
|
/external/clang/test/Sema/ |
array-init.c | 57 int y1[3] = { local
|
/external/clang/test/SemaCXX/ |
enum-scoped.cpp | 157 enum F y1 = a; // ok member in namespace:E1::E2::Redeclare5::N2764
|
/external/kernel-headers/original/linux/ |
msm_q6vdec.h | 134 u32 y1; member in struct:vdec_cropping_window
|
/external/skia/src/core/ |
SkPath.cpp | 490 void SkPath::quadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2) { 496 pts[0].set(x1, y1); 505 void SkPath::rQuadTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2) { 508 this->quadTo(pt.fX + x1, pt.fY + y1, pt.fX + x2, pt.fY + y2); 511 void SkPath::cubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, 518 pts[0].set(x1, y1); 528 void SkPath::rCubicTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, 532 this->cubicTo(pt.fX + x1, pt.fY + y1, pt.fX + x2, pt.fY + y2, 896 void SkPath::arcTo(SkScalar x1, SkScalar y1, SkScalar x2, SkScalar y2, 906 if ((x1 == start.fX && y1 == start.fY) | [all...] |
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/ |
msm_q6vdec.h | 115 u32 y1; member in struct:vdec_cropping_window
|
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
msm_q6vdec.h | 115 u32 y1; member in struct:vdec_cropping_window
|
/external/opencv/cv/include/ |
cv.hpp | 130 int y, int y1, int y2 ); 358 int y0, int y1, int y2 );
|
/external/skia/src/views/ |
SkTouchGesture.cpp | 98 static bool close_enough_for_jitter(float x0, float y0, float x1, float y1) { 100 sk_float_abs(y0 - y1) <= MAX_JITTER_RADIUS;
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
acelp.h | 378 Word16 y1[], /* (i) : filtered adaptive codebook. */ 387 Word16 y1[], /* (i) Q_xn:Adaptive codebook. */ 388 Word16 Q_xn, /* (i) :xn and y1 format */ 391 Word16 g_coeff[], /* (i) :Correlations <xn y1> <y1 y1> */
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceScript.java | 440 float y1 = pt1yStart; local 455 .setEventTime(eventTime).addPointer(0, x1, y1, 1, 5)); 459 .addPointer(0, x1, y1).addPointer(1, x2, y2).setIntermediateNote(true)); 463 y1 += pt1yStep; 469 .setEventTime(eventTime).addPointer(0, x1, y1, 1, 5).addPointer(1, x2, 474 .setDownTime(downTime).setEventTime(eventTime).addPointer(0, x1, y1)
|
/external/webkit/Source/WebCore/html/canvas/ |
CanvasRenderingContext2D.idl | 47 CanvasGradient createLinearGradient(in float x0, in float y0, in float x1, in float y1) 49 CanvasGradient createRadialGradient(in float x0, in float y0, in float r0, in float x1, in float y1, in float r1) 71 void arcTo(in float x1, in float y1, in float x2, in float y2, in float radius)
|
/frameworks/base/core/jni/android/opengl/ |
util.cpp | 260 float y1 = y0; local 279 else if (y > y1) { 280 y1 = y; 298 float dy = y1 - y0; 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;
|
/external/quake/quake/src/QW/scitech/include/ |
mgraph.h | [all...] |
/external/quake/quake/src/WinQuake/scitech/INCLUDE/ |
MGRAPH.H | [all...] |
/external/freetype/src/smooth/ |
ftgrays.c | 599 TCoord y1, 616 if ( y1 == y2 ) 626 delta = y2 - y1; 635 p = ( ONE_PIXEL - fx1 ) * ( y2 - y1 ); 641 p = fx1 * ( y2 - y1 ); 660 y1 += delta; 664 p = ONE_PIXEL * ( y2 - y1 + delta ); 687 y1 += delta; 693 delta = y2 - y1; [all...] |