HomeSort by relevance Sort by last modified time
    Searched refs:cx (Results 176 - 200 of 467) sorted by null

1 2 3 4 5 6 78 91011>>

  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
TiledImageView.java 259 int cx = width / 2; local
265 cx += (mTempRectF.left / scale) - xoffset;
267 cx -= (mTempRectF.left / scale) - xoffset;
275 mRenderer.centerX = swap ? cy : cx;
276 mRenderer.centerY = swap ? cx : cy;
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/
CropDrawingUtils.java 119 float cx = cropBounds.centerX(); local
121 RectF r1 = new RectF(cx - sx / 2, cy - sy / 2, cx + sx / 2, cy + sy / 2);
125 RectF r2 = new RectF(cx - sx / 2, cy - sy / 2, cx + sx / 2, cy + sy / 2);
  /packages/apps/Gallery2/src/com/android/photos/views/
TiledImageView.java 259 int cx = width / 2; local
265 cx += (mTempRectF.left / scale) - xoffset;
267 cx -= (mTempRectF.left / scale) - xoffset;
275 mRenderer.centerX = swap ? cy : cx;
276 mRenderer.centerY = swap ? cx : cy;
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/views/
TiledImageView.java 271 int cx = width / 2; local
277 cx += (mTempRectF.left / scale) - xoffset;
279 cx -= (mTempRectF.left / scale) - xoffset;
287 mRenderer.centerX = swap ? cy : cx;
288 mRenderer.centerY = swap ? cx : cy;
  /external/qemu-pc-bios/vgabios/
clext.c 720 push cx
744 pop cx
749 mov cx, #0x1132 variable
854 mov ax, cx
863 push cx
874 mov cx, #0x80 variable
924 mov cx, dx variable
926 div cx
974 pop cx
978 test cx, #0x4000 ;; LFB fla variable
982 mov cx, [di] variable
983 cmp cx, #0x0080 ;; is LFB supported? variable
1130 mov cx, ax variable
1195 mov cx, ax variable
1243 mov cx, #0xffff variable
1495 mov cx, #0xa000 variable
1499 mov cx, #8192 variable
    [all...]
  /bionic/libc/arch-x86_64/string/
sse2-memset-slm.S 103 movw %cx, (%rdi)
104 movw %cx, -2(%rdi, %rdx)
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
SensorTest.java 189 int cx = w / 2; local
192 canvas.translate(cx, cy);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGEllipse.cpp 87 m_center = FloatPoint(circle.cx()->currentValue()->value(lengthContext), circle.cy()->currentValue()->value(lengthContext));
95 m_center = FloatPoint(ellipse.cx()->currentValue()->value(lengthContext), ellipse.cy()->currentValue()->value(lengthContext));
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalkerPolygons_Mismatches.cpp 1596 int cx = miss.c & 0x03; local
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsQuadLineIntersectionThreadedTest.cpp 81 int cx = state.fC & 0x03; local
84 {(double) cx, (double) cy}}};
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdftest1.asm 22 mov cx,next ; [1] => 66 b9 0012
  /external/opencv/cv/src/
cvmoments.cpp 47 double cx = 0, cy = 0; local
56 cx = moments->m10 * inv_m00;
61 /* mu20 = m20 - m10*cx */
62 mu20 = moments->m20 - moments->m10 * cx;
72 /* mu30 = m30 - cx*(3*mu20 + cx*m10) */
73 moments->mu30 = moments->m30 - cx * (3 * mu20 + cx * moments->m10);
75 /* mu21 = m21 - cx*(2*mu11 + cx*m01) - cy*mu20 *
    [all...]
  /external/skia/experimental/Intersection/
EdgeWalkerPolygons_Mismatches.cpp 1596 int cx = miss.c & 0x03; local
    [all...]
  /external/skia/gm/
filterindiabox.cpp 50 SkScalar cx = SkScalarHalf(fBM.width()); local
57 fMatrix[1].setRotate(30, cx, cy); fMatrix[1].postScale(horizScale, vertScale);
  /external/skia/tests/
PathOpsQuadLineIntersectionThreadedTest.cpp 81 int cx = state.fC & 0x03; local
84 {(double) cx, (double) cy}}};
  /external/chromium_org/chrome/utility/importer/
nss_decryptor_mac.h 105 (*PK11SDRDecryptFunc)(SECItem *data, SECItem *result, void *cx);
nss_decryptor_win.h 102 (*PK11SDRDecryptFunc)(SECItem *data, SECItem *result, void *cx);
nss_decryptor_system_nss.cc 182 PK11SlotInfo* slot, SECItem* data, SECItem* result, void* cx) const {
205 key = PK11_FindFixedKey(slot, type, &sdrResult.keyid, cx);
226 PK11SymKey *keyList = PK11_ListFixedKeysInSlot(slot, NULL, cx);
  /external/chromium_org/sandbox/win/sandbox_poc/
main_ui_window.h 98 void OnSize(HWND window, UINT state, int cx, int cy);
  /external/chromium_org/third_party/WebKit/Source/core/svg/
RadialGradientAttributes.h 46 SVGLength* cx() const { return m_cx.get(); } function in struct:blink::RadialGradientAttributes
SVGTransform.h 87 void setRotate(float angle, float cx, float cy);
SVGRadialGradientElement.cpp 43 // Spec: If the cx/cy/r attribute is not specified, the effect is as if a value of "50%" were specified.
143 if (!attributes.hasCx() && radial->cx()->isSpecified())
144 attributes.setCx(radial->cx()->currentValue());
196 attributes.setFx(attributes.cx());
  /external/chromium_org/v8/test/webkit/fast/js/kde/
eval.js 38 var cx = c.x; variable
39 shouldBe("cx", "99");
  /external/clang/test/SemaCXX/
warn-unused-filescoped.cpp 83 const unsigned int cx = 0; // expected-warning{{unused}} variable
  /frameworks/base/libs/hwui/
SpotShadow.h 48 static bool ccw(float ax, float ay, float bx, float by, float cx, float cy);

Completed in 795 milliseconds

1 2 3 4 5 6 78 91011>>